CVE-2025-0611
Published: 22 January 2025
Summary
CVE-2025-0611 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Google Chrome. Its CVSS base score is 8.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked in the top 29.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-0611 is an object corruption vulnerability in the V8 JavaScript engine within Google Chrome versions prior to 132.0.6834.110. The flaw, assigned CWE-122, can result in heap corruption when a victim visits a specially crafted HTML page, carrying a CVSS 3.1 base score of 8.2 reflecting network attack vector, low complexity, and impacts limited to integrity and availability.
A remote attacker can trigger the issue without user interaction or authentication by serving a malicious web page, potentially allowing heap manipulation that leads to denial-of-service or limited integrity violations within the renderer process.
The referenced Chrome stable channel update and Chromium issue tracker entry indicate that the vulnerability is resolved by upgrading to version 132.0.6834.110 or later.
EPSS scores for the CVE rose from a starting value of 0.0064 to a peak of 0.0109, signaling modest but measurable growth in exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-1789
Vulnerability details
Object corruption in V8 in Google Chrome prior to 132.0.6834.110 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?
Direct browser heap corruption in V8 via crafted HTML enables drive-by compromise (T1189) and client-side exploitation for execution (T1203).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mandates timely remediation of the V8 object corruption flaw in Chrome via patching to version 132.0.6834.110 or later, preventing heap corruption exploitation.
Requires vulnerability scanning to identify systems running vulnerable Chrome versions affected by CVE-2025-0611, enabling proactive remediation.
Implements memory protections that mitigate heap corruption exploits from crafted HTML pages by restricting unauthorized code execution in V8.