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 QUIC in Google Chrome on prior to 148.0.7778.179 allowed a remote attacker to execute arbitrary code inside a sandbox via malicious network traffic. (Chromium security severity: High)
AnalysisAI
Remote code execution in Google Chrome versions prior to 148.0.7778.179 stems from a use-after-free condition in the QUIC networking stack, allowing remote attackers to execute arbitrary code within the browser sandbox via malicious network traffic. Exploitation requires user interaction (visiting a malicious site or processing attacker-controlled QUIC traffic), and no public exploit has been identified at time of analysis. Chromium rates this as High severity, and a vendor patch is available.
Technical ContextAI
The vulnerability resides in Chrome's implementation of QUIC, the UDP-based transport protocol underlying HTTP/3 that handles connection establishment, stream multiplexing, and congestion control entirely in user space. CWE-416 (Use After Free) indicates that memory referenced by a pointer is freed but the pointer continues to be accessed, leading to undefined behavior that attackers can shape into arbitrary read/write primitives and ultimately code execution. The CPE string cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* confirms the issue spans Chrome desktop builds, and because QUIC connections are negotiated during normal web browsing, the attack surface is exposed any time the browser communicates with an attacker-controlled or attacker-influenced QUIC endpoint.
RemediationAI
Vendor-released patch: 148.0.7778.179 - upgrade Chrome to 148.0.7778.179 or later via the stable channel update documented at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0841193308.html, which can be triggered by restarting the browser once the auto-updater has retrieved the build. For fleet-managed environments, push the update via Chrome Browser Cloud Management, group policy, or your endpoint management platform and verify the version on endpoints. As a temporary compensating control before patch deployment, administrators can disable QUIC by setting the QuicAllowed enterprise policy to false or launching with --disable-quic, which forces fallback to TCP-based HTTP/1.1 or HTTP/2 at the cost of slower connection setup and degraded performance on sites that rely on HTTP/3; this should be reverted once the patch is in place. Downstream Chromium-based browsers (Edge, Brave, Opera, Vivaldi) should be checked against their vendors' advisories since they typically ship a follow-on fix within days.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31162
GHSA-prq9-v8fh-p62p