Cyber Resilience

CVE-2026-14407

HighRCE

Published: 01 July 2026

Published
01 July 2026
Modified
03 July 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0032 23.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-14407 is a high-severity Code Injection (CWE-94) vulnerability in Google Chrome. Its CVSS base score is 8.8 (High).

Operationally, ranked at the 23.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Inappropriate implementation in V8 in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-14383Same product: Google Chrome
CVE-2024-7972Same product: Google Chrome
CVE-2024-7024Same product: Google Chrome
CVE-2024-3159Same product: Google Chrome
CVE-2024-7966Same product: Google Chrome
CVE-2024-5834Same product: Google Chrome
CVE-2021-30530Same product: Google Chrome
CVE-2024-3832Same product: Google Chrome
CVE-2021-21140Same product: Google Chrome
CVE-2021-21118Same product: Google Chrome

Affected Assets

google
chrome
≤ 150.0.7871.46

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94 CWE-119

Directly prevents execution of attacker-supplied code written into data memory regions.

addresses: CWE-119

Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.

addresses: CWE-119

Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-119

Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.

References