Cyber Resilience

CVE-2023-3215

High

Published: 13 June 2023

Published
13 June 2023
Modified
05 May 2025
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.1839 95.4th percentile
Risk Priority 29 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-3215 is a high-severity Use After Free (CWE-416) vulnerability in Debian Debian Linux. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 4.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2023-3215 is a use-after-free vulnerability in the WebRTC component of Google Chrome versions prior to 114.0.5735.133. The flaw, tracked under CWE-416, can lead to heap corruption when a victim visits a specially crafted HTML page, and it carries a CVSS 3.1 base score of 8.8 reflecting network attack vector, low complexity, and high impact on confidentiality, integrity, and availability.

A remote attacker can exploit the issue by serving malicious WebRTC content that triggers the use-after-free condition in the browser. Successful exploitation grants the attacker the ability to corrupt heap memory, potentially resulting in arbitrary code execution within the Chrome renderer process.

Chrome stable channel updates released on 13 June 2023 address the vulnerability by updating WebRTC handling, and downstream distributions such as Fedora and Gentoo have issued corresponding package updates that pull in the fixed Chrome or Chromium builds. Users are advised to apply the patched versions promptly.

The associated EPSS score has remained in the 0.18–0.21 range since disclosure, indicating moderate but not sharply increasing exploitation interest.

EU & UK References

Vulnerability details

Use after free in WebRTC in Google Chrome prior to 114.0.5735.133 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

google
chrome
≤ 114.0.5735.133
debian
debian linux
11.0, 12.0
fedoraproject
fedora
38

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-416

Use-after-free exploits that achieve arbitrary code execution are blocked or significantly hardened by non-executable pages and ASLR.

References