CVE-2026-13933: Chrome Password Memory Disclosure via Renderer Compromise
A vulnerability in Google Chrome versions before 150.0.7871.47 could allow an attacker who has already compromised Chrome's renderer process to read sensitive information from the browser's memory by tricking a user into visiting a malicious webpage. The attacker needs to have control of the renderer process first, limiting the scope of direct risk, but the ability to extract password-related data from memory represents a meaningful escalation once that foothold exists.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-284
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Insufficient policy enforcement in Passwords in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13933 stems from insufficient policy enforcement in Chrome's password handling mechanisms. The vulnerability allows a remote attacker with a compromised renderer process to access potentially sensitive information stored in process memory via a specially crafted HTML page. This is classified as a memory disclosure vulnerability (CWE-284: Improper Access Control) with a CVSS 3.1 score of 5.3 (Medium severity). The attack vector requires network access and user interaction, but assumes the renderer process has already been compromised—a significant prerequisite that reduces exposure compared to direct renderer exploits.
Business impact
The primary business risk depends on your organization's Chrome deployment model. For enterprises where Chrome is a primary work browser and users access sensitive systems, a renderer compromise followed by this exploit could expose cached credentials or authentication tokens, potentially enabling lateral movement or access to protected resources. The impact is moderate because the attack requires two stages: initial renderer compromise plus user interaction with a crafted page. Organizations managing high-value credentials or handling regulated data (healthcare, finance, legal) should treat this as part of a broader Chrome security posture assessment rather than an isolated critical threat.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are affected. This includes stable, beta, and development channel releases below that version threshold. The vulnerability is specific to Chrome and does not affect Chromium-based browsers built from older versions, though organizations using Chromium derivatives should verify their specific build date and patch status. Mobile Chrome versions (Android and iOS) require separate assessment; vendors typically backport critical security fixes but timing may vary.
Exploitability
Exploitability is rated as medium complexity and requires three conditions: (1) the renderer process must already be compromised by some other means, (2) the user must visit or be directed to a crafted HTML page, and (3) the attacker must be able to trigger the password policy enforcement gap. This is not a direct unauthenticated remote code execution vector. Public exploit code is not known to exist, and the vulnerability requires active targeting rather than passive scanning. The barrier to exploitation is higher than typical remote attack paths, but lower than vulnerabilities requiring local access or multiple privilege escalations.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Google typically auto-updates stable channel Chrome within hours of release, but organizations with managed deployments should verify update completion across their fleet. Check Settings > About Chrome to confirm the running version; Chrome will auto-update and relaunch on next startup if a newer version is available. For enterprise deployments, use Chrome policy management tools to enforce minimum version requirements and track update status through your mobile device management (MDM) or endpoint management platform.
Patch guidance
The patch is included in Chrome 150.0.7871.47 and later stable releases. For organizations on extended release schedules, verify the exact patch version required for your channel (Extended Stable, Stable, Beta, Dev). Auto-update should deploy the patch transparently; however, users must restart the browser for it to take effect. If you operate a managed Chrome environment, consult your Chrome enterprise support channel to confirm patch availability for your specific deployment model. There are no workarounds; patching is the only mitigation.
Detection guidance
Detection is challenging because the exploit is in-memory and leaves minimal forensic artifacts unless paired with additional malware. Monitor for: (1) unusual processes spawning under Chrome's sandbox, (2) abnormal memory access patterns or crashes in the Chrome renderer process, (3) unexpected outbound connections from Chrome to untrusted domains post-update, and (4) correlated network logs showing users visiting suspicious sites around the time of potential compromise. Endpoint Detection and Response (EDR) tools capable of monitoring inter-process memory access within the Chrome sandbox may detect exploitation attempts. Standard browser logs do not capture this activity; you need OS-level or process-level monitoring.
Why prioritize this
This vulnerability merits attention but not emergency response for most organizations. It ranks medium priority because: (1) it requires a prior renderer compromise, making it part of a multi-stage attack chain rather than a standalone entry point, (2) CVSS 5.3 reflects the additional user interaction and precondition requirements, (3) there is no evidence of active exploitation in the wild (KEV status: false), and (4) Chrome's auto-update mechanism typically deploys patches quickly. Prioritize this above routine updates but below critical code execution or authentication bypass flaws. Organizations with high-value Chrome users or strict compliance frameworks should expedite the patch; others can follow standard patch cycles.
Risk score, explained
CVSS 3.1 score of 5.3 (Medium) reflects: Attack Vector=Network (exploitable remotely), Attack Complexity=High (requires renderer compromise plus successful policy gap exploitation), Privileges Required=None (no auth needed once renderer is compromised), User Interaction=Required (crafted page must be visited), Scope=Unchanged (impact is confined to the Chrome process), Confidentiality=High (sensitive password data may be exposed), Integrity=None, Availability=None. The score appropriately penalizes complexity and the multi-stage nature of the attack while acknowledging the genuine risk of credential disclosure if both stages succeed.
Frequently asked questions
Does this vulnerability require administrator access or special browser configuration to exploit?
No. The vulnerability applies to standard Chrome installations without special configuration. However, the renderer process must already be compromised by another exploit or attack vector first, so the overall attack chain may require privilege escalation or social engineering at an earlier stage.
If we have auto-update enabled, do we need to do anything manually?
Most organizations with standard auto-update policies will be protected automatically within hours of the patch release. Verify completion by checking Settings > About Chrome across a sample of devices, especially high-risk systems. Organizations with slow or manual update processes should prioritize verification and forced rollout where possible.
Can this vulnerability be exploited without user interaction?
No. The attacker must trick the user into visiting a crafted HTML page. This requires social engineering, phishing, or control of a website the user visits. It cannot be exploited by simply compromising a random network connection or deploying it to all users on a subnet.
Should we disable Chrome's password manager if we cannot patch immediately?
Disabling the password manager would reduce exposure but is not a substitute for patching. The vulnerability is about memory disclosure of password-related data, not the password manager specifically. Patching is the proper fix. In extreme cases where patching is delayed, using alternative password management and avoiding password auto-fill on untrusted networks are interim mitigations, but these should not delay your patch deployment.
This analysis is provided for informational purposes based on official vulnerability disclosures and is current as of the publication date. Security landscapes evolve; verify all patch versions and timing against the official Google Chrome Security & Privacy release notes before deployment. No warranty is made regarding the completeness or accuracy of this analysis. Organizations should conduct their own risk assessment and testing in controlled environments before deploying patches to production. Consult your vendor and security team for guidance specific to your environment and threat model. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11017MEDIUMChrome Link Preview Navigation Bypass (CVSS 6.5)
- CVE-2026-11026MEDIUMChrome Extension Navigation Bypass Vulnerability
- CVE-2026-11078MEDIUMChrome FileSystem Same-Origin Policy Bypass – MEDIUM Severity
- CVE-2026-11135MEDIUMChrome Autofill Bypass Allows Credential Misdirection
- CVE-2026-11187MEDIUMChrome Navigation Restriction Bypass Vulnerability
- CVE-2026-11190MEDIUMGoogle Chrome Extension Access Control Bypass (6.5 CVSS)
- CVE-2026-11193MEDIUMChrome Password Manager Access Control Bypass – CVSS 6.5
- CVE-2026-11197MEDIUMChrome Same-Origin Policy Bypass in Workers – Patch v149.0.7827.53