CVE-2026-14098: Chrome CSS Cross-Origin Data Leak
A flaw in how Google Chrome handles CSS allows an attacker to craft a malicious webpage that can read data from websites on different domains—a cross-origin information leak. The vulnerability affects Chrome versions before 150.0.7871.47. While the attack requires user interaction (visiting the malicious page), the potential impact is significant: sensitive information from other websites could be exposed to the attacker. This is classified as a medium-severity issue, though Chromium's own assessment rated the underlying CSS implementation flaw as low severity.
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-200
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in CSS in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Low)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14098 is a cross-origin data disclosure vulnerability in Google Chrome's CSS implementation. The flaw stems from inappropriate handling of CSS properties or behavior that allows a remote attacker to access information from cross-origin resources via a specially crafted HTML page. The attack vector is network-based with low complexity; the attacker must trick a user into visiting a malicious page. The vulnerability is tracked under CWE-200 (Information Exposure) and carries a CVSS v3.1 score of 6.5 (Medium severity). Chromium's internal severity assessment was Low, likely because exploitation depends on user action and the scope is limited to information disclosure without modification or service disruption.
Business impact
This vulnerability creates a data exposure risk for users of affected browsers. If an attacker successfully exploits it, they could exfiltrate sensitive information from web applications the user is accessing—such as authentication tokens, session data, or personal information—without the user or the target website being aware. For organizations whose employees use Chrome, this could increase the risk of compromised credentials or account takeover if users visit malicious sites. The requirement for user interaction (visiting a crafted page) somewhat limits the attack surface compared to zero-click exploits, but social engineering can overcome this barrier.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are vulnerable on all major operating systems: Windows, macOS, and Linux. The source data lists Microsoft Windows, Apple macOS, and Linux kernel as affected platforms. Any system running a vulnerable Chrome version is at risk. Organizations should verify their Chrome deployment versions across all endpoints and prioritize patching this browser as part of their standard update cycle.
Exploitability
Exploitation requires two conditions: (1) a victim must visit a webpage controlled or compromised by the attacker, and (2) the attacker must craft specific HTML/CSS to trigger the cross-origin data leak. The attack is not self-propagating and cannot be executed remotely without user action, which moderately limits its exploitability. However, phishing, watering-hole attacks, or compromised advertisements could deliver the malicious page at scale. The low attack complexity and network vector indicate that once a user is on the attacker's page, successful exploitation is straightforward.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. This version incorporates the fix for the CSS implementation flaw. Chrome typically auto-updates on most platforms; however, organizations should verify that updates have been applied and monitor for any delayed or failed updates in their fleet. Users can manually check for updates via Chrome menu > Help > About Google Chrome.
Patch guidance
Verify that your Chrome version is 150.0.7871.47 or newer. Most users and organizations will receive automatic updates; ensure your update policy does not delay or suppress Chrome patching. For macOS and Linux users, confirm the installed version matches or exceeds 150.0.7871.47. If you manage a fleet of Chrome instances (e.g., via Chromebook deployments or corporate managed installs), test the patch in a limited environment before full rollout to catch any compatibility issues, though Chrome patches at this level are typically low-risk.
Detection guidance
Direct detection of exploitation attempts is difficult without access to network traffic analysis, as the attack manifests as normal browser traffic to a malicious webpage. Organizations can monitor for suspicious browser behavior through endpoint detection and response (EDR) tools that track unusual network connections or data exfiltration patterns. Monitor user reports of unexpected cross-site requests or authentication anomalies. Conduct periodic audits of installed Chrome versions across endpoints to identify unpatched systems. If you suspect exploitation, check browser history for visits to unfamiliar domains and review authentication logs for unauthorized account access coinciding with the visit.
Why prioritize this
This vulnerability merits prompt attention because it enables silent data theft from legitimate websites without user or site awareness, and the attack can be delivered via social engineering or compromised web properties. While user interaction is required, the impact (confidentiality breach) is material. The CVSS Medium score reflects this balance of moderate access barriers and significant consequence. Chrome's ubiquity in enterprise and consumer environments amplifies the risk. Patching is straightforward due to auto-update mechanisms, making this a high-value, low-effort remediation.
Risk score, explained
The CVSS 6.5 (Medium) score reflects a network attack vector with low complexity and no privileges required, but with a requirement for user interaction. The impact is high confidentiality loss (sensitive cross-origin data leak) with no integrity or availability impact. The unchanged scope (U) indicates the vulnerability is confined to the Chrome process and does not escalate to the broader system. Chromium's internal 'Low' severity assessment suggests the actual exploitability in the wild is limited, but the potential impact is significant enough to warrant CVSS Medium classification.
Frequently asked questions
Do I need to do anything if Chrome auto-updates are enabled?
Chrome on most systems auto-updates in the background and restarts quietly. Verify your version is 150.0.7871.47+ via Chrome menu > Help > About Google Chrome, which will also prompt any pending update. If you see a version below 150.0.7871.47, allow Chrome to update and restart your browser.
Can this vulnerability steal my passwords from my password manager?
This vulnerability leaks data that the webpage can access, such as cookies, session tokens, and page content. If your password manager is a browser extension that properly isolates credentials, it is less exposed, but any data sent to or cached by a web page could be at risk. The safest practice is still prompt patching combined with strong master passwords and periodic credential rotation for critical accounts.
Is this vulnerability actively being exploited in the wild?
The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, meaning there is no confirmed widespread exploitation as of the publication date. However, this does not guarantee no exploit exists; patching promptly reduces the window of opportunity for attackers to develop and deploy working exploits.
Does this affect Chrome on mobile devices?
Chrome on Android and iOS is based on the same underlying Chromium engine. Ensure your mobile Chrome is also updated to version 150.0.7871.47 or later. Mobile app updates typically follow the same release schedule as desktop Chrome.
This analysis is based on publicly available information as of the publication date. While we have made every effort to ensure accuracy, vulnerability details and remediation steps may be updated by vendors. Always consult the official Google Chrome security advisory and your internal vulnerability management policies. No exploit code or proof-of-concept details are provided in this analysis. This content is for informational and defensive purposes only; unauthorized access to computer systems is illegal. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11162MEDIUMChrome CSS Cross-Origin Data Leak Vulnerability
- CVE-2026-11168MEDIUMChrome Extension Memory Disclosure Vulnerability
- CVE-2026-11180MEDIUMChrome SVG Cross-Origin Data Leak – Patch & Mitigation Guide
- CVE-2026-11182MEDIUMChrome SVG Cross-Origin Data Leak Vulnerability
- CVE-2026-11209MEDIUMGoogle Chrome Password Memory Disclosure (CVSS 6.5)
- CVE-2026-11271MEDIUMChrome Password Feature Information Disclosure Vulnerability
- CVE-2026-14049MEDIUMChrome GPU Memory Disclosure Vulnerability – Patch 150.0.7871.47
- CVE-2026-9981MEDIUMChrome Skia Information Disclosure Vulnerability – Patch Guidance