CVE-2026-14082: Chrome Storage Race Condition Enables Cross-Origin Data Leakage
A race condition in Google Chrome's storage subsystem allows attackers to access sensitive data across different websites through a specially crafted HTML page. The vulnerability requires user interaction—such as visiting a malicious webpage—but doesn't need special privileges or browser configuration to exploit. While Chromium's own severity rating is 'Low,' the confidentiality impact warrants a medium-severity classification due to the potential exposure of cross-origin data that should otherwise be isolated by browser security boundaries.
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-362
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Race in Storage 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-14082 is a race condition (CWE-362) in Chrome's storage handling mechanism. The flaw permits a remote attacker to engineer a timing-dependent scenario where cross-origin data becomes accessible via crafted HTML. The attack surface requires network access and user interaction (visiting a malicious page), but does not require authentication or user configuration changes. The vulnerability affects Chrome versions prior to 150.0.7871.47. The race condition likely stems from insufficient synchronization or locking in storage access paths, creating a narrow but exploitable window where origin-based isolation can be circumvented.
Business impact
The primary risk is confidential data leakage. An attacker hosting a malicious website could potentially extract sensitive information from users' sessions with other sites—such as authentication tokens, personal details, or account information—if those sites are also open in the victim's browser. Organizations relying on Chrome for secure web application access should prioritize patching to maintain data confidentiality guarantees. The real-world impact depends on user browsing habits and whether sensitive services are accessed in the same browser instance as untrusted content.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are vulnerable. This includes stable, extended, and dev channel releases below the fixed version. Chrome on Windows, macOS, Linux, Android, and iOS—any platform running affected Chrome versions—requires patching. Enterprise Chrome deployments managed via group policy or similar mechanisms should verify their pinned or deployed versions against the 150.0.7871.47 threshold.
Exploitability
The attack requires a user to visit a malicious or compromised webpage (user interaction). No special browser settings, extensions, or permissions are needed. However, the vulnerability is a race condition, which typically means exploitation success depends on precise timing; attackers would need to reliably trigger the condition, and success rates may vary. The requirement for user interaction—while a limiting factor—does not significantly impede real-world exploitation, especially in phishing or drive-by download scenarios. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Google's automatic update mechanism will push this version to most users; verification can be done via Settings > About > Google Chrome. Enterprise administrators should verify deployment across managed systems and confirm rollout completion. For users unable to immediately patch, minimizing browsing of untrusted sites while sensitive services are also open in the same browser instance reduces exposure.
Patch guidance
Automatic updates: Most Chrome users will receive version 150.0.7871.47 automatically. Check Settings > About Google Chrome to verify the installed version (it will auto-update if older). Manual verification: Confirm your version matches or exceeds 150.0.7871.47 before resuming high-risk browsing. Enterprise deployment: Use Chrome's group policy templates or mobile device management (MDM) to enforce minimum version 150.0.7871.47 across your fleet. Rollout testing: Validate functionality of internal web applications against the new Chrome version before forcing enterprise-wide deployment.
Detection guidance
Direct detection of exploitation is difficult because the attack is a timing-dependent race condition executed client-side in the browser. Network detection: Monitor for traffic to known malicious domains that have advertised such exploits. Endpoint detection: Watch for unexpected data exfiltration from browsers, though this would be visible only if subsequent attacker activity triggers alerts. Browser telemetry: Enable Chrome Enterprise reporting to monitor version compliance; out-of-date browsers indicate potential vulnerability exposure. The most practical approach is version enforcement and user awareness training on not visiting untrusted sites while sensitive services are active.
Why prioritize this
Although Chromium itself rates this as 'Low' severity, the CVSS score of 6.5 (Medium) reflects the high confidentiality impact—exposure of cross-origin data violates a fundamental browser security principle. Prioritize patching on systems handling sensitive data (finance, healthcare, government, etc.) where cross-origin data leakage poses material risk. Users and enterprises focused on general web browsing can patch within standard monthly patch cycles. The lack of KEV status and active exploitation reporting allows for standard, non-emergency patching schedules, but should not delay timely deployment.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) reflects: network-based attack vector (AV:N), low attack complexity suggesting reliable reproducibility (AC:L), no special privileges required (PR:N), but user interaction needed (UI:R). The confidentiality impact is rated high (C:H) because cross-origin data exposure breaches core browser isolation. Integrity and availability are unaffected (I:N, A:N). The scope is unchanged (S:U), meaning the vulnerability does not impact resources outside the vulnerable component's security scope. This score appropriately positions the vulnerability as requiring prompt patching but not an emergency hotfix.
Frequently asked questions
Can this vulnerability steal my passwords even if I'm not actively using the websites being targeted?
Only if the sensitive websites are open in browser tabs or windows during the attack. The race condition targets cross-origin data access, so the attacker needs the victim to have both the malicious page and a sensitive site loaded simultaneously. Closing sensitive tabs before visiting untrusted links mitigates this, though automatic updates are the proper fix.
Is there a workaround for older Chrome versions that can't be updated immediately?
No technical workaround exists within the browser itself. Your practical mitigations are: (1) avoid visiting untrusted or suspicious websites, (2) separate sensitive browsing into a different browser or private profile, and (3) prioritize patching as soon as possible. Disabling JavaScript is not a viable workaround as it would break most modern web applications.
Why does Chromium call this 'Low' severity when CVSS says 'Medium'?
Chromium's internal severity rating considers factors like real-world exploitability and the attacker's ability to craft a reliable exploit. The CVSS score is a standardized calculation emphasizing the technical impact (data confidentiality breach) without regard to exploit feasibility. Both perspectives are valid; CVSS provides a consistent baseline for comparison across vulnerabilities, while Chromium's rating reflects their engineering assessment of practical risk.
Do I need to do anything beyond updating Chrome?
No. Updating to 150.0.7871.47 or later fully resolves the vulnerability. No configuration changes, extensions, or post-update steps are required. Chrome's automatic update system will handle this for most users; enterprises should verify version compliance via admin consoles.
This analysis is based on the CVE record published on 2026-06-30 and modified 2026-07-01. Verify all technical details, patch versions, and affected product lists against official Google Chrome security advisories and vendor documentation. SEC.co does not provide guarantees regarding the completeness or accuracy of third-party vulnerability data. Readers are responsible for assessing applicability to their environment and conducting their own testing before deployment. No exploit code or weaponized proof-of-concept is provided or endorsed herein. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11145MEDIUMChrome Android Geolocation Race Condition Data Leak
- CVE-2026-11253MEDIUMChrome Permissions Flaw Allows Cross-Origin Data Leak
- CVE-2026-13874MEDIUMChrome DataTransfer Race Condition Memory Disclosure Vulnerability
- CVE-2026-13905MEDIUMChrome iOS Race Condition Memory Disclosure (CVSS 4.2)
- CVE-2026-14015MEDIUMChrome WebRTC Race Condition Leaks Cross-Origin Data on Windows
- CVE-2026-14133MEDIUMUI Spoofing in Google Chrome History Embeddings—Patch Guide
- CVE-2026-0068HIGHAndroid DPC Removal Vulnerability
- CVE-2026-0083HIGHAndroid NFC Use-After-Free Race Condition Enables Local Privilege Escalation