CVE-2026-12455: Use-After-Free in Google Chrome Tab Strip—HIGH Severity Heap Corruption
A use-after-free memory vulnerability exists in Google Chrome's tab strip component that could allow an attacker to corrupt the browser's heap memory. The attack requires convincing a user to perform specific UI actions (such as interacting with tabs in a particular sequence) while viewing a malicious webpage. If exploited successfully, an attacker could gain the ability to read sensitive data, modify browser behavior, or crash the application. This vulnerability affects Chrome versions prior to 149.0.7827.155 across Windows, macOS, and Linux systems.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/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 Tab Strip in Google Chrome prior to 149.0.7827.155 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-12455 is a use-after-free vulnerability (CWE-416) in the Tab Strip UI component of Google Chrome. The flaw occurs when the browser attempts to access memory that has already been freed, potentially allowing heap corruption. The vulnerability is triggered through a crafted HTML page combined with specific user interactions—the attacker must convince the user to engage in targeted UI gestures (e.g., tab manipulation) to trigger the freed memory access. The CVSS 3.1 score of 7.5 (HIGH) reflects the high impact to confidentiality, integrity, and availability, moderated by the requirement for user interaction and specific UI actions that make exploitation less straightforward than network-only attacks.
Business impact
This vulnerability poses a meaningful risk to organizations where employees browse untrusted content. Compromised Chrome instances could lead to data exfiltration, installation of malware, or lateral movement if the browser is used to access internal systems. The requirement for user interaction means targeted phishing or watering-hole attacks are the primary delivery mechanism. Organizations relying on Chrome as their primary browser, or those with users accessing sensitive applications through Chrome, should prioritize remediation to prevent potential data loss or credential theft.
Affected systems
Google Chrome versions prior to 149.0.7827.155 are vulnerable on all supported platforms: Windows, macOS, and Linux. Users on older Chrome versions, including extended release channels, are at risk if they have not auto-updated. The vulnerability does not affect other Chromium-based browsers unless they have independently incorporated the vulnerable code path, though vendors using Chromium as a base should review their own patch status.
Exploitability
Exploitation requires two conditions: (1) delivery of a crafted HTML page to the target user, and (2) convincing the user to perform specific UI interactions with the browser's tab strip. This is not a one-click attack—the attacker cannot trigger the vulnerability silently. However, the attack vector is network-based and does not require special privileges. Realistic attack scenarios include phishing emails with malicious links, compromised legitimate websites, or targeted watering-hole attacks against specific organizations. The Chromium security team has classified this as HIGH severity, indicating the potential for significant impact if user interaction barriers are overcome.
Remediation
Users and administrators should update Google Chrome to version 149.0.7827.155 or later as soon as possible. Chrome's auto-update mechanism should deploy the patch automatically, but users can manually check for updates via Help > About Google Chrome. Organizations using managed Chrome deployments should verify patch deployment through their Mobile Device Management (MDM) or endpoint management platform. There is no known workaround; updating is the only mitigation.
Patch guidance
Verify that Google Chrome has been updated to version 149.0.7827.155 or later by navigating to Help > About Google Chrome, which will show the installed version and auto-update if needed. For enterprise deployments, confirm patch deployment status through your MDM console or Chrome policy management system. Monitor Chrome update policies to ensure auto-updates are enabled unless your organization requires manual patch testing. Given the HIGH severity and network-accessible attack vector, this patch should be prioritized for rapid deployment, with a target of 7-14 days across all user populations.
Detection guidance
Monitor for unexpected Chrome process terminations or crashes related to tab operations, which may indicate exploitation attempts or successful exploitation. Network-based detection is limited since the attack vector is a crafted HTML page; focus on endpoint-level telemetry. Check browser history and recent tabs for suspicious sites users may have visited before Chrome crashes. If available, review Chrome's internal error reporting (if enabled) for use-after-free or heap corruption alerts. Note that successful exploitation may be silent and difficult to detect without memory forensics or behavioral monitoring. Security teams should assume that detection after-the-fact is unlikely and focus on prevention through patching and user awareness.
Why prioritize this
This vulnerability merits high-priority patching due to the combination of HIGH CVSS severity, network-accessible attack vector, and potential for significant data compromise. Although user interaction is required, the bar for exploitation is relatively low—social engineering or watering-hole attacks can reliably trigger the necessary actions. The ubiquity of Chrome in enterprise and personal use, combined with the difficulty of detecting successful exploitation, makes this a top candidate for rapid remediation. Organizations should treat this similarly to other HIGH-severity browser vulnerabilities that enable code execution or data theft.
Risk score, explained
The CVSS 3.1 score of 7.5 reflects a HIGH-severity vulnerability with significant impact potential. The score is driven by high ratings for confidentiality, integrity, and availability (all C:H, I:H, A:H), indicating successful exploitation could lead to data theft, malware installation, or service disruption. The score is moderated by Attack Complexity: High (AC:H), which accounts for the requirement for specific UI interactions and the unpredictability of user behavior. Network Accessibility (AV:N) and lack of privilege requirements (PR:N) elevate the threat model. No User Interaction modifier is applied, despite UI gestures being required, because the CVSS model classifies browser-based attacks differently—the crafted HTML page itself constitutes the attack, with user interaction being a normal part of browser use rather than an additional barrier.
Frequently asked questions
Does auto-update in Chrome automatically protect me from this vulnerability?
Yes, if Chrome auto-updates are enabled (the default setting). Chrome will automatically download and install version 149.0.7827.155 or later. You can verify your version by going to Help > About Google Chrome. If auto-updates are disabled, you must manually check for updates. For enterprise users, verify that your MDM policy allows Chrome auto-updates or ensure patches are deployed through your management system.
Can I be exploited if I don't click on a malicious link?
No—this vulnerability requires you to visit a malicious webpage and perform specific UI interactions with tabs (such as opening, closing, or manipulating tabs in a particular sequence). Simply having Chrome open is not enough. However, an attacker could use phishing, compromised websites, or malware redirects to deliver the malicious page, so remaining cautious about links and web traffic remains important.
Is this vulnerability actively being exploited in the wild?
As of the publication date, this vulnerability has not been added to CISA's Known Exploited Vulnerabilities (KEV) list, meaning there is no confirmed evidence of active exploitation in the wild at this time. However, the HIGH severity and relatively straightforward attack model mean that opportunistic exploitation should be anticipated. Prioritize patching regardless of KEV status.
Does this affect other browsers like Edge, Firefox, or Opera?
This vulnerability is specific to Google Chrome. Other browsers are not affected unless they independently use the same vulnerable Chromium code. Microsoft Edge (which is Chromium-based) should be checked separately for patches addressing the same vulnerability. Firefox and Safari use their own browser engines and are not affected by this Chrome-specific vulnerability.
This analysis is provided for informational purposes and reflects publicly available information as of the publication date. Patch version numbers and vendor details are sourced from official Chromium and vendor advisories; verify against those sources before implementation. No exploit code or weaponized proof-of-concept is provided. Organizations should conduct their own risk assessments and consult with their security and legal teams before taking remediation actions. SEC.co does not warrant the completeness or accuracy of this analysis and is not liable for damages arising from its use or reliance upon it. Source: NVD (public-domain), retrieved 2026-07-27. 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