CVE-2026-12442: Android Chrome Use-After-Free Code Execution Vulnerability
A use-after-free flaw in Google Chrome's password handling on Android allows remote attackers to run malicious code on a victim's device. An attacker could craft a deceptive HTML page that, when visited by an Android user, exploits freed memory in Chrome's password system to gain arbitrary code execution. This is a critical-severity bug that requires user interaction—the victim must visit the malicious page—but once triggered, can fully compromise the device.
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 Passwords in Google Chrome on Android prior to 149.0.7827.155 allowed a remote attacker to execute arbitrary code 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-12442 is a use-after-free vulnerability (CWE-416) in the password management component of Google Chrome on Android. The flaw exists in versions prior to 149.0.7827.155 and stems from improper memory lifecycle management. When a crafted HTML page is loaded, the attacker can trigger a code path that accesses memory that has already been freed, allowing them to overwrite or inject executable code. The attack surface is the web browser itself, making this exploitable through any HTTPS or HTTP navigation. Chromium rates this Critical; CVSS 3.1 assessment yields 8.8 (HIGH), reflecting high confidentiality, integrity, and availability impact with no special privileges or configuration required.
Business impact
This vulnerability puts Android users of Chrome at direct risk of account compromise, data exfiltration, and device takeover. For enterprises, the concern is heightened if employees use Chrome on personal Android devices for work email, document access, or privileged applications. An attacker who gains code execution can steal stored passwords, session tokens, and cached credentials, then pivot to corporate systems. For consumer users, password theft and identity fraud are primary threats. The need for user interaction (visiting a malicious page) slightly limits opportunistic mass exploitation, but targeted phishing campaigns are practical.
Affected systems
Google Chrome on Android versions prior to 149.0.7827.155 are vulnerable. Desktop and iOS Chrome are not affected by this specific flaw; this is Android-only. Any Android device running an older version of Chrome is at risk. Organizations using mobile device management (MDM) should verify installed Chrome versions across their Android fleet.
Exploitability
Exploitability requires user interaction: the victim must visit or be redirected to a crafted HTML page. This is not a zero-click attack. However, the barrier is low—social engineering, phishing links, or advertising networks can deliver the payload. Once the page loads, code execution is reliable in vulnerable versions. No additional user action (such as form submission or permission grant) is needed beyond page load. The attack vector is network-based and does not require authentication or special privileges. Public exploit code is not yet known to be widely circulated, but the simplicity of the vulnerability suggests proof-of-concept development is likely.
Remediation
Immediate action: update Google Chrome on Android to version 149.0.7827.155 or later. Android users should enable automatic app updates in Google Play to ensure Chrome stays current. Enterprise administrators should use MDM policies to enforce Chrome version minimums and auto-update schedules. No workarounds exist; patching is the only mitigation. Users unable to patch immediately should minimize Chrome usage on sensitive tasks and avoid clicking untrusted links.
Patch guidance
Update to Chrome 149.0.7827.155 or later on Android. In Google Play, open Chrome, tap the profile icon, select 'About Chrome,' and the app will automatically check for and install updates if available. Administrators managing Android devices via MDM can push this version or set policies requiring auto-update. Verify the version string in Chrome Settings > About Chrome post-update. No interim versions or partial patches exist; only the stated version or newer resolves the issue.
Detection guidance
Monitor Chrome version numbers across Android devices using MDM telemetry or inventory tools. Flag any device running a version below 149.0.7827.155. Network detection is limited since the attack uses normal HTTPS traffic; however, intrusion detection systems (IDS) may flag unusual post-exploitation activity such as outbound connections from Chrome processes to suspicious C2 servers. Behavioral signals include rapid credential access attempts, unexpected data exfiltration, or new administrative accounts created post-compromise. Endpoint detection and response (EDR) solutions with Android support should monitor for code execution in Chrome sandbox escape scenarios.
Why prioritize this
This vulnerability merits urgent attention despite not yet appearing on the CISA KEV list. The combination of remote network exploitability, high impact (code execution with full device access), and low-to-moderate exploitation barrier (user click) makes it a priority target for both criminal and nation-state actors. Android adoption is massive; any widely used application vulnerability affecting hundreds of millions of devices justifies rapid patching. The password system exposure is particularly sensitive for credential theft campaigns. Organizations should prioritize patching ahead of the typical monthly maintenance window.
Risk score, explained
CVSS 3.1 score of 8.8 reflects the severity: attack vector network (no special access), low attack complexity (no special conditions), no privileges required, user interaction required (moderate mitigation), scope unchanged, and high impact on confidentiality, integrity, and availability. The score sits at the boundary between HIGH and CRITICAL; Chromium's own Critical rating acknowledges the practical threat level despite the user interaction requirement. In a security landscape where targeted phishing is common, the UI requirement does not meaningfully reduce risk for motivated attackers.
Frequently asked questions
Does this affect Chrome on desktop or iOS?
No. CVE-2026-12442 is specific to Chrome on Android. Desktop and iOS versions are not affected by this use-after-free flaw. However, users on all platforms should keep Chrome updated for other security fixes.
Can I be exploited if I don't click anything, just by having Chrome open?
No. The attack requires the victim to navigate to or load a crafted HTML page. This could happen via a clicked link, a redirect from another page, or an embedded frame, but passive browsing with Chrome already open is not sufficient. Avoid clicking suspicious links, particularly those arriving via email or SMS.
Will updating Chrome delete my saved passwords?
No. Updating to 149.0.7827.155 or later will not erase or reset your stored passwords. Chrome will continue to sync and store credentials normally after the update. Always ensure you can access your Google account recovery email before updating, as a precaution.
Is there a temporary workaround if I cannot update immediately?
There is no safe workaround. The best interim measure is to minimize critical activity in Chrome on Android, avoid clicking untrusted links, and consider using alternative browsers temporarily. However, updating is the only real fix. Most Android users will receive the patch automatically within days via Google Play; force-check by opening Chrome and going to Settings > About Chrome.
This analysis is based on publicly available information and vendor advisories as of the publication date. CVSS scores and severity ratings are subject to change as additional context emerges. Organizations should verify patch versions and availability against official Google Chrome release notes and their own testing environments before deployment. This vulnerability has not yet appeared on the CISA Known Exploited Vulnerabilities (KEV) catalog; however, absence from KEV does not indicate low risk. No proof-of-concept exploit code is detailed here; this summary is for defensive awareness only. For Android enterprise deployments, consult your MDM vendor and Google's official security guidance. Source: NVD (public-domain), retrieved 2026-07-26. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0125HIGHAndroid VPU Race Condition Local Privilege Escalation
- CVE-2026-0137HIGHAndroid Edge TPU Use-After-Free Privilege Escalation
- CVE-2026-0143HIGHAndroid LWIS Use-After-Free Privilege Escalation (CVSS 7.8 HIGH)
- CVE-2026-10000HIGHChrome Sandbox Escape via Use-After-Free in Password Handling
- 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-10005HIGHChrome macOS Use-After-Free RCE Vulnerability (7.5 CVSS)