Cyber Resilience

CVE-2025-13224

High

Published: 17 November 2025

Published
17 November 2025
Modified
19 November 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.0004 13.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-13224 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 at the 13.3th 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-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-13224 is a type confusion vulnerability (CWE-843) in the V8 JavaScript engine within Google Chrome versions prior to 142.0.7444.175. The flaw enables a remote attacker to potentially trigger heap corruption by means of a crafted HTML page. Chromium security has rated it as High 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 by luring a user into interacting with a malicious site, such as visiting a webpage or processing a crafted HTML document. User interaction is required to trigger the issue, after which the attacker could achieve heap corruption, leading to high-impact compromise of confidentiality, integrity, and availability.

Google's Chrome Releases blog announces a stable channel update for desktop in version 142.0.7444.175 that addresses this vulnerability. Additional technical details are documented in the Chromium issue tracker at https://issues.chromium.org/issues/450328966.

EU & UK References

Vulnerability details

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)

CWE(s)

Related Threats

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 exploitable via a crafted HTML page, enabling drive-by compromise (T1189) and exploitation for client execution (T1203) through user interaction like visiting a malicious site.

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

CVEs Like This One

CVE-2026-7988Same product: Apple Macos
CVE-2025-13223Same product: Apple Macos
CVE-2025-13229Same product: Apple Macos
CVE-2026-9983Same product: Apple Macos
CVE-2026-5865Same product: Apple Macos
CVE-2025-13226Same product: Apple Macos
CVE-2025-10585Same product: Apple Macos
CVE-2025-13227Same product: Apple Macos
CVE-2026-7927Same product: Apple Macos
CVE-2025-13230Same product: Apple Macos

Affected Assets

google
chrome
≤ 142.0.7444.175

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the type confusion vulnerability in Chrome's V8 engine by requiring identification, testing, and deployment of the vendor patch to version 142.0.7444.175 or later.

prevent

Implements memory protection mechanisms such as sandboxing, ASLR, and DEP that directly mitigate heap corruption resulting from V8 type confusion exploits.

SC-18 Mobile Code partial match
prevent

Controls execution of mobile code like JavaScript from remote sources, reducing the risk of exploitation via crafted HTML pages targeting the V8 vulnerability.

References