CVE-2026-79016 in Chromeinfo

Summary

by MITRE • 08/26/2026

Observable discrepancy in SVG in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to obtain cross-origin data via a crafted HTML page. (Chromium security severity: Medium)

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 08/26/2026

The vulnerability described involves an observable discrepancy within the rendering engine of Google Chrome, specifically affecting versions prior to 152.0.7977.65. This issue centers on how the browser handles Scalable Vector Graphics, or SVG files, which are XML-based vector image formats widely used for interactive and animated two-dimensional graphics on the web. The core technical flaw lies in a state management error where the rendering engine fails to properly isolate context when processing certain crafted HTML pages that embed maliciously constructed SVG content. This failure allows an attacker to exploit the discrepancy between expected browser behavior and actual execution, leading to unintended data exposure across different origins.

From a technical perspective, this vulnerability is classified under Cross-Origin Data Leakage, which aligns with CWE-200: Information Exposure. The root cause typically involves improper validation or sanitization of SVG elements that interact with JavaScript APIs responsible for accessing document properties or network resources. When an attacker crafts an HTML page containing specific SVG structures, they can manipulate the browser's rendering pipeline to leak sensitive information from a different origin than the one hosting the malicious content. This bypasses the Same-Origin Policy (SOP), a critical security mechanism that restricts how documents or scripts loaded from one origin can interact with resources from another origin. The discrepancy likely arises during the parsing phase where internal state variables are not correctly reset or isolated, allowing subsequent operations to access data they should be denied permission to view.

The operational impact of this vulnerability is significant for users browsing untrusted web content. A remote attacker who hosts a malicious webpage can lure victims into visiting it, thereby triggering the exploit without any user interaction beyond loading the page. Once triggered, the attack enables the extraction of cross-origin data, which may include cookies, local storage contents, or other sensitive information associated with trusted websites that the victim has previously visited and authenticated against. This capability effectively undermines the confidentiality guarantees provided by modern web browsers, potentially leading to session hijacking, identity theft, or further exploitation through subsequent attacks leveraging the stolen credentials or tokens. The Chromium security team has rated this issue as Medium severity, indicating a balance between exploitability and impact, yet it remains critical enough to warrant immediate attention due to its potential for widespread abuse in phishing campaigns or drive-by download scenarios.

To mitigate this risk, users must ensure that their Google Chrome installation is updated to version 152.0.7977.65 or later, where the underlying rendering engine has been patched to correctly handle SVG state isolation and enforce strict origin boundaries during parsing operations. For organizations deploying Chrome across endpoints, enforcing automatic update policies through group policy settings or mobile device management solutions can prevent exposure to such vulnerabilities for extended periods. Additionally, security teams should monitor browser telemetry data for anomalies related to cross-origin requests originating from script contexts that do not have explicit permission, as this may indicate active exploitation attempts in the wild.

From a defensive posture perspective, implementing Content Security Policy (CSP) headers with strict directives can help mitigate the impact of such vulnerabilities by restricting the sources from which scripts and resources are loaded. While CSP does not directly fix the rendering engine flaw, it limits the attack surface available to an attacker attempting to leverage this discrepancy for data exfiltration. Furthermore, educating users about the risks of visiting untrusted websites remains a vital layer of defense against social engineering tactics often paired with technical exploits like this one. The ATT&CK framework categorizes similar techniques under T1059: Command and Scripting Interpreter or potentially T1213: Data from Information Repositories if the stolen data is accessed via API calls, highlighting the need for robust endpoint detection and response capabilities to identify unusual outbound traffic patterns resulting from such browser-based exploits.

Responsible

Chrome

Reservation

08/25/2026

Disclosure

08/26/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!