Severity by source
Sources disagree (Low–High)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-reachable via a crafted page (AV:N) but reliably grooming the heap for a use-after-free is non-trivial (AC:H); no privileges required but the victim must open the page (PR:N/UI:R).
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: google
Lifecycle Timeline
3DescriptionCVE.org
Use after free in Audio in Google Chrome on Linux prior to 150.0.7871.47 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Low)
AnalysisAI
Remote code execution in Google Chrome on Linux prior to 150.0.7871.47 stems from a use-after-free in the Audio component, letting a remote attacker who lures a victim to a crafted HTML page corrupt memory and execute arbitrary code in the renderer. The CVSS 8.8 rating reflects network reach with required user interaction (visiting a page), yet Chromium rated the security severity only Low and SSVC shows no observed exploitation. No public exploit is identified at time of analysis and EPSS is low at 0.24% (15th percentile).
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome's Audio subsystem, which handles Web Audio and media playback inside the renderer process. Use-after-free bugs occur when a pointer is retained and dereferenced after its underlying object has been freed, allowing an attacker who controls heap allocations through JavaScript/HTML to reclaim the freed slot with attacker-shaped data and hijack the subsequent use of the dangling pointer. The affected product per CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, specifically Chromium-based Chrome builds on Linux; the same engine underlies downstream browsers and distribution packages, and the SUSE tag reflects Linux distribution repackaging of the fix.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.47 or later on Linux via the stable channel, then fully relaunch the browser so the new binary loads (Chrome stages updates but they take effect only on restart). Distribution users should apply the corresponding vendor package update (e.g., SUSE) once published. See the vendor advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. If patching must be delayed, compensating controls include enforcing automatic updates via enterprise policy and reducing renderer attack surface by restricting browsing to trusted sites or blocking untrusted media/Web Audio content - with the trade-off that this can break legitimate audio and media functionality. Because exploitation requires the victim to open a malicious page, user-awareness training and web/URL filtering of untrusted links provide partial mitigation.
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-40836
GHSA-68pf-rhc2-ccjg