Description
Integer overflow in Codecs in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted video file. (Chromium security severity: Medium)
Published: 2026-07-30
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A crafted video file can trigger an integer overflow in Chromium’s Codecs component, which may allow a remote attacker to escape the browser sandbox. The excess value overflows an unsigned integer, leading to a memory corruption that compromises process isolation and can be leveraged to execute arbitrary code. The weakness is a classic integer overflow (CWE-190) and also involves insufficient bounds checking (CWE-20).

Affected Systems

The flaw affects all installations of Google Chrome version 151.0.7922.72 and earlier. Users running these builds on any platform that includes the affected Codecs subsystem are vulnerable.

Risk and Exploitability

The vulnerability carries a high severity CVSS score of 9.6. However, the EPSS score of less than 1% indicates a very low current exploitation probability, and the issue is not listed in the CISA KEV catalog. A remote attacker must supply a malicious video file; the likely attack vector is via a web page or email attachment, but this inference is not directly stated in the data. The attacker relies on the browser’s media decoder to exploit the overflow. Once successful, the attacker can break out of the sandbox and execute code with the privileges of the browser process.

Generated by OpenCVE AI on August 4, 2026 at 12:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 151.0.7922.72 or later, which contains the fix for the Codecs integer overflow.
  • Ensure that the browser’s sandboxing is enabled and not bypassed by system or policy settings.
  • If an immediate upgrade is not possible, avoid opening untrusted video files in the affected browser until a patch is applied.

Generated by OpenCVE AI on August 4, 2026 at 12:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4710-1 chromium security update
Debian DSA Debian DSA DSA-6408-1 chromium security update
History

Fri, 31 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 30 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: chromium-browser: Insufficient validation of untrusted input in Codecs
Weaknesses CWE-190
References
Metrics threat_severity

None

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'}

threat_severity

Moderate


Thu, 30 Jul 2026 08:00:00 +0000

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

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

Type Values Removed Values Added
Description Integer overflow in Codecs in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted video file. (Chromium security severity: Medium)
Weaknesses CWE-20
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-31T18:17:22.301Z

Reserved: 2026-07-27T23:35:03.751Z

Link: CVE-2026-17848

cve-icon Vulnrichment

Updated: 2026-07-31T18:17:08.895Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-30T01:16:48.453

Modified: 2026-08-03T19:40:56.173

Link: CVE-2026-17848

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-30T00:19:38Z

Links: CVE-2026-17848 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:15:03Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound

  • CWE-20

    Improper Input Validation