CVE-2026-13985: Chrome MediaCapture UI Spoofing Vulnerability
A flaw in Google Chrome's MediaCapture implementation allows attackers who have already compromised the browser's renderer process to trick users into interacting with fake UI elements. The attacker crafts a malicious HTML page that makes legitimate-looking interface components appear where they shouldn't, enabling social engineering attacks. This requires the renderer process to already be compromised, limiting the threat to scenarios where initial access has been established through other means.
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-290, CWE-451
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Inappropriate implementation in MediaCapture in Google Chrome 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-13985 stems from improper implementation in Chrome's MediaCapture module, which handles audio and video stream operations. An attacker with renderer process access can exploit CWE-290 (Improper Input Validation) and CWE-451 (User Interface Inconsistency) weaknesses to display spoofed UI dialogs or prompts via crafted HTML. The vulnerability does not grant code execution or information disclosure on its own; it is a UI-layer attack that deceives the user into approving actions (such as media permissions) they believe are legitimate. The CVSS 3.1 score of 6.5 reflects medium severity with network attack vector, low complexity, no privilege requirement, and user interaction needed, resulting in integrity impact but no confidentiality or availability loss.
Business impact
The primary business risk is reputational damage and user trust erosion if attackers exploit this to deceive users into granting microphone or camera access under false pretenses. In enterprise settings, this could lead to unauthorized recording of sensitive conversations or visual content if user devices are already compromised. The attack chain requires prior renderer compromise, which reduces the immediate threat but indicates that systems already hosting malicious content are at elevated risk of follow-on attacks. Organizations relying on Chrome's permission model as a security boundary should review their endpoint controls and user awareness training.
Affected systems
All versions of Google Chrome prior to 150.0.7871.47 are affected. This includes Chrome on Windows, macOS, Linux, and Chromium-based browsers using vulnerable code. Organizations running Chrome versions in the 140s and earlier should prioritize validation of their deployment versions.
Exploitability
Exploitability is limited by the requirement that the attacker must first compromise the Chrome renderer process through a separate vector (e.g., a browser exploit, malicious website content, or supply-chain compromise). Once renderer access is achieved, the UI spoofing attack is straightforward to execute and highly effective because it leverages user trust in native-looking dialogs. The attack does not require user technical sophistication beyond clicking approve on a fake permission prompt, making it practical in real-world scenarios where renderer compromise has occurred. No public exploit code or CISA KEV listing indicates this is not yet weaponized at scale, but that status can change as Chrome updates propagate.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. This patch addresses the MediaCapture implementation defect and restores proper UI consistency. For enterprise deployments, verify Chrome update policies are enforced and monitor version compliance. No workarounds exist short of disabling MediaCapture functionality, which is impractical for most users.
Patch guidance
Deploy Chrome 150.0.7871.47 or newer across your organization. Chrome's auto-update mechanism handles this automatically for consumer users, but enterprise administrators should verify update rings and forced update policies are active. Check Chrome's release notes for any compatibility concerns with enterprise extensions or web applications. Consider staging the update in a test environment first if your organization runs Chrome Enterprise with custom policies. Verify successful deployment by checking chrome://version on representative machines.
Detection guidance
Monitor for unusual permission grant patterns in browser telemetry—specifically, rapid successive grants of camera or microphone access without explicit user action, or grants from origins known to be malicious. Browser console logs may show script errors related to MediaCapture API misuse. Endpoint detection and response (EDR) tools can flag processes attempting to interact with Chrome's IPC mechanisms abnormally. Network-side indicators are limited since the attack is UI-layer, but monitor for traffic to known malware or exploit kit domains that could lead to initial renderer compromise. User training on recognizing suspicious permission prompts remains the most practical detection aid.
Why prioritize this
This vulnerability merits rapid patching because it enables further compromise following renderer process breach. While it does not directly achieve code execution or data exfiltration, it is a high-confidence vector for social engineering once initial access is obtained. The requirement for prior renderer compromise keeps this at medium severity rather than high, but teams operating in high-adversary environments (finance, government, critical infrastructure) should prioritize it. Patch urgency is elevated because Chrome auto-updates reduce the window for successful exploitation, making this a time-sensitive vulnerability for organizations not keeping pace with updates.
Risk score, explained
The CVSS 6.5 score balances the practical ease of exploitation (once renderer is compromised) against the limited impact scope (UI spoofing, no confidentiality loss). The vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N indicates a network-accessible flaw with low attack complexity and required user interaction, affecting the integrity of user trust and permissions without crossing security boundaries. The score is not higher because the vulnerability is confined to deception rather than unauthorized access to protected resources directly; however, it is not low because successful exploitation reliably leads to permission grant manipulation, which can enable camera or microphone access used in follow-on attacks.
Frequently asked questions
Can this vulnerability be exploited without the renderer process being compromised first?
No. The CVE explicitly requires prior compromise of the Chrome renderer process. An attacker cannot exploit this UI spoofing flaw from an unauthenticated network position or through a simple visit to a malicious website unless that website also contains a separate renderer compromise exploit. This two-stage requirement is why the attack vector is 'network' but complexity is 'low'—the second stage is easy, but the first stage is a prerequisite.
Does updating Chrome automatically protect me?
Yes, if you have Chrome's auto-update feature enabled, your browser will download and install version 150.0.7871.47 or later automatically, usually within hours of release. Enterprise users on managed channels should verify their update policy is set to enforce the patch. You can manually check your current version at chrome://version and update immediately from the menu.
What is the actual harm if an attacker spoof's the camera/microphone permission dialog?
The attacker can trick the user into granting camera or microphone access to the attacker's controlled web application by displaying a fake permission prompt that appears to be from Chrome or the operating system. Once granted, the attacker can record video or audio without further user knowledge, enabling espionage, blackmail, or surveillance. This is particularly dangerous in business settings where confidential meetings or conversations are held near the camera.
Is this vulnerability in the CISA Known Exploited Vulnerabilities catalog?
No. As of the publication date, this CVE has not been added to the CISA KEV catalog, indicating it is not yet known to be actively exploited in the wild. However, the lack of KEV listing does not guarantee the vulnerability is not being targeted; it reflects a lag in public disclosure of exploitation activity.
This analysis is provided for informational purposes and does not constitute professional security advice. Vulnerability details and patch information are subject to change; verify all patch versions against official vendor advisories before deployment. The absence of public exploit code or CISA KEV listing does not guarantee the vulnerability is not being exploited; security teams should maintain awareness of emerging threat intelligence. Organizations are responsible for assessing the applicability of this vulnerability to their infrastructure and determining appropriate remediation timelines based on their risk tolerance and operational constraints. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11001MEDIUMGoogle Chrome UI Spoofing in Payments – Patch Now
- CVE-2026-11019MEDIUMChrome Android Payments Domain Spoofing Vulnerability
- CVE-2026-13984MEDIUMChrome TabStrip UI Spoofing Vulnerability – Patch to 150.0.7871.47
- CVE-2026-14381MEDIUMChrome WebAppInstalls UI Spoofing Vulnerability (v150)
- CVE-2026-10984MEDIUMGoogle Chrome Android UI Spoofing Vulnerability – Medium Severity
- CVE-2026-11107MEDIUMGoogle Chrome UI Spoofing Vulnerability – Patch Guide
- CVE-2026-11215MEDIUMChrome Android Domain Spoofing Vulnerability
- CVE-2026-11216MEDIUMChrome File Input UI Spoofing – Patch to 149.0.7827.53