Cyber Posture

CVE-2026-6307

High

Published: 15 April 2026

Published
15 April 2026
Modified
17 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.0004 10.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-6307 is a high-severity Type Confusion (CWE-843) 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 10.6th 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 SC-39 (Process Isolation).

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

SI-2 requires timely identification and remediation of software flaws like the type confusion in Chrome's Turbofan, directly preventing exploitation by patching to version 147.0.7727.101 or later.

prevent

SI-16 implements memory protections such as ASLR and DEP that mitigate exploitation of the type confusion vulnerability for arbitrary code execution.

prevent

SC-39 enforces process isolation via sandboxing, containing the arbitrary code execution resulting from the Turbofan type confusion within Chrome's renderer processes.

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?

Type confusion in Chrome V8 enables arbitrary code execution via crafted HTML/JS on a malicious site, directly facilitating drive-by compromise (T1189) and exploitation for client execution (T1203).

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

NVD Description

Type Confusion in Turbofan in Google Chrome prior to 147.0.7727.101 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)

Deeper analysisAI

CVE-2026-6307 is a type confusion vulnerability in Turbofan, the JavaScript optimizing compiler within the V8 engine of Google Chrome. It affects Google Chrome versions prior to 147.0.7727.101 and is classified under CWE-843 (Type Confusion). The Chromium security team rated it 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), indicating high impact on confidentiality, integrity, and availability.

A remote attacker can exploit this vulnerability by tricking a user into visiting a malicious website containing a crafted HTML page. The type confusion in Turbofan enables the execution of arbitrary code within Chrome's sandbox, potentially allowing sandboxed code execution without requiring user privileges beyond interaction with the malicious page.

Mitigation involves updating to Google Chrome 147.0.7727.101 or later, as detailed in the Chrome Releases blog post announcing the stable channel update for desktop on April 15, 2026 (https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_15.html). Additional technical details are tracked in the Chromium issue tracker (https://issues.chromium.org/issues/497404188).

Details

CWE(s)

Affected Products

google
chrome
≤ 147.0.7727.101

CVEs Like This One

CVE-2025-13230Same product: Apple Macos
CVE-2026-5865Same product: Apple Macos
CVE-2025-10585Same product: Apple Macos
CVE-2025-13224Same product: Apple Macos
CVE-2025-13226Same product: Apple Macos
CVE-2025-13229Same product: Apple Macos
CVE-2025-13227Same product: Apple Macos
CVE-2026-1862Same product: Apple Macos
CVE-2026-5871Same product: Apple Macos
CVE-2025-13630Same product: Apple Macos

References