CVE-2026-12441: Critical Use-After-Free in Chrome File Input on Linux
A use-after-free vulnerability exists in Google Chrome's file input handling on Linux systems. An attacker can craft a malicious HTML page that, when visited by a user, exploits this memory safety flaw to corrupt the browser's heap and potentially execute arbitrary code. The vulnerability affects Chrome versions prior to 149.0.7827.155 and requires user interaction (clicking or interacting with the page).
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-416
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-18
NVD description (verbatim)
Use after free in File Input in Google Chrome on Linux prior to 149.0.7827.155 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Critical)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-12441 is a use-after-free (CWE-416) flaw in Chrome's file input subsystem on Linux. When processing a specially crafted HTML page, the browser fails to properly manage memory references, allowing freed memory to be accessed and modified. This can lead to heap corruption and, under favorable conditions, code execution within the browser's context. The vulnerability is rated Critical by the Chromium security team and assigned a CVSS 3.1 score of 8.8 (HIGH severity) with a network attack vector, low complexity, no privilege requirement, and user interaction needed.
Business impact
Successful exploitation allows attackers to compromise user systems running vulnerable Chrome installations on Linux. Potential impacts include theft of sensitive data, credential harvesting, malware installation, and lateral movement within corporate networks. Organizations with Linux-based developer or analyst populations, or those supporting Linux desktop environments, face elevated risk. The requirement for user interaction (visiting a malicious page) moderates the attack surface but does not eliminate it, especially in social engineering scenarios.
Affected systems
Google Chrome on Linux systems running versions prior to 149.0.7827.155 are affected. Users on Windows and macOS running the same Chrome version should verify patch status independently, as this CVE specifically references the Linux variant. The Linux kernel itself is listed as an affected product in the source data; organizations should verify whether this indicates a separate kernel-level exposure or if it is a metadata artifact.
Exploitability
The vulnerability requires a user to visit a crafted HTML page, making it suitable for phishing campaigns, malvertising, or drive-by compromise scenarios. No public exploit code is known to be available at this time, and the vulnerability is not tracked in CISA's Known Exploited Vulnerabilities (KEV) catalog. However, the Critical severity rating and straightforward attack vector suggest motivated threat actors will develop functional exploits; defense should not rely on exploit scarcity.
Remediation
Update Google Chrome to version 149.0.7827.155 or later on all Linux systems. Organizations should prioritize this patch for systems frequently visited by employees or exposed to untrusted content. Implement update mechanisms—either through Chrome's built-in auto-update or enterprise deployment tools—and verify patch application across the fleet. Consider deploying browser isolation technologies for high-risk user populations pending immediate patching.
Patch guidance
Google Chrome auto-updates are typically enabled by default; users can manually verify their version by navigating to chrome://settings/help. Enterprise deployments should consult Chromium's release notes and Google's enterprise update documentation to confirm version 149.0.7827.155 or later is deployed. Test patches in non-production environments first if Chrome is integrated with critical workflows. Monitor for any regression or functionality issues post-patch, though this is unlikely for a security-driven release.
Detection guidance
Monitor process execution for Chrome instances running versions below 149.0.7827.155 using endpoint detection tools or asset inventory systems. Watch for suspicious file input interactions or crafted HTML rendering in browser logs if available. Implement network-level protections such as blocking known malicious file hosts or command-and-control infrastructure. Consider deploying DNS filtering and web content filtering to reduce user exposure to attack vectors. Behavioral analytics may flag unusual heap corruption signatures if advanced EDR tools are in place.
Why prioritize this
This vulnerability merits immediate attention due to its Critical Chromium rating, high CVSS score, network-based attack vector, and the widespread use of Chrome on Linux development and security teams. While KEV status is currently negative (not listed as actively exploited), the straightforward nature of use-after-free flaws and the mature state of exploitation techniques mean a functional exploit could be developed or deployed quickly. Organizations running Chrome on Linux for any user-facing or security-sensitive role should treat this as urgent.
Risk score, explained
The CVSS 3.1 score of 8.8 reflects high severity due to confidentiality, integrity, and availability impacts, combined with network accessibility and low attack complexity. The lone mitigating factor is the requirement for user interaction. The Chromium project's Critical severity designation underscores internal assessment of exploitability and real-world risk. Organizations should not be reassured by the HIGH (rather than CRITICAL) CVSS severity label; the Chromium severity is the more authoritative signal in this context.
Frequently asked questions
Do I need to patch this if I use Chrome on Windows or macOS?
This CVE specifically affects Chrome on Linux. Users on Windows and macOS should consult the official Chromium security advisory and their respective vendor changelogs to determine if they are affected by separate or related vulnerabilities. Do not assume patch status across platforms.
Will updating Chrome automatically fix this vulnerability?
Chrome auto-updates are enabled by default for most users and installations. Verify your version at chrome://settings/help; if you are below 149.0.7827.155, click "Check for updates" to force an immediate check. Enterprise deployments should confirm update policies are correctly configured and verify successful rollout across managed systems.
What should I do if I have already visited a suspicious website with an older Chrome version?
Assume potential compromise. Scan your system with updated antivirus/antimalware tools, review running processes and network connections for anomalies, and consider resetting Chrome settings or reinstalling the browser. Monitor accounts for unauthorized access and enable multi-factor authentication if not already in place. In enterprise contexts, escalate to incident response for forensic investigation.
Is this vulnerability only a problem for Linux systems, or are web servers also at risk?
This CVE is specific to Chrome's client-side file input handling on Linux. It does not directly impact web servers. However, server operators should be aware that their users accessing vulnerable Chrome instances may be compromised, potentially leading to credential theft or lateral movement. Patching users' browsers is the primary mitigation.
This analysis is based on publicly available vulnerability data and the Chromium security advisory as of the publication date. CVSS scores and severity ratings are subject to interpretation and may vary by organization. Patch version numbers and advisory details must be verified against official Google Chromium release notes and the Chrome Help Center before deployment. This explainer does not constitute professional security advice; consult with your security team and vendor advisories before taking remediation actions. No exploit code or proof-of-concept is provided or endorsed herein. Source: NVD (public-domain), retrieved 2026-07-26. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10001HIGHChrome Sandbox Escape via PerformanceManager Use-After-Free
- CVE-2026-10002HIGHGoogle Chrome PDFium Use-After-Free Vulnerability (CVSS 8.8)
- CVE-2026-10003HIGHChrome Use-After-Free Code Execution Vulnerability Analysis
- CVE-2026-10007HIGHChrome Use-After-Free in SVG Arbitrary Code Execution (CVSS 8.8)
- CVE-2026-10012HIGHChrome Skia Use-After-Free Sandbox Escape (v148.0.7778.216)
- CVE-2026-10013HIGHUse-After-Free in Chrome WebCodecs – Patch Guide & Risk Assessment
- CVE-2026-10016HIGHUse-After-Free in Chrome DOM – Sandbox Code Execution Vulnerability
- CVE-2026-10882HIGHCritical Chrome Use-After-Free RCE Vulnerability – Exploit Details & Patch Guidance