Description
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)
Published: 2026-07-01
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a buffer overflow in Google Chrome's V8 JavaScript engine that allows a remote attacker to execute arbitrary code within the browser’s sandbox. The description explicitly states that code execution is possible inside the sandbox, and based on that detail it is inferred that the overflow could also permit code injection (CWE-94). This overflows and the reported result is arbitrary code execution.

Affected Systems

All users of Google Chrome on desktop platforms whose installations are older than version 150.0.7871.46, any stable channel build that has not applied the June 2026 update.

Risk and Exploitability

The CVSS score of 8.8: a remote attacker serving a malicious HTML page that, when rendered by the victim’s browser, triggers code into the sandbox, resulting in full remote code execution within the user’s browser context. The EPSS score of < 1% indicates a very low likelihood of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog.

Generated by OpenCVE AI on July 17, 2026 at 12:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 150.0.7871.46 which resolves the buffer overflow (CWE-119) in V8.
  • Apply a content security injection (CWE-94) until the browser sandbox is correctly enabled to contain any exploited code, limiting damage from potential buffer overflow the environment, turn or via an enterprise policy to block script execution from untrusted sites, which mitigates the overflow vector until a patch is applied.
  • Disable JavaScript for un an enterprise policy, further limiting the attack surface until the patch is applied.

Generated by OpenCVE AI on July 17, 2026 at 12:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4672-1 chromium security update
Debian DSA Debian DSA DSA-6378-1 chromium security update
History

Fri, 17 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Title Inappropriate V8 Memory Overwrite Enables Remote Code Execution via Crafted HTML

Wed, 15 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Title V8 Buffer Overflow Enables Remote Code Execution in Chrome

Mon, 13 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Title V8 Buffer Overflow Enables Remote Code Execution in Chrome

Mon, 13 Jul 2026 03:45:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via Buffer Overflow in V8 JavaScript Engine (Chrome)

Sat, 11 Jul 2026 16:45:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via Buffer Overflow in V8 JavaScript Engine (Chrome)

Fri, 10 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Title Chrome V8 Buffer Overflow Enables Remote Code Execution via Crafted HTML

Thu, 09 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
Title Chrome V8 Buffer Overflow Enables Remote Code Execution via Crafted HTML

Wed, 08 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
Title V8 Buffer Overflow Enables Remote Code Execution via Crafted HTML

Tue, 07 Jul 2026 14:15:00 +0000

Type Values Removed Values Added
Title V8 Buffer Overflow Enables Remote Code Execution via Crafted HTML

Mon, 06 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via V8 Buffer Overflow in Chrome

Mon, 06 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via V8 Buffer Overflow in Chrome

Sun, 05 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via V8 Buffer Overflow in Chrome

Sun, 05 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via V8 Buffer Overflow in Chrome

Sat, 04 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Title V8 Engine Buffer Overflow and Code Injection via Malicious HTML in Chrome

Sat, 04 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Title V8 Engine Buffer Overflow and Code Injection via Malicious HTML in Chrome

Fri, 03 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
Title V8 Engine Buffer Overflow Permits Remote Code Execution via Malicious HTML

Fri, 03 Jul 2026 07:45:00 +0000

Type Values Removed Values Added
Title V8 Engine Buffer Overflow Permits Remote Code Execution via Malicious HTML

Thu, 02 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Title V8 Engine Remote Code Execution via Crafted HTML

Thu, 02 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Title V8 Engine Remote Code Execution via Crafted HTML

Thu, 02 Jul 2026 03:15:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google chrome
Vendors & Products Google
Google chrome

Thu, 02 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-94
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
Description 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)
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-03T03:55:57.085Z

Reserved: 2026-07-01T21:37:30.137Z

Link: CVE-2026-14407

cve-icon Vulnrichment

Updated: 2026-07-02T00:20:50.394Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-17T12:15:16Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')