Description
Integer overflow in V8 in Google Chrome prior to 153.0.8010.47 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: High)
Published: 2026-09-15
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is an integer overflow in the V8 JavaScript engine that lets a crafted HTML page trigger arbitrary code execution inside the Chrome sandbox. This allows an attacker to break isolation boundaries and run code with the privileges of the sandboxed renderer process. The specific weakness corresponds to CWE‑190, integer overflow, which can corrupt internal data structures.

Affected Systems

Google Chrome versions prior to 153.0.8010.47 are vulnerable on all operating systems where the V8 engine is used. The issue appears in the stable desktop channel, as documented in the Chrome Release Blog. Users running a pre‑153.0.8010.47 build must upgrade to a patched version to eliminate the flaw.

Risk and Exploitability

The CVSS score of 9.6 indicates critical severity, yet the EPSS score is below 1 %, suggesting a low probability of exploitation in the wild at this time. The vulnerability is not listed in the CISA KEV catalog, implying no known mass exploitation campaigns. An attacker would need to lure a user to load a malicious HTML page—likely via phishing or a compromised website—then exploit the integer overflow to escape the sandbox. While exploitation requires user interaction to view the page, successful exploitation would provide remote code execution with the privileges of the sandboxed renderer, which may be escalated further under certain conditions.

Generated by OpenCVE AI on September 16, 2026 at 18:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply Chrome update 153.0.8010.47 or later on all affected machines.
  • Enforce Chrome’s sandbox settings and disable features that allow arbitrary code execution, such as restricting renderer processes or disabling unsupported extensions.
  • Configure site isolation or content‑security policies to limit JavaScript execution on untrusted sites, using browser settings or extensions that block or restrict script execution.

Generated by OpenCVE AI on September 16, 2026 at 18:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 19:15:00 +0000

Type Values Removed Values Added
Title Integer overflow in V8 enabling remote code execution in Chrome sandbox

Wed, 16 Sep 2026 01:00:00 +0000

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

Wed, 16 Sep 2026 00:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Tue, 15 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description Integer overflow in V8 in Google Chrome prior to 153.0.8010.47 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: High)
Weaknesses CWE-190
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-09-17T03:56:15.373Z

Reserved: 2026-09-14T22:52:05.047Z

Link: CVE-2026-91728

cve-icon Vulnrichment

Updated: 2026-09-15T23:35:55.468Z

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-09-15T21:16:46.130

Modified: 2026-09-17T04:18:08.060

Link: CVE-2026-91728

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T19:00:10Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound