Cyber Posture

CVE-2025-2137

High

Published: 10 March 2025

Published
10 March 2025
Modified
07 April 2025
KEV Added
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.0022 44.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2137 is a high-severity Out-of-bounds Read (CWE-125) 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 44.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-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning).

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

Directly remediates the out-of-bounds read vulnerability in Chrome's V8 engine by requiring timely identification, reporting, and patching to version 134.0.6998.88 or later.

prevent

Mitigates exploitation of the out-of-bounds memory access via controls like address space layout randomization and data execution prevention that protect against memory corruption in the browser.

detect

Detects the presence of vulnerable Chrome versions prior to 134.0.6998.88 through vulnerability scanning, enabling proactive flaw 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 CVE describes an out-of-bounds read in Chrome's V8 engine triggered by a crafted HTML page on a malicious website, directly enabling drive-by compromise via user-visited malicious content and exploitation for client execution.

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

NVD Description

Out of bounds read in V8 in Google Chrome prior to 134.0.6998.88 allowed a remote attacker to perform out of bounds memory access via a crafted HTML page. (Chromium security severity: Medium)

Deeper analysisAI

CVE-2025-2137 is an out-of-bounds read vulnerability in the V8 JavaScript and WebAssembly engine within Google Chrome versions prior to 134.0.6998.88. This flaw, classified under CWE-125, enables out-of-bounds memory access when processing a crafted HTML page. The issue carries 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) and is rated Medium severity by Chromium security standards.

A remote attacker can exploit this vulnerability by tricking a user into visiting a malicious website containing the crafted HTML page, which requires user interaction but no special privileges. Successful exploitation allows arbitrary out-of-bounds memory access, potentially leading to high-impact consequences such as disclosure of sensitive information, code execution, or system crashes affecting confidentiality, integrity, and availability.

Google's stable channel update for desktop, detailed at https://chromereleases.googleblog.com/2025/03/stable-channel-update-for-desktop_10.html, addresses the vulnerability by upgrading Chrome to version 134.0.6998.88. Additional details are tracked in the Chromium issue at https://issues.chromium.org/issues/398999390. Security practitioners should prioritize updating affected Chrome installations to mitigate the risk.

Details

CWE(s)

Affected Products

google
chrome
≤ 134.0.6998.88

CVEs Like This One

CVE-2025-1914Same product: Google Chrome
CVE-2025-0437Same product: Google Chrome
CVE-2025-1919Same product: Google Chrome
CVE-2026-6363Same product: Google Chrome
CVE-2025-0612Same product: Google Chrome
CVE-2025-0995Same product: Google Chrome
CVE-2025-2136Same product: Google Chrome
CVE-2026-2649Same product: Google Chrome
CVE-2026-6359Same product: Google Chrome
CVE-2025-0999Same product: Google Chrome

References