Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in SurfaceCapture in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Heap corruption in Google Chrome's SurfaceCapture component (versions prior to 148.0.7778.216) allows a remote attacker to potentially execute arbitrary code by luring a user to a crafted HTML page. The flaw is a use-after-free issue rated High severity by the Chromium project, with a CVSS score of 8.8 reflecting low complexity and no authentication, though user interaction is required. There is no public exploit identified at time of analysis and EPSS is very low (0.03%, 11th percentile), but the historical pattern of Chrome UAF bugs being weaponized makes patching urgent.
Technical ContextAI
The vulnerability resides in SurfaceCapture, a Chromium component associated with the capture pipeline used to render and composite surfaces (related to screen/tab/window capture and Viz/compositor surface handling). The root cause is CWE-416 (Use-After-Free), where memory is referenced after it has been freed, allowing an attacker who controls heap layout and timing through a crafted HTML page to corrupt the heap and potentially redirect control flow. Affected product per CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* - Google Chrome desktop - and the fix is shipped in the Stable channel update referenced by the Chrome Releases blog. Because Chrome's renderer process is sandboxed, full code execution typically requires chaining this UAF with a separate sandbox escape, though heap corruption inside the renderer is itself a significant primitive.
RemediationAI
Upgrade Google Chrome to version 148.0.7778.216 or later on all desktop platforms - vendor-released patch per the Chrome Releases Stable channel update at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. Most managed environments should rely on Chrome's automatic update mechanism and verify version compliance via chrome://settings/help or enterprise policy reporting, then force a relaunch to apply the update. If immediate patching is not feasible, compensating controls include restricting browsing to trusted sites via enterprise URL allowlists, disabling or restricting screen/tab/window capture and getDisplayMedia permissions via the ScreenCaptureAllowed / ScreenCaptureAllowedByOrigins enterprise policies (trade-off: breaks legitimate screen-sharing in Meet/Zoom web clients), and enabling Site Isolation and the Renderer Code Integrity policy where supported (minimal user-facing impact). Track Chromium-derivative browser advisories (Microsoft Edge, Brave, Opera, Vivaldi) and apply their respin updates as released.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33103
GHSA-qhc5-4jrr-hwc9