Google Chrome
CVE-2026-7344
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Requires prior renderer compromise (PR:L) and a chained non-trivial trigger (AC:H) plus victim navigation (UI:R); sandbox escape crosses a trust boundary (S:C) with high impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Accessibility in Google Chrome on Windows prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Sandbox escape in Google Chrome on Windows (versions prior to 147.0.7727.138) leverages a use-after-free flaw in the browser's Accessibility component, allowing a remote attacker who has already compromised the renderer process to break out of the sandbox and gain higher-privileged code execution via a crafted HTML page. Rated Critical by Chromium and CVSS 8.8, the bug is patched but has no public exploit identified at time of analysis, and its EPSS score is very low (0.01%). This is a second-stage primitive typically chained with a separate renderer-RCE bug rather than exploited in isolation.
Technical ContextAI
The vulnerability sits in Chromium's Accessibility (a11y) subsystem, which exposes the accessibility tree describing page structure to assistive technologies and, on Windows, to the platform's UI Automation/MSAA APIs. Because accessibility objects are marshalled across the renderer/browser process boundary, a lifetime-management error there (CWE-416, Use After Free) lets freed memory be referenced and reclaimed, giving an attacker control over object state in the more-privileged browser process. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, but the description explicitly scopes impact to the Windows build, since the sandbox-escape surface depends on Windows accessibility integration. Exploitation of the a11y tree is a recurring Chromium sandbox-escape class because it bridges untrusted renderer input into privileged browser-process handling.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later on Windows via the Stable channel (Settings > About Chrome, then relaunch), per https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html. Chromium-based downstreams (Microsoft Edge, and Red Hat/SUSE Chromium packages) should apply their respective vendor updates once published. Because the attack requires a compromised renderer, defense-in-depth is meaningful in the interim: keep Chrome's sandbox enabled (do not launch with --no-sandbox), enable the enhanced Site Isolation and, where manageable, block or restrict untrusted browsing until patched; note these reduce but do not eliminate the sandbox-escape surface. If enterprise-managed, use Chrome Browser Cloud Management/Group Policy to force the minimum version and auto-update, accepting the trade-off of forced relaunches interrupting user sessions.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP6 | Fixed |
| openSUSE Leap 15.6 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today