Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in WebXR in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Remote code execution in Google Chrome versions prior to 149.0.7827.53 allows a remote attacker to execute arbitrary code within the renderer sandbox by enticing a user to visit a crafted HTML page that triggers a use-after-free in the WebXR component. Google rates the issue High severity and CVSS scores it 8.8, with user interaction required but no authentication or privileges needed; no public exploit identified at time of analysis.
Technical ContextAI
WebXR is the browser API that exposes virtual and augmented reality device access to web content, implemented in Chromium's renderer process. The flaw is a CWE-416 Use-After-Free, meaning the WebXR code references memory that has already been freed - typically when an object's lifetime is mismanaged across asynchronous XR session events - allowing a controlled allocation to land in the freed slot and hijack a function pointer or vtable. Because Chrome's renderer enforces a sandbox, successful exploitation grants code execution constrained to that sandbox, though use-after-free bugs in the renderer are historically chainable with sandbox escapes to achieve full system compromise.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.53 or later on the Stable desktop channel - update via Chrome's built-in updater (chrome://settings/help) or push through enterprise management (Group Policy, Chrome Browser Cloud Management, Jamf, Intune) per the advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html. Users of Chromium-based browsers should track their vendor's release notes and update once the upstream fix is merged. If patching must be delayed, a targeted compensating control is to disable WebXR by setting the WebXrImmersiveArEnabled enterprise policy to Disabled (and/or blocking the chrome://flags WebXR entries via policy), which removes the vulnerable attack surface at the cost of breaking legitimate VR/AR web experiences; site-isolation and strict-origin isolation should remain enabled to limit renderer compromise blast radius.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34431
GHSA-44jx-cc5r-6xx6