MEDIUM 6.5

CVE-2026-13793: Cross-Origin Data Leak in Google Chrome SVG Policy Enforcement

Google Chrome versions before 150.0.7871.47 contain a flaw in how it enforces security policies for SVG (Scalable Vector Graphics) content. An attacker can craft a malicious web page that, when visited, leaks data from other websites the user has accessed or logged into. The attack requires user interaction—the victim must visit the attacker's page—but does not require special browser settings or privileges. This is a cross-origin data exposure vulnerability, meaning it breaks the browser's fundamental protection that prevents one website from accessing another's private information.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-346
Affected products
4 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Insufficient policy enforcement in SVG in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

The vulnerability stems from insufficient policy enforcement in Chrome's SVG handling prior to version 150.0.7871.47. SVG is an XML-based image format that can contain embedded scripts and references to external resources. The flaw allows a crafted HTML page to bypass security boundaries and access sensitive data from cross-origin contexts. The attack vector is network-based with low attack complexity, requiring only user interaction (visiting a malicious page). The vulnerability maps to CWE-346 (Origin Validation Error), indicating the root cause is improper validation or enforcement of origin boundaries when processing SVG content. Chromium rated this as High severity internally, though the CVSS 3.1 score of 6.5 reflects the UI requirement and scope limitation (confidentiality impact only, no integrity or availability risk).

Business impact

Organizations face a direct risk to user privacy and data confidentiality. If employees visit a compromised or attacker-controlled website while logged into sensitive cloud services or internal web applications, session data, authentication tokens, personal information, or other sensitive content could be extracted. This is particularly concerning for users with administrative roles or access to confidential systems. Additionally, enterprises supporting remote workforces may face elevated risk if employees use Chrome on personal or less-controlled networks. Incident response and forensics become harder because the exfiltration leaves minimal artifacts—no malware, no obvious breach indicators.

Affected systems

The vulnerability affects Google Chrome on multiple platforms: Windows, macOS, and Linux systems running Chrome prior to version 150.0.7871.47. Any user running an unpatched Chrome browser is at risk. The listing includes broad platform categories (Windows, macOS, Linux) because Chrome is cross-platform and the SVG policy enforcement flaw exists in the Chromium engine across all distributions. Organizations should verify their Chrome deployment versions across all endpoints.

Exploitability

Exploitability is moderate. The attack requires a user to visit an attacker-controlled or compromised website, making it dependent on social engineering or a successful website compromise. However, once the victim arrives at the malicious page, no additional user actions beyond the initial visit are needed—JavaScript execution is sufficient to trigger the SVG policy bypass and leak data. The attack is not remotely exploitable without user interaction, but the interaction barrier is low (a single click or automatic redirect). The vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, suggesting active real-world exploitation has not been publicly disclosed or tracked as of the publication date.

Remediation

Immediately update Google Chrome to version 150.0.7871.47 or later. Chrome's built-in auto-update mechanism typically handles this, but verify completion on all managed endpoints. Organizations should enforce Chrome version pinning or auto-update policies via management tools (Google Admin Console for enterprise deployments). For organizations using Chromium-based browsers (Edge, Brave, etc.), check vendor advisories for corresponding patched versions, as they may share the same vulnerability. Consider blocking access to Chrome from non-compliant devices until patches are applied.

Patch guidance

Google Chrome users should update to 150.0.7871.47 or later via Settings > About Chrome, which triggers automatic download and installation (with a browser restart required for activation). Enterprise administrators can deploy the patch through managed device policies and should verify deployment completion through device inventory tools. For organizations on extended release channels or using older versions, expedite the update schedule. After patching, confirm the running version matches 150.0.7871.47 or higher by navigating to chrome://version. No workarounds or configuration mitigations exist; patching is the only remediation.

Detection guidance

Detection is difficult at the network level because the attack involves legitimate HTTPS traffic to attacker-controlled websites and standard SVG rendering. Endpoint detection should focus on anomalous Chrome process behavior or unexpected cross-origin requests in browser automation or plugin logs, though this requires enhanced monitoring. User awareness training is more effective: educate staff on phishing and suspicious links, and encourage reporting of unexpected page behavior. Browser history forensics on compromised or suspicious devices may reveal visits to malicious sites. Consider deploying a Secure Web Gateway or DLP tool that can inspect HTTPS traffic (with decryption) to flag suspicious SVG content, though this adds overhead. Monitor Chrome crash reports or error logs for SVG-related failures that might indicate exploitation attempts.

Why prioritize this

While the CVSS score is moderate (6.5 / Medium), this vulnerability directly threatens the confidentiality of sensitive user data through a breach of the same-origin policy, a cornerstone of browser security. The ease of exploitation (requires only a user visit to a malicious page) combined with the high business impact (cross-origin data theft) elevates the priority. Organizations handling sensitive data, operating web applications with authentication, or supporting high-value user accounts should treat this as critical. The lack of KEV listing does not reduce the threat; it reflects the recency of the advisory and limited public exploitation reporting to date. Patch within 5–7 business days for critical deployments.

Risk score, explained

The CVSS 3.1 score of 6.5 (Medium) reflects: (1) Network attack vector—exploitable remotely via a crafted webpage; (2) Low attack complexity—no special conditions required; (3) No privileges needed to exploit; (4) User interaction required—victim must visit the malicious page; (5) Confidentiality impact rated High—sensitive cross-origin data is exposed; (6) Integrity and Availability rated None—the vulnerability does not allow data modification or service disruption. The score appropriately weights the UI requirement as a limiting factor but acknowledges the serious confidentiality breach. Organizations should consider the business context (sensitivity of user data) as additional input to local risk scoring; context may elevate the effective risk above the base CVSS score.

Frequently asked questions

Does this vulnerability require the user to do anything besides visit a malicious website?

No. Once a user visits an attacker-controlled page, the SVG policy bypass and cross-origin data leak can be triggered automatically by JavaScript. The attacker does not need the victim to click additional buttons, download files, or enable special features.

Can this vulnerability be exploited on a user who is not logged into any sensitive websites?

Technically yes, but the threat is most severe for users with active sessions in banking portals, cloud services, email, or internal corporate applications. If a user has no active cross-origin sessions, there is minimal sensitive data to leak. However, attackers will not know a victim's session status beforehand, so they treat all visitors as potential targets.

If I've already updated Chrome to version 150.0.7871.47 or later, am I protected?

Yes. The patch corrects the SVG policy enforcement flaw. Verify your version in chrome://version to confirm you are running 150.0.7871.47 or later. A browser restart may be required after an auto-update completes.

Does this vulnerability affect other Chromium-based browsers like Microsoft Edge or Brave?

It depends on the browser vendor's patching timeline and whether they use the same Chromium codebase. You should check Microsoft Edge and Brave security advisories for their corresponding patched versions. Historically, Chromium-based browsers patch vulnerabilities within weeks of the upstream Chromium fix, but timing varies.

This analysis is based on vulnerability data published as of June 30–July 1, 2026. Patch versions and affected versions cited reference the official Google Chrome security advisory and should be verified against current vendor documentation before deployment. This content is for informational purposes and does not constitute legal, compliance, or professional security advice. Organizations should conduct their own risk assessment, impact analysis, and testing before implementing patches in production environments. SEC.co makes no warranty regarding the completeness or accuracy of this analysis and assumes no liability for decisions made based on this content. Active exploitation details, proof-of-concept code, and weaponized documentation are intentionally omitted and should not be sought or distributed. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).