Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-reachable via a crafted page with no auth (AV:N/PR:N) but gated on the victim loading it (UI:R); memory corruption yields high C/I/A within the unchanged renderer scope.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Fullscreen in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Remote code execution in Google Chrome for Android before 150.0.7871.47 stems from a use-after-free in the Fullscreen component, letting a remote attacker who lures a victim to a crafted HTML page corrupt memory and run arbitrary code in the renderer. Chromium rates the flaw Critical, though CVSS scores it 8.8 because exploitation requires the victim to open the malicious page. There is no public exploit identified at time of analysis, and the EPSS probability is low (0.26%, 17th percentile), with CISA SSVC showing no known exploitation.
Technical ContextAI
The defect is a CWE-416 use-after-free in Chrome's Fullscreen subsystem, which manages the DOM Fullscreen API used by web content to request full-screen presentation. Use-after-free bugs occur when code retains and dereferences a pointer to heap memory that has already been freed, typically during element teardown, navigation, or state transitions triggered by JavaScript; an attacker can groom the heap so the freed slot is reoccupied with attacker-controlled data, converting the dangling reference into a controlled read/write and ultimately code execution within the sandboxed renderer process. This affects the Chrome browser engine (Blink/Chromium) as shipped on Android; the vendor identifies the impacted product as Google Chrome versions prior to 150.0.7871.47.
RemediationAI
Vendor-released patch: update Google Chrome for Android to 150.0.7871.47 or later via the Chrome Stable channel / Google Play, per the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Because the bug is reached through ordinary web browsing, there is no clean feature-level workaround; interim compensating controls include ensuring Chrome auto-update is enabled so the fix lands promptly, and, in managed fleets, using enterprise policy to enforce a minimum browser version and block un-updated builds. Restricting users to trusted sites via URL allowlisting lowers the odds of encountering a malicious page but materially limits normal browsing and does not eliminate risk from compromised or ad-served content, so upgrading remains the only reliable fix.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40474
GHSA-8c3f-97rx-rmcp