MEDIUM 6.5

CVE-2026-13990: Chrome Windows UI Spoofing Vulnerability – Patch Guidance

A vulnerability in Google Chrome's data transfer handling on Windows allows attackers who have already compromised the browser's renderer process to trick users into believing they are interacting with legitimate UI elements. The attacker would craft a malicious webpage that, once loaded, manipulates what appears on screen to deceive the user—for example, making a dangerous action look safe or hiding warning dialogs. This requires the renderer process to be compromised first, which is a meaningful prerequisite but not uncommon in real-world attack chains.

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:N/I:H/A:N
Weaknesses (CWE)
CWE-20
Affected products
2 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Insufficient validation of untrusted input in DataTransfer in Google Chrome on Windows prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to perform UI spoofing via a crafted HTML page. (Chromium security severity: Medium)

2 reference(s) · View on NVD →

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

Technical summary

CVE-2026-13990 stems from insufficient input validation in the DataTransfer component of Chromium on Windows. The vulnerability allows a compromised renderer process to perform UI spoofing by crafting HTML that bypasses sanitization checks. The attack vector is network-based (remote), requires no privileges, and depends on user interaction (visiting a malicious page). The resulting impact is integrity violation—an attacker can alter what the user perceives on screen—without affecting confidentiality or availability. Chromium's security team classified this as Medium severity.

Business impact

UI spoofing attacks can undermine user trust and enable secondary attacks. An attacker could disguise malicious actions (file downloads, permission grants, credential entry) as legitimate browser behavior, increasing the success rate of social engineering within compromised environments. Organizations relying on Chrome for sensitive workflows should prioritize patching, particularly if employees access high-value applications through the browser. The attack does require renderer compromise first, which somewhat limits the immediate blast radius, but layered defenses are essential.

Affected systems

Google Chrome on Windows versions prior to 150.0.7871.47 are affected. This is a Windows-specific vulnerability in the DataTransfer handling code; Chrome on macOS and Linux are not mentioned in the CVE description. Organizations running older Chrome versions on Windows infrastructure or managed through group policy should inventory their deployed versions immediately.

Exploitability

Exploitation requires two stages: first, the attacker must compromise the Chrome renderer process (often via a separate vulnerability in the browser engine or JavaScript engine), and second, they must deliver a crafted HTML page to the victim. This two-step requirement limits opportunistic exploitation but does not prevent determined attackers, especially in targeted campaigns. The attack is fully remote and requires no special privileges, only user interaction in the form of visiting a webpage.

Remediation

Immediately update Google Chrome to version 150.0.7871.47 or later on all Windows systems. Organizations can use Chrome's auto-update feature (enabled by default) or enforce updates through group policy using the google.com/chrome/business documentation. Verify completion through the Chrome About menu, which shows the current version and update status. No workarounds are available; patching is the only remediation.

Patch guidance

Deploy Chrome 150.0.7871.47 or later across Windows infrastructure. For enterprise deployments, use Google's Admin console or group policy to enforce updates and set auto-update policies. Test the patched version in a limited environment first to confirm compatibility with internal web applications. Chrome typically auto-updates silently; monitor rollout via your device management tools. Confirm version compliance within 7–10 days of the patch release.

Detection guidance

Detection is difficult because the vulnerability is triggered by user interaction with a malicious webpage that has successfully compromised the renderer. Endpoint detection and response (EDR) tools should monitor for unusual Chrome process behavior (renderer crashes, memory anomalies) that might indicate exploitation attempts. Web proxies can help block known malicious domains, though attackers often use new infrastructure. Security teams should track renderer compromise incidents separately from this UI spoofing layer, as the renderer compromise is often the more critical precursor.

Why prioritize this

Although classified as Medium severity, the integrity impact (UI spoofing) combined with the ease of exploitation post-renderer-compromise makes this a priority for rapid patching. The attack enables social engineering at scale within compromised environments, potentially leading to credential theft or malware execution. The rendering compromise prerequisite prevents this from being a direct, single-stage attack, but it should not delay patching. Windows Chrome users should be treated as a higher-priority patching cohort.

Risk score, explained

The CVSS 3.1 score of 6.5 reflects a network-based attack with low complexity, no privilege requirement, and required user interaction. The lack of confidentiality or availability impact keeps the score below 7.0, but the integrity impact (UI spoofing) is significant because it enables deception. The score appropriately captures the severity as Medium—not critical, but requiring urgent attention in Windows environments, especially where Chrome is heavily used for business-critical tasks.

Frequently asked questions

Does this vulnerability affect Chrome on macOS or Linux?

No. The CVE description specifies Windows only. The DataTransfer validation issue appears to be Windows-specific, likely due to platform-specific code paths. macOS and Linux users are not affected by this particular vulnerability.

What does 'compromised renderer process' mean, and how common is that?

The renderer process is the sandboxed component of Chrome that executes web page code. A compromise typically results from another vulnerability in the JavaScript engine, WebAssembly, or layout engine—not from this DataTransfer flaw alone. Renderer compromises are relatively common in real-world attacks and exploit chains, making this vulnerability a realistic secondary threat in targeted scenarios.

Can I detect or block attacks exploiting this flaw?

Real-time detection is challenging because the attack occurs post-compromise within the browser's rendering pipeline. Your best defenses are keeping Chrome patched, using endpoint detection and response tools to catch the initial renderer compromise, and deploying web filtering to block known malicious domains. User awareness training on unexpected UI behavior is also valuable.

Is this vulnerability in the CISA KEV catalog?

No, this vulnerability has not been added to the CISA Known Exploited Vulnerabilities catalog as of the published date. That does not mean it will not be exploited; it means active exploitation has not been confirmed and tracked by CISA yet. You should still prioritize patching based on its technical severity and your Chrome usage.

This analysis is based on the official CVE record and Chromium security advisory published on 2026-06-30. Patch version numbers and affected version ranges should be verified against Google's official Chrome release notes and security updates. This vulnerability has not been confirmed in active exploitation as of the publication date. Organizations should test patches in non-production environments before broad deployment to ensure compatibility with internal applications. This analysis is for informational purposes and does not constitute legal or compliance advice. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).