CVE-2025-2135
Published: 10 March 2025
Summary
CVE-2025-2135 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 14.0% of CVEs by exploit likelihood; 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-2025-2135 is a type confusion vulnerability in the V8 JavaScript engine within Google Chrome versions prior to 134.0.6998.88. The flaw, assigned CWE-843 and rated high severity by Chromium, can result in heap corruption when a victim visits a specially crafted HTML page.
A remote attacker can trigger the issue without authentication by serving malicious web content, potentially achieving arbitrary code execution or other impacts that affect confidentiality, integrity, and availability as reflected in the CVSS 8.8 score.
The referenced Chrome stable channel update and Chromium issue tracker entry indicate that the vulnerability was addressed by updating to version 134.0.6998.88 or later.
EPSS for the CVE rose materially from a low baseline to a peak of 0.0729 on 2026-04-19 before receding to the current value of 0.0263, indicating increased exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-7518
Vulnerability details
Type Confusion in V8 in Google Chrome prior to 134.0.6998.88 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
Why these techniques?
The type confusion vulnerability in Chrome's V8 JS engine enables remote code execution via a crafted HTML page visited by the user, directly facilitating drive-by compromise (T1189) and exploitation for client execution (T1203).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires timely identification, reporting, and correction of flaws like the type confusion vulnerability in Chrome's V8 engine by applying patches such as version 134.0.6998.88.
Implements memory safeguards to protect against unauthorized code execution stemming from heap corruption triggered by the type confusion exploit.
Enables scanning for vulnerabilities like CVE-2025-2135 in Chrome installations and remediation within defined risk-based time frames.