Cyber Posture

CVE-2025-13223

HighCISA KEVActive Exploitation

Published: 17 November 2025

Published
17 November 2025
Modified
02 December 2025
KEV Added
19 November 2025
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0280 86.3th percentile
Risk Priority 39 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-13223 is a high-severity Type Confusion (CWE-843) vulnerability in Google Chrome. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked in the top 13.7% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-16 (Memory Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Drive-by Compromise (T1189) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires timely identification, reporting, and remediation of flaws such as CVE-2025-13223 by applying the Chrome update to version 142.0.7444.175.

prevent

Memory protection mechanisms like ASLR and DEP directly mitigate heap corruption exploitation from type confusion vulnerabilities in the V8 engine.

detect

Vulnerability scanning identifies systems running vulnerable Google Chrome versions prior to 142.0.7444.175, enabling targeted remediation.

MITRE ATT&CK Enterprise TechniquesAI

T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

The vulnerability is a type confusion in Chrome's V8 engine exploited via crafted HTML pages on malicious websites, enabling drive-by compromise (T1189) and exploitation for client execution (T1203) in the browser renderer process.

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

NVD Description

Type Confusion in V8 in Google Chrome prior to 142.0.7444.175 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)

Deeper analysisAI

CVE-2025-13223 is a type confusion vulnerability in the V8 JavaScript and WebAssembly engine within Google Chrome versions prior to 142.0.7444.175. The flaw, classified under CWE-843, enables heap corruption when processing a crafted HTML page. Chromium rates its security severity as High, 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), indicating high impacts on confidentiality, integrity, and availability.

A remote attacker can exploit this vulnerability by tricking a user into visiting a malicious website or opening a crafted HTML page. No special privileges are required, and the attack has low complexity, though it relies on user interaction. Successful exploitation could allow arbitrary read/write access to heap memory, potentially leading to remote code execution within the browser's renderer process.

Google's stable channel update for desktop, detailed in the Chrome Releases blog, addresses the issue by upgrading to version 142.0.7444.175. The Chromium issue tracker (issues.chromium.org/issues/460017370) provides further technical details. The vulnerability is listed in CISA's Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild.

Security practitioners should prioritize updating Google Chrome to at least version 142.0.7444.175 and advise users to avoid untrusted websites, as this flaw has been observed in real-world attacks.

Details

CWE(s)
KEV Date Added
19 November 2025

Affected Products

google
chrome
≤ 142.0.7444.175

CVEs Like This One

CVE-2025-10585Same product: Apple Macosboth on KEV
CVE-2025-13630Same product: Apple Macos
CVE-2025-13230Same product: Apple Macos
CVE-2025-13227Same product: Apple Macos
CVE-2025-13224Same product: Apple Macos
CVE-2025-13229Same product: Apple Macos
CVE-2025-13228Same product: Apple Macos
CVE-2025-13226Same product: Apple Macos
CVE-2025-8880Same product: Apple Macos
CVE-2025-10500Same product: Apple Macos

References