CVE-2026-84347
Analyzed Analyzed - Analysis Complete

Use After Free in Google Chrome WebRTC

Vulnerability report for CVE-2026-84347, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-02

Last updated on: 2026-09-03

Assigner: Chrome

Description

Use after free in WebRTC in Google Chrome prior to 152.0.7977.75 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: Medium)

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-02
Last Modified
2026-09-03
Generated
2026-09-13
AI Q&A
2026-09-02
EPSS Evaluated
2026-09-12
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
google chrome to 152.0.7977.75 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a use-after-free issue in WebRTC within Google Chrome versions prior to 152.0.7977.75. A use-after-free occurs when a program continues to use memory after it has been freed, potentially leading to arbitrary code execution. In this case, a remote attacker could exploit this by crafting a malicious HTML page to trigger the flaw and execute arbitrary code inside the browser's sandbox.

Detection Guidance

This vulnerability is specific to Google Chrome versions prior to 152.0.7977.75. Detection involves checking the installed Chrome version. Use commands like 'google-chrome --version' on Linux or check 'chrome://settings/help' in the browser. If the version is below 152.0.7977.75, the system is vulnerable.

Impact Analysis

If you use an affected version of Google Chrome, this vulnerability could allow a remote attacker to run malicious code on your system. Since the exploit occurs via a crafted HTML page, simply visiting a malicious website could trigger the issue. The sandbox limits the impact, but successful exploitation could still lead to unauthorized code execution or data compromise.

Compliance Impact

The provided CVE data does not specify direct impacts on compliance with standards like GDPR or HIPAA. The vulnerability involves a use-after-free issue in WebRTC in Google Chrome, which could allow remote code execution. However, without additional context on data exposure or processing, its compliance impact remains unclear.

Mitigation Strategies

Update Google Chrome to version 152.0.7977.75 or later to address the use after free vulnerability in WebRTC.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-84347. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart