CVE-2026-12024: Chrome Same-Origin Policy Bypass in DevTools (CVSS 6.5)
A flaw in Google Chrome's Developer Tools (DevTools) allows attackers to bypass the same-origin policy—a fundamental browser security boundary that prevents one website from accessing another's data. An attacker crafting a malicious HTML page could trick a user into visiting it, potentially gaining unauthorized access to sensitive information from other sites the user is logged into. The vulnerability affects Chrome versions before 149.0.7827.115 across Windows, macOS, and Linux.
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:N/I:H/A:N
- Weaknesses (CWE)
- CWE-346
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-11 / 2026-06-23
NVD description (verbatim)
Insufficient policy enforcement in DevTools in Google Chrome prior to 149.0.7827.115 allowed a remote attacker to bypass same origin policy 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-12024 is an insufficient policy enforcement vulnerability in Chrome's DevTools component, classified under CWE-346 (Origin Validation Error). The flaw permits a network-based attacker to circumvent same-origin policy protections through a specially crafted HTML page. Exploitation requires user interaction (visiting a malicious page) but no elevated privileges. The vulnerability carries a CVSS 3.1 score of 6.5 (Medium severity) with a vector reflecting network accessibility, low attack complexity, no privileges required, user interaction necessary, and integrity impact without confidentiality or availability compromise.
Business impact
If exploited, this vulnerability could allow attackers to perform unauthorized actions or access data within the context of legitimate websites—such as modifying account settings, stealing session tokens, exfiltrating personal information, or manipulating page content—affecting any user of vulnerable Chrome versions. For organizations, this means employees using Chrome could become vectors for credential theft, account hijacking, or data theft if social-engineered into visiting attacker-controlled pages. The integrity-focused impact (rather than data exfiltration) suggests attackers could modify or forge transactions or communications.
Affected systems
The vulnerability impacts Google Chrome releases prior to version 149.0.7827.115 across all major operating systems: Windows, macOS, and Linux. Any organization relying on Chrome for browser access—especially those without centralized patch management—faces exposure. Users on older release channels or those who delay patching remain at risk.
Exploitability
Exploitation requires a user to visit a malicious or compromised webpage, making it dependent on user interaction and social engineering. There is no evidence of active exploitation in the wild (KEV status: not listed). The attack requires no special privileges and has low technical complexity, making it a viable threat if an attacker can lure victims to their site or compromise legitimate web properties.
Remediation
Organizations should update Google Chrome to version 149.0.7827.115 or later without delay. Verify patch deployment across managed endpoints and encourage or enforce updates for unmanaged devices. Consider supplementary controls such as browser security policies, content security policy (CSP) headers on internal applications, and user awareness training on phishing and malicious links.
Patch guidance
Deploy Chrome version 149.0.7827.115 or newer across your infrastructure. Google's update mechanism is generally automatic for Chrome users, but verify completion on critical systems. For enterprise Chrome management, use the Admin Console to set update policies and confirm rollout. Test patches in a non-production environment first if your organization runs Chrome extensions or relies on specific web applications that may have compatibility concerns.
Detection guidance
Monitor for unusual DevTools usage patterns or same-origin policy violations in browser logs. Organizations with HTTP archive (HAR) logging or proxy inspection can flag suspicious requests that appear to originate from different domains within a single session context. Watch for users accessing unexpected origins from internal applications. Endpoint detection and response (EDR) tools may flag suspicious process chains if malicious JavaScript spawns child processes. User reports of unexplained account activity or unauthorized actions following visits to unfamiliar websites warrant investigation.
Why prioritize this
While the CVSS score is Medium (6.5), the practical risk is elevated due to the fundamental nature of same-origin policy and the prevalence of Chrome. Any integrity-impacting web-based vulnerability that affects billions of users warrants rapid patching, especially since exploitation is straightforward once a user visits an attacker's page. The lack of KEV listing does not diminish the threat—it reflects current intelligence rather than absence of exploitability.
Risk score, explained
The CVSS 6.5 reflects that integrity (not confidentiality or availability) is compromised and user interaction is required, lowering the score below 'High.' However, context matters: same-origin policy is critical to browser security, the vector is network-accessible, and Chrome's ubiquity means millions of potential targets. Organizations should treat this as higher-priority than the numeric score alone suggests.
Frequently asked questions
Why is this a Medium severity vulnerability if same-origin policy is so important?
CVSS scoring emphasizes that exploitation requires a user to visit a malicious page (user interaction) and the primary impact is integrity, not confidentiality loss. However, integrity-impacting same-origin bypasses are serious in practice because attackers can modify content, forge transactions, or steal session tokens. The numeric score reflects the stringency of exploitation conditions, not the real-world danger.
Do I need to worry about this if users don't have admin rights on their machines?
Yes. Chrome runs in the user's security context regardless of admin privileges. A standard user can still visit a malicious webpage and trigger the vulnerability. There is no privilege-escalation requirement here—the flaw is in the browser's web security model, not the operating system.
How quickly should I patch this?
Immediately. Even though KEV status is negative, same-origin policy bypasses are highly attractive to attackers and straightforward to exploit. Delay only increases window of exposure. Prioritize managed endpoints first, then communicate urgently with unmanaged device users.
Could this affect embedded browsers or Chromium-based applications beyond Chrome?
Yes. Any application built on Chromium (Edge, Brave, Opera, and others) shipping before the equivalent patched version may be vulnerable. Verify patch status for all Chromium-based browsers in your environment.
This analysis is based on data published as of the modification date (2026-06-23) and reflects information available at that time. Patch version numbers and technical details are sourced from official vendor advisories and CVE records. Organizations should verify patch applicability and compatibility in their specific environments before deployment. This content is for informational purposes and does not constitute legal or regulatory advice. Consult your organization's security policies and risk management framework when prioritizing remediation. Source: NVD (public-domain), retrieved 2026-07-20. 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