CVE-2026-12443: Critical Use-After-Free in Chrome WebAuth—Patch Now
A use-after-free vulnerability in Google Chrome's Web Authentication subsystem allows attackers to execute arbitrary code by tricking users into visiting a malicious website. The flaw affects Chrome versions before 149.0.7827.155 across Windows, macOS, and Linux. An attacker would need to craft a deceptive HTML page and convince a user to visit it; successful exploitation grants the attacker the same privileges as the compromised browser process.
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
- 4 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-18
NVD description (verbatim)
Use after free in Web Authentication in Google Chrome 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-12443 is a use-after-free memory safety vulnerability (CWE-416) in Chrome's WebAuthn implementation. The vulnerability allows remote code execution when a specially crafted HTML page triggers unsafe memory access in the authentication handler. The attack requires user interaction (clicking a link or visiting a page) but no special privileges. The vulnerability was assigned Critical severity by the Chromium security team and carries a CVSS 3.1 score of 8.8, reflecting the combination of network-based attack vector, low attack complexity, and high impact across confidentiality, integrity, and availability.
Business impact
Successful exploitation of this vulnerability could allow attackers to gain unauthorized code execution within the Chrome process, potentially leading to theft of sensitive data (passwords, session tokens, personal information), installation of malware, or lateral movement within corporate environments. Organizations where employees use Chrome for web-based applications or access sensitive services face elevated risk of account compromise and data exfiltration. The low attack complexity and requirement for only user interaction—not social engineering or phishing—mean this vulnerability poses a material threat to endpoint security posture.
Affected systems
Google Chrome versions prior to 149.0.7827.155 are directly affected. Because Chrome is cross-platform, the vulnerability impacts users on Windows, macOS, and Linux systems running vulnerable versions. The listing of Apple macOS, Linux kernel, and Microsoft Windows as affected indicates the vulnerability is not specific to one operating system implementation.
Exploitability
This vulnerability is exploitable without authentication or elevated privileges. An attacker needs only to host a malicious HTML page and convince a user to visit it—via a link, email, or advertisement. The low attack complexity means reliable exploitation is straightforward for a competent attacker. However, the vulnerability is not currently listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, suggesting no evidence of active, widespread exploitation in the wild as of the publication date.
Remediation
Immediate patching is the primary remediation. Users and administrators should update Google Chrome to version 149.0.7827.155 or later. For organizations managing Chrome deployments, configure automatic updates or enforce a mandatory update policy. Until patching is complete, end-users should avoid clicking suspicious links and visiting untrusted websites, though this is a defense-in-depth measure and not a substitute for patching.
Patch guidance
Deploy Chrome version 149.0.7827.155 or later across all endpoints. Chrome's auto-update mechanism typically handles this automatically, but verify completion through your device management or browser telemetry tools. For enterprise environments using Chrome policies, confirm that the MinimumChromeVersion policy is set to 149.0.7827.155 or higher. Test the patch in a pilot environment if your organization has custom WebAuthn implementations or dependencies on specific Chrome behavior before full rollout.
Detection guidance
Monitor for Chrome version compliance using endpoint detection and response (EDR) tools, mobile device management (MDM) platforms, or asset inventory tools. Look for client-side telemetry indicating failed Chrome auto-updates or user machines running versions below 149.0.7827.155. At the web application layer, review server-side logs for unusual WebAuthn authentication attempts, authentication errors, or evidence of abnormal user sessions immediately following unusual browser activity. Network indicators are limited since the exploit leverages the browser's own functionality; focus detection on post-compromise forensics.
Why prioritize this
This vulnerability merits high priority patching due to the combination of critical Chromium severity, remote exploitability without authentication, low attack complexity, and the ubiquity of Chrome in both consumer and enterprise environments. The lack of KEV listing indicates active exploitation may not yet be widespread, creating a window to patch before attackers weaponize this flaw at scale. Organizations should treat this as critical infrastructure work within the first 48–72 hours of patch availability.
Risk score, explained
The CVSS 3.1 score of 8.8 (HIGH) reflects a remote, unauthenticated attack vector with low complexity and high impact across all three security dimensions (confidentiality, integrity, availability). While the user interaction requirement prevents a perfect 10.0, it is a realistic attack precondition in a browser-based threat model. The score appropriately emphasizes the severity without overstating exploitability barriers.
Frequently asked questions
Do we need to patch immediately, or can we wait for a stable release?
Chrome 149.0.7827.155 is the stable release addressing this vulnerability. There is no separate wait period. Patch as soon as feasible within your change management process—delay increases exposure risk, especially given the low attack complexity.
Will upgrading Chrome break our web applications or WebAuthn implementations?
Chrome patch releases are designed for backward compatibility. However, test in a pilot environment if your organization relies heavily on custom WebAuthn flows or has strict application compatibility requirements. Contact your application vendors if you encounter any issues after upgrade.
Is this vulnerability in Chromium-based browsers like Edge or Brave?
Yes, Chromium-based browsers inherit this vulnerability if they have not independently patched it. Check with your browser vendor for their patching status and timelines. Microsoft Edge, for example, receives updates aligned with Chrome's release cycle.
What should we do if we discover a compromised device running a vulnerable Chrome version?
Assume potential compromise of credentials and session data stored in or accessible from that browser. Conduct incident response: reset passwords, review account activity, check for lateral movement indicators, and clean or rebuild the endpoint. Forensic investigation may be warranted for high-value accounts or systems.
This analysis is provided for informational purposes and based on publicly disclosed information as of the vulnerability publication date. The vulnerability has not yet been added to CISA's KEV catalog; exploitation prevalence and tactics may evolve. Organizations should verify patch availability and compatibility with their specific Chrome and OS configurations before deployment. SEC.co does not provide legal or compliance advice; consult your security and legal teams regarding regulatory notification requirements or incident response procedures. This vulnerability information does not constitute a guarantee of patch efficacy or protection; layered security controls remain essential. 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