CVE-2026-13911: Google Chrome Spell-Check Memory Disclosure Vulnerability
A vulnerability in Google Chrome's spell-check feature allows an attacker who has already compromised the browser's rendering engine to read sensitive data from the Chrome process memory by tricking a user into visiting a malicious webpage. The vulnerability requires the attacker to have already gained control of the renderer process and the user to interact with the crafted page, making it a secondary exploitation target rather than a direct entry point. Chrome version 150.0.7871.47 and earlier are affected.
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-20
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Insufficient policy enforcement in Spellcheck 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-13911 is a policy enforcement flaw in the Chromium spell-check subsystem that permits information disclosure from process memory. The vulnerability exists in the interaction between the spell-check feature and the renderer process sandbox. An attacker with renderer process compromise can craft HTML that bypasses spell-check policy controls to exfiltrate sensitive data resident in memory. The issue is rooted in insufficient input validation or policy application (CWE-20), allowing attackers to escape intended protections. The CVSS 3.1 score of 5.3 (MEDIUM) reflects the requirement for prior renderer compromise and user interaction, though the confidentiality impact is rated high once conditions are met.
Business impact
This vulnerability poses a moderate but real risk to Chrome users who may already be compromised by other exploits. The attack does not compromise Chrome directly but extracts data from an already-compromised renderer process, making it valuable to attackers performing multi-stage exploitation. Organizations relying on Chrome as a security boundary should note that compromised renderer processes can now leak sensitive information including cached credentials, session data, or other memory contents. Delayed patching increases the window for multi-exploit campaigns to succeed.
Affected systems
Google Chrome prior to version 150.0.7871.47 is affected. This includes all earlier versions on Windows, macOS, and Linux platforms. Users on Chrome 150.0.7871.47 and later are not vulnerable. The vulnerability is specific to the Chromium spell-check implementation and does not affect other Chromium-based browsers unless they ship identical vulnerable code, though verify with individual vendor advisories.
Exploitability
The vulnerability requires a two-stage attack: first, the attacker must compromise the Chrome renderer process through a separate vulnerability or attack vector, then craft a malicious HTML page to trigger the spell-check bypass. This dependency on prior renderer compromise significantly limits exploitability in isolation. However, in active exploitation campaigns combining multiple vulnerabilities—particularly renderer escapes or memory corruption bugs—this becomes a high-value secondary payload to extract secrets before the victim detects the initial breach. No public proof-of-concept is required; the vulnerability is not tracked as a KEV (Known Exploited Vulnerability).
Remediation
Immediate patching to Chrome 150.0.7871.47 or later is the sole remediation. The patch implements proper policy enforcement in the spell-check subsystem to prevent the memory disclosure. Users should enable automatic Chrome updates to receive the fix automatically. Organizations managing Chrome deployments should verify patch deployment within their fleet and confirm no users remain on vulnerable versions.
Patch guidance
Update Google Chrome to version 150.0.7871.47 or later. For enterprise deployments, use your organization's Chrome update policy to enforce the minimum version. Verify via chrome://version in the browser's address bar that the deployed version matches or exceeds the patched release. Users can manually check Settings > About Chrome to trigger immediate update checks. No rollback or workaround is available; patching is mandatory.
Detection guidance
Detection of active exploitation is difficult because it requires prior renderer compromise combined with spell-check interaction on a crafted page. Endpoint Detection and Response (EDR) tools should monitor for unusual Chrome process behavior, memory access patterns, or suspicious child processes that may indicate renderer process compromise. Network detection is ineffective because the malicious content arrives over normal HTTPS traffic. Monitor for exploitation of related renderer vulnerabilities (CVEs affecting memory safety) as a leading indicator of multi-stage attacks leveraging this CVE. Consider blocking access to untrusted websites where this secondary stage might be hosted.
Why prioritize this
This CVE should be prioritized based on organizational risk profile: High priority for organizations where Chrome users are frequent targets of advanced exploitation campaigns or where credential theft from browser memory represents a significant data loss risk. Medium priority for general business environments where renderer compromise is less likely. The MEDIUM CVSS score and KEV-non-status indicate this is not an emergency but should not be deferred beyond standard patching cycles. Patch within 30 days to reduce the window for multi-stage attacks.
Risk score, explained
The CVSS 3.1 score of 5.3 reflects the attack complexity (High), requirement for user interaction, and dependency on prior renderer process compromise. These factors prevent a higher score despite high confidentiality impact. The score accurately represents that this is not a worm vector or direct remote code execution path, but rather a targeted data exfiltration tool for sophisticated attackers who have already compromised the renderer. Organizations should not underestimate this score in multi-vulnerability attack scenarios where it serves a critical secondary role.
Frequently asked questions
Does this vulnerability allow hackers to directly attack Chrome without other exploits?
No. This vulnerability requires the attacker to have already compromised the Chrome renderer process through a separate vulnerability or attack. It is a secondary exploitation stage, not a direct entry point. Patching this CVE alone does not protect users who remain vulnerable to the initial renderer compromise.
Will Google Chrome's automatic updates protect me?
Yes, if automatic updates are enabled. Chrome will automatically download and install version 150.0.7871.47 or later, typically requiring a browser restart. Users should verify the version via chrome://version to confirm the patch is deployed. Organizations with managed Chrome should ensure update policies are applied.
Does this affect other browsers like Edge or Opera?
Other Chromium-based browsers may be vulnerable if they ship identical spell-check code. Check your browser vendor's security advisories for confirmation. Firefox and Safari use different spell-check implementations and are not affected by this CVE.
What types of information could be exposed?
An attacker with renderer process access could extract data from Chrome process memory, potentially including cached credentials, session tokens, sensitive form data, or other information the browser has loaded. The specific data depends on what the user is browsing and what the browser has cached.
This analysis is provided for informational purposes and reflects information available as of the publication date. CVSS scores and vulnerability details are derived from official CVE records and vendor advisories. Organizations should verify patch availability and applicability in their environment before deployment. This document does not constitute professional security advice; consult your organization's security team or a qualified professional for guidance specific to your infrastructure. No exploit code or weaponization details are provided herein. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0018MEDIUMAndroid AccessibilityManagerService Denial of Service Vulnerability
- CVE-2026-0051MEDIUMAndroid UBSan Runtime Denial of Service Vulnerability
- CVE-2026-0070MEDIUMAndroid DevicePolicyManagerService Local Denial of Service Vulnerability
- CVE-2026-0085MEDIUMAndroid Contact Handler Denial of Service Vulnerability
- CVE-2026-10004MEDIUMChrome UI Spoofing Vulnerability – Password Dialog Hijacking
- CVE-2026-10912MEDIUMChrome Extension Same-Origin Policy Bypass (CVSS 6.5)
- CVE-2026-10916MEDIUMChrome DevTools UXSS Vulnerability
- CVE-2026-10938MEDIUMChrome Site Isolation Bypass via Input Validation Flaw