CVE-2026-13022: Chrome Autofill Origin-Bypass Vulnerability – Patch to 149.0.7827.197
Google Chrome versions prior to 149.0.7827.197 contain a flaw in the Autofill feature that allows an attacker with control of the browser's renderer process to extract sensitive data across website boundaries using a specially crafted web page. This is a moderate-severity issue that requires both the renderer process to be compromised and user interaction to exploit.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-346
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-24 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in Autofill in Google Chrome prior to 149.0.7827.197 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13022 is an origin-bypass vulnerability in Chrome's Autofill implementation classified under CWE-346 (Origin Validation Error). The flaw permits a compromised renderer process to extract cross-origin data through a malicious HTML page. The vulnerability affects Chrome versions before 149.0.7827.197 and has been assigned a CVSS 3.1 score of 6.5 (Medium). The attack requires network access and user interaction but does not require privilege escalation. The attack vector is network-based, attack complexity is low, and the primary impact is confidentiality loss with no integrity or availability impact.
Business impact
The primary risk is unauthorized disclosure of sensitive autofilled data—credentials, payment information, personal details—from legitimate websites when a user visits a malicious page. Since the vulnerability requires prior renderer process compromise, the threat is elevated in scenarios where users are exposed to malicious ads, drive-by downloads, or compromised legitimate websites. Organizations with strict data-handling compliance requirements (PCI-DSS, HIPAA, GDPR) should treat this as a credential and personally identifiable information exposure vector.
Affected systems
Google Chrome prior to version 149.0.7827.197 is affected across Windows, macOS, and Linux platforms. The vulnerability is browser-specific; affected operating systems (Windows, macOS, Linux kernel) are listed as context for deployment scope but the actual vulnerability exists in the Chrome application itself, not the OS kernel or system libraries.
Exploitability
The vulnerability has a low barrier to exploitation once the renderer process is compromised. However, it is not remotely exploitable in isolation—an attacker must first compromise Chrome's renderer process, typically through a separate browser-based vulnerability, drive-by attack, or malicious content. User interaction is required (visiting a malicious page). Because the renderer is already compromised in the attack chain, the secondary step of crafting malicious HTML is relatively trivial. The vulnerability is not tracked in the CISA KEV catalog, indicating no evidence of active in-the-wild exploitation at publication time.
Remediation
Update Google Chrome to version 149.0.7827.197 or later. The update patches the Autofill implementation to properly validate origin boundaries. Chrome's auto-update mechanism should deploy the patch automatically, but manual verification is recommended for managed deployments. Users on Windows, macOS, and Linux should all prioritize this update.
Patch guidance
Apply Chrome update 149.0.7827.197 or newer as soon as feasible. For enterprise environments, verify patch deployment through your mobile device management (MDM) or endpoint management solution. Chrome typically auto-updates, but confirm via Settings > About Google Chrome that the installed version matches or exceeds 149.0.7827.197. No configuration changes are needed; the patch is transparent to end users.
Detection guidance
Monitor for signs of renderer process compromise as a precursor to exploitation. Review browser crash logs and renderer process termination events—legitimate exploits may leave traces. Endpoint detection and response (EDR) tools should flag unusual child processes spawned from Chrome or unusual inter-process communication. Content Security Policy (CSP) headers and Subresource Integrity (SRI) on legitimate websites provide some mitigation against injected malicious HTML. Network monitoring for malware distribution or drive-by downloads targeting users with outdated Chrome builds can provide early warning.
Why prioritize this
While the CVSS score is medium (6.5), the vulnerability's practical impact warrants prompt attention because: (1) it results in direct confidentiality loss of autofilled sensitive data, (2) it affects a ubiquitous browser across all major platforms, (3) Chrome's auto-update provides a clear remediation path with minimal friction, and (4) it is currently not exploited in-the-wild, offering a window to patch before active campaigns emerge. Organizations should treat this as a high-priority update despite the medium CVSS score due to the reputational and compliance risk of credential leakage.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) reflects: Attack Vector Network (increases score), Attack Complexity Low (increases score), Privileges Required None (increases score), User Interaction Required (decreases score relative to no-interaction variants), and Confidentiality Impact High (primary concern) balanced against no Integrity or Availability impact. The score is conservative because exploitation requires renderer compromise as a prerequisite. The severity does not capture the downstream value of the data leaked (credentials, payment info), which organizations should assess independently based on their user base and data sensitivity.
Frequently asked questions
Does this vulnerability expose my passwords without me installing an update?
No. The vulnerability requires two conditions: (1) your Chrome renderer process must be compromised by a separate attack (malware, malicious ad, etc.), and (2) you must then visit a malicious website. Simply running an outdated Chrome version does not automatically leak data. However, updating to 149.0.7827.197+ removes the risk entirely and is recommended.
Is this vulnerability being actively exploited?
As of the publication date, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating no confirmed active exploitation in-the-wild. However, the vulnerability affects a widely-used browser, so vigilance is warranted. Updating promptly is prudent.
Will Chrome update automatically to patch this?
Yes, Chrome automatically checks for updates and will eventually deploy version 149.0.7827.197 or later to your system. You can manually verify by going to Settings > About Google Chrome, which will prompt an immediate update check. For managed enterprise deployments, confirm via your MDM solution that the patch has reached all devices.
What should I do if my Autofill has been used before I update?
If your renderer process was compromised and a malicious page was visited, changing passwords for critical accounts (email, banking, payment) is prudent as a defense-in-depth measure. Review your accounts for unauthorized access. However, this is only necessary if you suspect an active compromise (e.g., unusual account activity, browser crashes, unexpected slow performance).
This analysis is provided for informational purposes to help security teams assess and prioritize vulnerability response. The vulnerability details, affected versions, and patch information are based on the CVE record and vendor advisories current as of the publication date. Organizations should verify patch availability and applicability to their specific Chrome deployment before applying updates. Actual risk and exploitability may vary based on your environment, user behavior, and security controls. SEC.co makes no warranty regarding the completeness or accuracy of this analysis and recommends consulting official vendor security advisories and CISA guidance for definitive remediation steps. Source: NVD (public-domain), retrieved 2026-08-02. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11020MEDIUMChrome Extension XML Cross-Origin Data Leak – Patch to 149.0.7827.53
- CVE-2026-11032MEDIUMChrome Password Manager Cross-Origin Data Leak
- CVE-2026-11036MEDIUMChrome Same-Origin Policy Bypass via DOM Implementation Flaw
- CVE-2026-11048MEDIUMChrome Extension Same-Origin Policy Bypass (Medium, 6.5)
- CVE-2026-11081MEDIUMChrome Canvas Same-Origin Policy Bypass
- CVE-2026-11083MEDIUMChrome Password Manager Cross-Origin Data Leak Vulnerability
- CVE-2026-11084MEDIUMChrome Password Manager Cross-Origin Data Leak (v149.0.7827.53)
- CVE-2026-11132MEDIUMChrome Same-Origin Policy Bypass in Paint Component