CVE-2026-5871
Published: 08 April 2026
Description
Type Confusion in V8 in Google Chrome prior to 147.0.7727.55 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Mitigating Controls (NIST 800-53 r5)AI
Directly mandates identification, reporting, and correction of the V8 type confusion flaw through timely patching of Chrome to version 147.0.7727.55 or later.
Facilitates proactive identification of endpoints running vulnerable Chrome versions prior to 147.0.7727.55 via regular vulnerability scanning.
Ensures awareness of the CVE and patch availability by requiring dissemination of security advisories from sources like Chromium releases.
Security SummaryAI
CVE-2026-5871 is a type confusion vulnerability in the V8 JavaScript engine affecting Google Chrome versions prior to 147.0.7727.55. The flaw, classified under CWE-843, enables a remote attacker to execute arbitrary code within the browser's sandbox via a 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 or interacting with a crafted HTML page, requiring no privileges. Successful exploitation allows arbitrary code execution confined to the sandboxed environment, potentially leading to high confidentiality, integrity, and availability impacts within the browser context.
Mitigation is provided in Google Chrome 147.0.7727.55 and later versions, as detailed in the stable channel update advisory at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop.html and the Chromium issue tracker at https://issues.chromium.org/issues/495679730. Security practitioners should ensure users update to the patched version promptly.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a browser RCE via crafted HTML page on malicious website, directly enabling drive-by compromise (T1189) and exploitation for client execution (T1203).