CVE-2026-13931: Chrome Media UI Spoofing Vulnerability on Windows
A vulnerability in Google Chrome's media handling on Windows allows an attacker who has already compromised the renderer process to trick users into believing they're interacting with a legitimate interface, when in fact they're seeing a fake one created by the attacker. The vulnerability requires the renderer to be compromised first, making it part of a multi-stage attack chain. It affects Chrome versions prior to 150.0.7871.47 on Windows.
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-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in Media 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-13931 stems from an inappropriate implementation in Chrome's Media component, enabling UI spoofing through a crafted HTML page. The attack requires an already-compromised renderer process, meaning an attacker must first break out of the sandbox or exploit a separate renderer vulnerability to reach this attack surface. The spoofed UI could convince users to perform actions they wouldn't normally take, such as entering credentials or confirming sensitive operations. The underlying weakness is tracked as CWE-284, improper access control. Chromium classifies this as medium severity, and the CVSS 3.1 score of 6.5 (Medium) reflects the high integrity impact but the prerequisite of prior renderer compromise.
Business impact
While the vulnerability itself requires a compromised renderer, it extends the harm of other Chrome exploits by enabling convincing credential harvesting, social engineering, or unauthorized action confirmation. Organizations relying on Chrome's security model should understand this as a reinforcement weakness—it doesn't introduce a new attack vector on its own, but it amplifies the impact of existing vulnerabilities. Risk is primarily to individual users on Windows rather than enterprise infrastructure, though mass campaigns leveraging renderer exploits combined with this UI spoofing could damage user trust and lead to account compromises.
Affected systems
Google Chrome on Microsoft Windows versions prior to 150.0.7871.47 are vulnerable. The vulnerability is specific to Windows; Chrome on macOS and Linux use different platform APIs for media handling and are not affected. All users running unpatched Chrome on Windows in the affected version range should be considered at risk if exposed to a renderer exploit or a page that attempts to compromise the renderer.
Exploitability
Exploitation is not trivial in isolation. An attacker must first compromise the Chrome renderer process through a separate vulnerability (such as a Chrome sandbox escape or a remote code execution flaw), then deliver the crafted HTML page that triggers the UI spoofing. The requirement for renderer compromise significantly raises the bar; this is not a vulnerability that can be exploited by simply visiting a website. However, it becomes practical when chained with other Chrome exploits or when targeting systems already vulnerable to renderer-level attacks. It is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Remediation
Update Google Chrome to version 150.0.7871.47 or later on all Windows systems. This patch addresses the underlying media implementation flaw that enabled the UI spoofing. Verify the Chrome version through Settings > About Google Chrome, which will automatically check for updates. For enterprise environments, use Chrome's managed policies (via Group Policy or cloud management) to enforce automatic updates or to restrict Chrome usage pending patch deployment. Since the vulnerability requires a compromised renderer, maintaining other Chrome security measures—such as keeping the browser up-to-date against renderer exploits and using security modules to detect renderer compromise—remains critical.
Patch guidance
Google has patched this vulnerability in Chrome 150.0.7871.47 and later. Organizations should prioritize updating Chrome instances on Windows across their environment. Update delivery can be automated through Chrome's built-in update mechanism, which checks for new versions approximately every 30 minutes on startup. For controlled environments, administrators can schedule updates during maintenance windows using Chrome Enterprise policies. Verify patch deployment by checking the Chrome version in about:version and confirming the build number matches or exceeds 150.0.7871.47. No manual workarounds or configuration changes can mitigate the vulnerability; patching is the only remediation.
Detection guidance
Detection of exploitation attempts is challenging at the network level, as the attack requires an already-compromised renderer. However, defenders should monitor for: (1) unusual renderer process behavior or crashes preceding UI rendering anomalies, (2) logs indicating renderer sandbox escape attempts or out-of-process crashes, and (3) user reports of unexpected authentication prompts or interface behavior in Chrome. Endpoint Detection and Response (EDR) tools may flag renderer process manipulation or memory corruption patterns associated with renderer exploits that would precede this attack. Behavioral analysis of Chrome sandboxing events and renderer integrity can help detect the precursor attack required to reach this vulnerability.
Why prioritize this
This vulnerability merits medium-priority patching due to its dependency on prior renderer compromise. Organizations should not treat it as an isolated critical issue; instead, incorporate it into their broader Chrome patching strategy. However, it should not be deprioritized entirely—combining it with other renderer exploits becomes a high-impact attack chain. Windows-specific mitigation and the lack of KEV status mean there is no active public exploitation campaign, affording some time for staged rollout. Patch within standard vulnerability management timelines (typically 30–60 days for medium-severity flaws) unless your environment faces targeted renderer exploit activity.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) reflects a high integrity impact (I:H) but requires user interaction (UI:R) and prior renderer compromise (implicit in the attack vector). The lack of confidentiality or availability impact keeps the score in the medium range. The score appropriately penalizes the prerequisite of renderer compromise by requiring that context to be evaluated separately. Organizations should view this not as a standalone 6.5 but as a 6.5 that only materializes if a more severe renderer vulnerability is also present on the same system—effectively creating a compound risk when chained.
Frequently asked questions
Do I need to patch this immediately, or can it wait?
This should be patched within your standard medium-priority window (30–60 days) unless you are actively defending against Chrome renderer exploits. Because exploitation requires a prior renderer compromise, it does not pose a direct risk to uncompromised systems. However, do not delay indefinitely; other renderer vulnerabilities are likely to surface, and keeping Chrome current provides cumulative defense-in-depth.
Does this vulnerability affect Chrome on macOS or Linux?
No. The vulnerability is specific to the Windows implementation of Chrome's media handling. Chrome on macOS and Linux use different platform APIs and are not affected by this flaw. Windows users should prioritize patching; macOS and Linux users do not need to address this particular issue.
If my Chrome renderer is already compromised, how would I know?
Signs of renderer compromise include frequent Chrome crashes, unexplained high CPU or memory usage by the renderer process, or unusual permission requests. If you suspect compromise, restart Chrome and check for updates immediately. EDR and behavior monitoring tools can detect renderer-level attacks more reliably than manual inspection. Consider running a malware scan and reviewing recent browser history and extensions.
Can an attacker exploit this without also exploiting another Chrome vulnerability?
No. This UI spoofing vulnerability requires the renderer process to already be compromised. An attacker must first break through Chrome's sandbox or exploit a separate renderer flaw, then deliver the crafted HTML. In isolation, visiting a malicious webpage will not trigger this vulnerability. It is a secondary attack that amplifies the impact of other exploits.
This analysis is based on the vulnerability description and CVSS vector provided as of the publication date. Organizations should verify patch availability and applicability against their specific Chrome deployments. Exploit code and active attacks are not discussed herein. This assessment does not constitute legal, compliance, or formal risk management advice; consult your security team and vendor documentation for final remediation decisions. The vulnerability's impact depends critically on the presence of other renderer-level flaws in the same environment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11017MEDIUMChrome Link Preview Navigation Bypass (CVSS 6.5)
- CVE-2026-11026MEDIUMChrome Extension Navigation Bypass Vulnerability
- CVE-2026-11078MEDIUMChrome FileSystem Same-Origin Policy Bypass – MEDIUM Severity
- CVE-2026-11135MEDIUMChrome Autofill Bypass Allows Credential Misdirection
- CVE-2026-11187MEDIUMChrome Navigation Restriction Bypass Vulnerability
- CVE-2026-11190MEDIUMGoogle Chrome Extension Access Control Bypass (6.5 CVSS)
- CVE-2026-11193MEDIUMChrome Password Manager Access Control Bypass – CVSS 6.5
- CVE-2026-11197MEDIUMChrome Same-Origin Policy Bypass in Workers – Patch v149.0.7827.53