CVE-2026-13986: Chrome Media UI Spoofing on ChromeOS
A flaw in Google Chrome's Media UI on ChromeOS allows an attacker to deceive users through visual spoofing. By crafting a malicious webpage and convincing a user to perform specific gestures (such as clicks or interactions with media controls), an attacker can make the browser display fake UI elements that trick the user into taking unintended actions. This is a user-interaction dependent vulnerability with limited scope—it doesn't enable direct system compromise but can facilitate phishing, credential theft, or social engineering attacks.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.2 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:L
- Weaknesses (CWE)
- CWE-451
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Inappropriate implementation in Media UI in Google Chrome on ChromeOS prior to 150.0.7871.47 allowed a remote attacker who convinced a user to engage in specific UI gestures 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-13986 stems from an inappropriate implementation in the Media UI component of Google Chrome on ChromeOS. The vulnerability exploits the rendering and interaction handling of media-related user interface elements, allowing a remote attacker to perform UI spoofing attacks. The attack requires user interaction (UI:R in the CVSS vector) and high attack complexity (AC:H), meaning the attacker must craft a specific HTML payload and convince the target to engage with UI elements in a particular manner. The vulnerability affects the integrity and availability of the user experience but not confidentiality, as reflected in the CVSS vector I:L/A:L. The underlying weakness is classified under CWE-451 (User Interface (UI) Misrepresentation of Critical Information).
Business impact
UI spoofing vulnerabilities can enable targeted phishing and social engineering campaigns. An attacker could overlay fake security warnings, login prompts, or payment dialogs over legitimate content, increasing the likelihood of successful credential harvesting or financial fraud. For organizations with ChromeOS deployments, this represents a user-facing risk rather than a backend security threat. The medium severity rating reflects that exploitation requires user interaction and achieves limited scope, though the attack surface encompasses any employee browsing untrusted websites.
Affected systems
Google Chrome versions prior to 150.0.7871.47 running on ChromeOS are vulnerable. Desktop Chrome installations on other operating systems are not mentioned in the advisory and should be verified against official Google security documentation. The vulnerability is specific to the Media UI implementation, so exploitation likely centers on pages containing media elements (video, audio) or media controls.
Exploitability
Exploitation is not trivial. The attacker must craft a sophisticated HTML page that performs UI spoofing during specific user gestures and convince the target to interact with it in a controlled manner. The attack succeeds only when the user performs particular actions—simply visiting the page is insufficient. This high attack complexity barrier limits the practical exploitability window, though motivated attackers targeting specific individuals (executives, service desk staff) may find it worthwhile. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities catalog, suggesting no documented active exploitation in the wild as of the advisory date.
Remediation
Users and administrators should upgrade Google Chrome on ChromeOS to version 150.0.7871.47 or later. For organizations managing ChromeOS devices, automatic updates should be enabled where feasible. Given the medium severity and user-interaction requirement, this is a standard-priority patch in most risk-based patching frameworks, but should not be deferred indefinitely. Verify against Google's official Chrome release notes to confirm patch availability for all deployed versions.
Patch guidance
Google has released Chrome version 150.0.7871.47 to address this vulnerability. Organizations should enable automatic updates on managed ChromeOS devices or manually deploy the patch to all Chrome installations. Consult Google's official security advisory and release notes to confirm patch applicability to your specific Chrome and ChromeOS versions. Test the patch in a non-production environment if your organization requires formal change management.
Detection guidance
Detection is challenging because the attack occurs at the browser UI layer and does not generate obvious network signatures. Monitor for user reports of unexpected dialogs, warning messages, or UI elements appearing during normal browsing. Security awareness training should emphasize that legitimate browser vendors do not display warnings within media players or overlaid UI elements. Endpoint detection and response (EDR) tools may flag suspicious browser process behavior if the crafted HTML attempts to interact with system-level UI, but standard browser sandboxing will contain most exploitation attempts. Network-based detection is unlikely to catch this, as the malicious content appears as normal HTML.
Why prioritize this
Prioritize this patch based on user-facing risk rather than system criticality. Organizations with high-risk user populations (finance, HR, executive teams) or those experiencing targeted phishing campaigns should treat this as higher priority. The medium severity, high attack complexity, and user-interaction requirement mean this is typically a standard-cadence patch rather than an emergency. However, if your organization has evidence of social engineering or phishing attempts targeting Chrome users, expedite the patch deployment.
Risk score, explained
The CVSS 3.1 score of 4.2 (Medium) reflects the limited scope and user-interaction requirement. Attack Vector is Network (N), meaning the attack can be launched remotely via a webpage, but Attack Complexity is High (H), requiring specific UI gestures and a carefully crafted payload. Privileges Required is None (N), as the attacker does not need any pre-existing access. User Interaction is Required (R), as the target must actively engage with the malicious UI. The impact is limited to Integrity (L) and Availability (L)—the attacker can spoof the interface and disrupt the user experience but cannot steal data or compromise the system. Confidentiality is unaffected (N). This combination yields a medium severity that is manageable but not negligible.
Frequently asked questions
Can this vulnerability be exploited without user interaction?
No. The CVSS vector specifies UI:R, meaning the attacker must convince the user to perform specific gestures (clicks, interactions with media controls, or other UI actions) for the exploit to succeed. Simply visiting a malicious webpage is insufficient.
Does this affect Chrome on Windows, macOS, or Linux?
The advisory specifically mentions ChromeOS. While Chrome's Media UI component exists across platforms, this particular vulnerability is described as affecting Chrome on ChromeOS. Verify with Google's official security advisory whether other operating systems are impacted, as browser-specific UI implementations may differ.
What should users do if they encounter suspicious UI elements in Chrome?
Users should not enter sensitive information (passwords, credit card numbers) into dialogs or warnings that appear unexpectedly within media players or overlaid on web content. Legitimate security warnings appear in the browser's address bar or as native system dialogs, not within webpage content. When in doubt, close the tab and navigate to the official website directly.
Is this vulnerability currently being exploited in the wild?
No active exploitation has been documented in the CISA Known Exploited Vulnerabilities catalog as of the advisory date. However, the vulnerability's potential for social engineering means it could attract attention from threat actors targeting specific organizations or individuals.
This analysis is based on information available as of the publication and modification dates provided. Patch versions, affected product lists, and vendor advisories should be verified against official Google Chrome security releases and vendor documentation. No exploit code or weaponized proof-of-concept instructions are provided. This content is for informational and educational purposes and should not be considered a substitute for vendor security advisories or professional security assessment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10984MEDIUMGoogle Chrome Android UI Spoofing Vulnerability – Medium Severity
- CVE-2026-11001MEDIUMGoogle Chrome UI Spoofing in Payments – Patch Now
- CVE-2026-11019MEDIUMChrome Android Payments Domain Spoofing Vulnerability
- 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
- CVE-2026-11222MEDIUMChrome Tab Strip Domain Spoofing Vulnerability – Patch Guide
- CVE-2026-11225MEDIUMChrome Domain Spoofing Vulnerability – Patch Guidance