Cyber Resilience

CVE-2026-5288

Critical

Published: 01 April 2026

Published
01 April 2026
Modified
01 April 2026
KEV Added
Patch
CVSS Score v3.1 9.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0025 15.8th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-5288 is a critical-severity Use After Free (CWE-416) vulnerability in Google Chrome. Its CVSS base score is 9.6 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 15.8th 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).

Deeper analysis

CVE-2026-5288 is a use-after-free vulnerability (CWE-416) in the WebView component of Google Chrome on Android prior to version 146.0.7680.178. Published on 2026-04-01, it carries a CVSS v3.1 base score of 9.6 (AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H) and a Chromium security severity rating of High. The flaw allows a remote attacker who has compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page.

A remote attacker can exploit this vulnerability over the network with low complexity, requiring no privileges but user interaction, such as visiting a malicious site. Exploitation assumes prior compromise of the renderer process, enabling the attacker to escape the sandbox and gain elevated privileges, resulting in high confidentiality, integrity, and availability impacts.

Advisories reference a Chrome stable channel update at https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_31.html and the Chromium issue tracker at https://issues.chromium.org/issues/495507390, which detail the patch incorporating the fix in version 146.0.7680.178 and later.

EU & UK References

Vulnerability details

Use after free in WebView in Google Chrome on Android prior to 146.0.7680.178 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
Why these techniques?

Use-after-free in WebView enables sandbox escape (T1068 Exploitation for Privilege Escalation) after renderer compromise; attack vector via crafted HTML page on visited malicious site directly facilitates T1189 Drive-by Compromise.

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

CVEs Like This One

CVE-2026-7918Same product: Apple Macos
CVE-2026-5290Same product: Apple Macos
CVE-2026-3924Same product: Apple Macos
CVE-2026-8515Same product: Apple Macos
CVE-2026-6297Same product: Apple Macos
CVE-2026-5285Same product: Apple Macos
CVE-2026-7919Same product: Apple Macos
CVE-2026-9946Same product: Apple Macos
CVE-2026-9925Same product: Apple Macos
CVE-2026-4456Same product: Apple Macos

Affected Assets

google
chrome
≤ 146.0.7680.177

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2026-5288 by requiring timely remediation through application of the Chrome patch to version 146.0.7680.178 or later.

prevent

Implements memory safeguards such as address space randomization and execution prevention to counter use-after-free exploitation in the renderer process.

prevent

Enforces process isolation for the renderer sandbox, limiting the scope and impact of sandbox escape attempts following renderer compromise.

References