CVE-2026-14052: Chrome FileSystem Access Control Bypass (Version <150.0.7871.47)
Google Chrome versions before 150.0.7871.47 contain a flaw that allows attackers to bypass file system access restrictions through a specially crafted web page. An attacker would need to trick a user into visiting a malicious site, but once there, the vulnerability could allow unauthorized file operations that would normally be blocked by the browser's security policies.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
- Weaknesses (CWE)
- CWE-284
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Insufficient policy enforcement in FileSystem in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to bypass discretionary access control 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-14052 is an insufficient policy enforcement vulnerability in Chrome's FileSystem implementation. The flaw resides in discretionary access control (DAC) mechanisms—specifically the browser's ability to enforce user-level file access restrictions. By sending a crafted HTML page to a victim, a remote attacker can bypass these DAC protections, potentially enabling unintended file system interactions. The vulnerability requires user interaction (visiting a malicious page) but does not require authentication or special browser configuration. The root cause stems from CWE-284: improper access control validation in a security-relevant context.
Business impact
For most users, the practical risk is limited since exploitation requires both a successful social engineering attack and a user's active browser session. However, organizations with sensitive data stored locally or strict compliance requirements around file integrity should treat this seriously. The vulnerability affects confidentiality minimally (CVSS shows no confidentiality impact), but integrity is directly compromised—unauthorized file modifications are possible. In regulated environments (healthcare, finance, legal), even low-scoring integrity violations can trigger incident response workflows and audit documentation.
Affected systems
All Google Chrome browsers prior to version 150.0.7871.47 are vulnerable. This includes Chrome on Windows, macOS, Linux, and ChromeOS. Organizations using Chrome as a managed browser or relying on Chrome-based Chromium derivatives should verify their versions and patch timelines. Users on older release channels (Extended Stable, for example) may lag behind the rapid patch cycle and require additional attention.
Exploitability
Exploitability is moderate in practical terms. The CVSS vector (AV:N/AC:L/PR:N/UI:R/S:U) confirms that the attack is network-based, requires no privileges, and has low complexity—but crucially, user interaction is required. An attacker must convince a user to visit a malicious page. There is no evidence of active exploitation in the wild (KEV status is false), and Chromium's severity rating was 'Low,' suggesting the Chrome security team did not assess this as an immediate threat vector. However, the barrier to exploitation is not prohibitively high; a convincing phishing email or watering hole attack could be sufficient.
Remediation
Users should update Chrome to version 150.0.7871.47 or later immediately. Organizations should verify update deployment through mobile device management (MDM) or endpoint management platforms. For enterprises managing Chrome through Group Policy or similar mechanisms, ensure auto-update is enabled or schedule manual updates. Test the update in a non-production environment first if your organization has strict change control processes, though the risk of regression is minimal for a security patch.
Patch guidance
Update Chrome to version 150.0.7871.47 or later. Verify the update through Chrome's Settings > About Chrome, which will trigger an automatic version check. For managed deployments, use your organization's Chrome administration console or policy templates to push the update. Monitor deployment success through your endpoint management tools. The patch was released on or shortly after June 30, 2026 (the published date of this CVE); verify the exact release date through the official Chrome release notes to ensure your chosen version includes the fix.
Detection guidance
Monitor for Chrome process version drift in your environment using endpoint detection and response (EDR) tools or mobile device management platforms. Look for processes running Chrome versions prior to 150.0.7871.47. Network-based detection is difficult since the attack relies on malicious HTML content delivered via normal HTTPS traffic; however, you may monitor for suspicious file system access patterns on endpoints if your EDR solution provides file system activity auditing. Consider cross-referencing browser logs with file system audit logs on sensitive data stores to identify unauthorized access attempts.
Why prioritize this
While the CVSS score of 4.3 places this in the medium severity range, the practical urgency is moderate. The vulnerability requires user interaction and does not result in confidentiality breaches, remote code execution, or availability impact. However, prioritize patching over non-critical updates because the integrity impact is direct and the exploit path is straightforward once a user visits a malicious page. Organizations in highly regulated sectors should prioritize this higher; those with general-purpose Chrome deployments can include it in the next scheduled patch window (typically within 1–2 weeks).
Risk score, explained
The CVSS 3.1 score of 4.3 reflects a medium severity rating driven by the integrity impact (I:L) and the network attack vector with low complexity. The score is suppressed by the lack of confidentiality impact, no availability impact, and the requirement for user interaction. The 'Scope Unchanged' (S:U) rating means the vulnerability does not escape the security scope of the vulnerable component (it affects only file access within Chrome's context). This score is appropriate for a bug that requires convincing a user to visit a malicious page but does result in real file system access violations.
Frequently asked questions
Does this vulnerability allow an attacker to steal files from my computer?
No. The CVSS vector explicitly shows no confidentiality impact (C:N). The vulnerability allows an attacker to bypass access control restrictions, which could enable file modification or deletion, but reading/exfiltration is not a direct consequence of this flaw.
Is this vulnerability actively being exploited in the wild?
Not according to current threat intelligence. This CVE does not appear in CISA's Known Exploited Vulnerabilities (KEV) catalog, and Chromium's own severity assessment was 'Low,' suggesting no evidence of active exploitation at the time of publication.
Do I need to update immediately, or can I wait for the next patch cycle?
Patch within 1–2 weeks if possible. While this is not a critical vulnerability requiring emergency patching, the attack path is relatively low-friction (social engineering to a malicious page). Delaying significantly increases your window of exposure.
Does this affect Chrome extensions or only the core browser?
The vulnerability is in Chrome's FileSystem implementation, which is part of the core browser engine. Extensions that use the FileSystem API could theoretically be affected, but the primary risk is from malicious web pages served to users.
This analysis is provided for informational purposes and should not be considered a substitute for official vendor advisories or professional security assessment. Version numbers, patch timelines, and CVE details are current as of the published date (June 30, 2026) and may be updated by Google or other authoritative sources. Organizations should verify patch applicability and compatibility with their specific Chrome deployments before implementation. No exploit code or weaponized proof-of-concept is provided or endorsed. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11017MEDIUMChrome Link Preview Navigation Bypass (CVSS 6.5)
- CVE-2026-11026MEDIUMChrome Extension Navigation Bypass Vulnerability
- CVE-2026-11078MEDIUMChrome FileSystem Same-Origin Policy Bypass – MEDIUM Severity
- CVE-2026-11135MEDIUMChrome Autofill Bypass Allows Credential Misdirection
- CVE-2026-11187MEDIUMChrome Navigation Restriction Bypass Vulnerability
- CVE-2026-11190MEDIUMGoogle Chrome Extension Access Control Bypass (6.5 CVSS)
- CVE-2026-11193MEDIUMChrome Password Manager Access Control Bypass – CVSS 6.5
- CVE-2026-11197MEDIUMChrome Same-Origin Policy Bypass in Workers – Patch v149.0.7827.53