Cyber Resilience

CVE-2026-7339

High

Published: 28 April 2026

Published
28 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0026 17.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-7339 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Google Chrome. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 17.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning).

Deeper analysis

CVE-2026-7339 is a heap buffer overflow vulnerability, classified under CWE-122, affecting the WebRTC component in Google Chrome prior to version 147.0.7727.138. Published on 2026-04-28, it enables a remote attacker to potentially exploit heap corruption by means of a crafted HTML page. The Chromium security team assesses this as Medium severity, with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H).

A remote attacker without privileges can exploit this vulnerability over the network with low complexity by luring a user to interact with a malicious site hosting the crafted HTML page. Successful exploitation may result in high-impact corruption of the heap, potentially allowing arbitrary code execution and compromising confidentiality, integrity, and availability of the affected browser instance.

Mitigation is available via the Google Chrome stable channel update to version 147.0.7727.138 or later, as detailed in the Chrome Releases blog post at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html and the corresponding Chromium issue at https://issues.chromium.org/issues/493957495. Security practitioners should prioritize updating affected Chrome installations.

EU & UK References

Vulnerability details

Heap buffer overflow in WebRTC in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Heap buffer overflow in Chrome WebRTC enables remote arbitrary code execution via crafted HTML page on malicious site, directly mapping to Exploitation for Client Execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-5272Same product: Apple Macos
CVE-2026-8529Same product: Apple Macos
CVE-2026-8509Same product: Apple Macos
CVE-2025-8879Same product: Apple Macos
CVE-2026-4463Same product: Apple Macos
CVE-2026-9939Same product: Apple Macos
CVE-2026-4455Same product: Apple Macos
CVE-2026-3915Same product: Apple Macos
CVE-2026-9119Same product: Apple Macos
CVE-2026-4448Same product: Apple Macos

Affected Assets

google
chrome
≤ 147.0.7727.138

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and correction of software flaws like this heap buffer overflow in Chrome's WebRTC, preventing exploitation via crafted HTML pages.

prevent

Implements memory protections such as ASLR, DEP, and heap canaries that mitigate successful exploitation of heap buffer overflows leading to corruption.

detect

Enables scanning and monitoring to identify systems running vulnerable Chrome versions affected by this WebRTC heap buffer overflow.

References