Cyber Posture

CVE-2026-2314

High

Published: 11 February 2026

Published
11 February 2026
Modified
13 February 2026
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.0006 17.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2314 is a high-severity Heap-based Buffer Overflow (CWE-122) 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 17.0th 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).

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 heap buffer overflow vulnerability by requiring timely installation of the Chrome security update to version 145.0.7632.45 or later.

prevent

Implements memory protection mechanisms such as ASLR and DEP that directly mitigate heap corruption exploits from crafted HTML pages in Chrome's Codecs.

prevent

Provides process isolation through browser sandboxing to limit the impact of heap overflow exploitation in the Codecs component.

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?

Heap buffer overflow in Chrome enables drive-by compromise via crafted HTML and direct client-side code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Heap buffer overflow in Codecs in Google Chrome prior to 145.0.7632.45 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)

Deeper analysisAI

CVE-2026-2314 is a heap buffer overflow vulnerability (CWE-122, CWE-787) in the Codecs component of Google Chrome prior to version 145.0.7632.45. The flaw enables a remote attacker to potentially exploit heap corruption by processing a crafted HTML page. Chromium rates this 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 with low complexity by tricking a user into visiting a malicious site containing the crafted HTML page, which requires user interaction. Successful exploitation could lead to heap corruption, granting high impacts on confidentiality, integrity, and availability, such as potential arbitrary code execution.

Mitigation details are available in the Chrome stable channel update for desktop at https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop_10.html and the Chromium issue tracker at https://issues.chromium.org/issues/478560268, which address the vulnerability in version 145.0.7632.45 and later.

Details

CWE(s)

Affected Products

google
chrome
≤ 145.0.7632.45

CVEs Like This One

CVE-2026-4673Same product: Apple Macos
CVE-2026-1861Same product: Apple Macos
CVE-2026-3544Same product: Apple Macos
CVE-2026-3913Same product: Apple Macos
CVE-2026-3931Same product: Apple Macos
CVE-2026-3915Same product: Apple Macos
CVE-2026-4450Same product: Apple Macos
CVE-2025-9132Same product: Apple Macos
CVE-2026-4448Same product: Apple Macos
CVE-2026-4675Same product: Apple Macos

References