VYPR
Vypr IntelligenceAI-generatedAug 6, 2026· 25 CVEs

Chromium: 25 Vulnerabilities Including Critical Flaws Patched in Single August 6th Disclosure

Chromium patched 25 vulnerabilities on August 6, 2026, including critical flaws in V8, Skia, and Media, with many allowing sandbox escapes.

Key findings

  • 25 CVEs disclosed together for Chromium on August 6, 2026, including 3 Critical and 20 High severity flaws.
  • Multiple use-after-free vulnerabilities across various components enable sandbox escapes and code execution.
  • Critical flaws include integer overflows and out-of-bounds writes in V8 and other core components.
  • All 25 vulnerabilities are fixed in Chrome 151.0.7922.109 (or 151.0.7922.108 for Linux).
  • Low severity vulnerabilities allow for cross-origin data leakage.

On August 6, 2026, Google released an emergency update for its Chromium browser, patching a significant batch of 25 vulnerabilities. This coordinated disclosure event, spanning vulnerabilities with CVSS scores ranging from 3.1 (Low) to 9.6 (Critical), highlights ongoing memory safety challenges within the widely used browser. The vulnerabilities affect various components, including V8, Skia, Media, and UI elements, with many allowing for potential sandbox escapes and arbitrary code execution.

The disclosed vulnerabilities can be broadly categorized by their impact and the affected components:

Memory Corruption Vulnerabilities

A large number of the disclosed CVEs are related to memory corruption, specifically "use after free" and "out of bounds write" errors. These types of bugs are notoriously difficult to exploit but can lead to severe consequences such as sandbox escapes and arbitrary code execution.

Input Validation and Integer Overflows

Several vulnerabilities stem from insufficient validation of untrusted input or integer overflows, which can also pave the way for code execution or sandbox escapes.

Data Leakage

While most vulnerabilities pose a risk of code execution or sandbox escape, two low-severity vulnerabilities in Skia (CVE-2026-19161, CVE-2026-19160) are described as allowing for cross-origin data leakage.

The vulnerabilities were addressed in Google Chrome version 151.0.7922.109 for Windows and macOS, and 151.0.7922.108 for Linux. Google is rolling out this update gradually, and users are strongly advised to update their browsers as soon as possible to mitigate the risks associated with these critical security flaws. The sheer volume and severity of vulnerabilities patched in this single event underscore the importance of prompt patching and continuous security vigilance for users of the Chromium browser.

The disclosure of these 25 vulnerabilities on a single day highlights the effectiveness of coordinated vulnerability disclosure practices, allowing vendors to address multiple issues simultaneously. However, it also serves as a stark reminder of the complex and persistent security challenges inherent in developing and maintaining large-scale software projects like Chromium. Users should remain aware of ongoing security updates and ensure their browsers are kept up-to-date to protect against potential exploitation.

AI-written article. Grounded in 25 CVE records listed below.