Cyber Posture

CVE-2026-5274

High

Published: 01 April 2026

Published
01 April 2026
Modified
01 April 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.0003 7.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5274 is a high-severity External Control of Assumed-Immutable Web Parameter (CWE-472) 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 7.4th 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 SC-39 (Process Isolation) and SI-16 (Memory Protection).

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

Timely identification, reporting, and correction of the integer overflow flaw in Chrome's Codecs directly prevents arbitrary read/write exploitation via crafted HTML pages.

prevent

Memory protection techniques such as address space layout randomization and data execution prevention mitigate integer overflow vulnerabilities by restricting unauthorized memory read/write access.

prevent

Process isolation enforces sandboxing in browsers like Chrome, containing potential arbitrary read/write exploits within the affected renderer process to prevent broader system compromise.

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 an integer overflow in Chrome allowing arbitrary read/write via crafted HTML page on a malicious site, directly enabling drive-by compromise of the browser (T1189) and exploitation of client application for code execution (T1203).

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

NVD Description

Integer overflow in Codecs in Google Chrome prior to 146.0.7680.178 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. (Chromium security severity: High)

Deeper analysisAI

CVE-2026-5274 is an integer overflow vulnerability in the Codecs component of Google Chrome versions prior to 146.0.7680.178. The flaw, classified under CWE-472, enables a remote attacker to perform arbitrary read and write operations through a specially crafted HTML page. It 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 High severity by Chromium security.

A remote attacker can exploit this vulnerability by tricking a user into visiting a malicious website hosting the crafted HTML page, as it requires user interaction but no special privileges. Successful exploitation grants arbitrary read/write capabilities, potentially allowing full compromise of the affected browser process with high impacts on confidentiality, integrity, and availability.

Mitigation is provided in Google Chrome 146.0.7680.178 and later versions, as detailed in the Chrome stable channel update release notes at https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_31.html and the associated Chromium issue tracker at https://issues.chromium.org/issues/488596746. Security practitioners should ensure users update to the patched version promptly.

Details

CWE(s)

Affected Products

google
chrome
≤ 146.0.7680.177

CVEs Like This One

CVE-2026-5859Same product: Apple Macos
CVE-2025-10891Same product: Apple Macos
CVE-2026-5912Same product: Apple Macos
CVE-2026-5870Same product: Apple Macos
CVE-2026-3914Same product: Apple Macos
CVE-2026-4464Same product: Apple Macos
CVE-2026-3536Same product: Apple Macos
CVE-2026-3538Same product: Apple Macos
CVE-2026-4679Same product: Apple Macos
CVE-2026-5277Same product: Apple Macos

References