CVE-2026-13957: Chrome Extension Security UI Flaw Enables UXSS Attacks
Google Chrome versions before 150.0.7871.47 contain a security UI flaw in its Extensions feature that allows attackers to execute unauthorized scripts or inject HTML content into web pages—a technique called Unsafe Cross-Site Scripting (UXSS). The attack requires two conditions: first, an attacker must trick a user into installing a malicious browser extension, and second, the user must visit a specially crafted webpage. Once those conditions are met, the attacker gains the ability to run arbitrary code within the browser's rendering context.
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:L/I:L/A:N
- Weaknesses (CWE)
- CWE-79
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Incorrect security UI in Extensions in Google Chrome prior to 150.0.7871.47 allowed an attacker who convinced a user to install a malicious extension to inject arbitrary scripts or HTML (UXSS) 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
The vulnerability stems from an incorrect security UI implementation in Chrome's Extension mechanism. Extensions in Chrome operate with elevated privileges and can interact with web content in ways normal scripts cannot. The flaw allows a malicious extension to bypass security boundaries and inject arbitrary scripts or HTML into pages the user visits, achieving UXSS. The issue is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The attack surface is limited by the CVSS metrics: an attacker needs network access, must craft a specific HTML page, and crucially must achieve user interaction both to install the extension and to visit the crafted page. The Chromium project assigned this a Medium severity rating reflecting the multi-step nature of the attack.
Business impact
While the CVSS score of 4.2 reflects a measured risk, the business impact depends on target context. For consumer-focused organizations, the risk is generally low because users must consciously install an extension and visit an attacker-controlled page. For enterprise environments where extension deployment is centrally managed, the risk is similarly contained—malicious extensions would need to bypass organizational controls. However, if an organization relies on third-party extensions or allows users broad extension installation freedom, this represents a session-hijacking vector that could lead to credential theft, data exfiltration, or account takeover. The integrity and confidentiality impact is confirmed; availability is not affected.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are affected. This includes all earlier minor and patch versions. Chrome's auto-update mechanism means most users will receive the patched version automatically, but organizations with update management policies, off-network systems, or deferred rollout schedules should verify their fleet's current version. Desktop and mobile versions of Chrome are potentially affected; verify the specific version numbers in your environment.
Exploitability
Exploitation requires user interaction at two critical junctures: extension installation and visiting a crafted webpage. This two-step requirement significantly reduces opportunistic exploitation. An attacker would need to either compromise a legitimate extension distribution channel, create a convincing social engineering campaign, or rely on users who install extensions from untrusted sources. Once a malicious extension is installed, the attacker gains a persistent foothold with each subsequent page visit. The attack is not wormable and does not propagate automatically, limiting its scope to deliberately targeted users or campaigns.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. For most users, Chrome's auto-update mechanism will deliver the patch automatically; verify completion by checking Settings > About Chrome. Organizations should prioritize rollout to systems where users have broad extension installation permissions or where third-party extensions are heavily relied upon. Additionally, enforce extension management policies that restrict installation to approved lists and block installation from unknown sources. Educate users about the risks of installing extensions from untrusted origins.
Patch guidance
Verify that your Chrome installation is at version 150.0.7871.47 or higher by navigating to Settings > About Chrome, which will also trigger an automatic update check. For enterprise deployments, use your MDM/mobile device management or centralized update service to confirm rollout completion. If you manage extension policies via G Suite or similar services, audit your approved extension list and remove any extensions of questionable origin or that are no longer in use. There are no known breaking changes associated with this security patch; standard update procedures apply.
Detection guidance
Monitor for suspicious extension installations within your environment, particularly those from unknown publishers or with unusual permission requests (especially content-script permissions). Review browser extension logs and policies to identify unexpected or unapproved extensions. If you suspect a malicious extension has been installed, isolate the system, remove the extension, clear browser data and cookies, and reset any compromised passwords. Network-level detection is limited, but behavioral indicators such as unexpected API requests or data exfiltration from browser processes may signal compromise. Ensure your endpoint detection and response (EDR) tools monitor for malicious script injection events.
Why prioritize this
Although the CVSS score is 4.2 (Medium), remediation should be prioritized routinely rather than as an emergency. The vulnerability requires user interaction and intentional extension installation, making it a lower-priority update than remote code execution flaws. However, it should be patched within your standard patching cycle—typically within weeks of release—because UXSS enables persistent session hijacking and credential theft if a malicious extension is installed. Organizations with heavy extension reliance or permissive installation policies should expedite patching. This is not a 'drop everything' vulnerability, but it is not a candidate for deferral.
Risk score, explained
The CVSS 3.1 score of 4.2 reflects several mitigating factors: the attack vector is network (AV:N), but the attack complexity is high (AC:H) because the attacker must craft a specific scenario and convince the user to both install an extension and visit a page. Privileges are not required (PR:N), but user interaction is essential (UI:R). The impact scope is unchanged (S:U), meaning the vulnerability does not break out of the browser context. Confidentiality and Integrity are impacted (C:L, I:L), but Availability is not (A:N). The overall score reflects a real but limited-scope risk; the multi-step social engineering requirement is the primary limiting factor.
Frequently asked questions
Do I need to manually update Chrome, or will it update automatically?
Chrome updates automatically by default, but the process may be delayed. Check Settings > About Chrome to view your current version and manually trigger an update check. Organizations with managed update policies should verify rollout through their MDM console.
What permissions should I be suspicious of when reviewing installed extensions?
Be cautious of extensions requesting 'Read and change all your data on websites you visit' or broad content-script permissions, especially from publishers you do not recognize. Legitimate extensions typically request only the minimum permissions needed for their function. Review your installed extensions at chrome://extensions and remove anything unused or from untrusted sources.
Does this vulnerability affect Chrome on mobile devices?
The vulnerability affects Chrome on Android and iOS. Ensure that mobile devices are updated to Chrome version 150.0.7871.47 or later. Mobile update procedures vary by platform; check your app store for pending updates or enable automatic updates in your device settings.
Is there a workaround if I cannot update immediately?
While not a replacement for patching, you can reduce risk by disabling extensions you do not actively use, avoiding installation of new extensions from untrusted sources, and being cautious about visiting unfamiliar websites while extensions are installed. However, these are temporary measures; apply the update as soon as operationally feasible.
This analysis is provided for informational purposes and does not constitute legal or compliance advice. The information is current as of the publication date but may be superseded by vendor updates or additional research. Always consult the vendor's official security advisory and your own security architecture before implementing changes. Verify all patch version numbers against official Google Chrome release notes before deployment. SEC.co makes no warranties regarding the completeness or accuracy of derived risk assessments; use this as one input in your comprehensive vulnerability management process. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11150MEDIUMChrome XML UXSS Vulnerability – Patch Guide
- CVE-2026-11166MEDIUMChrome SVG Injection Vulnerability – 6.8 CVSS Medium Severity
- CVE-2026-11186MEDIUMChrome UXSS Vulnerability in CSS Rendering—Urgent Patch Required
- CVE-2026-11273MEDIUMGoogle Chrome Omnibox Script Injection Vulnerability (UXSS) – Patch 149.0.7827.53
- CVE-2026-12459MEDIUMGoogle Chrome Serial Component XSS Vulnerability (Version 149.0.7827.155)
- CVE-2026-12463MEDIUMChrome Linux UXSS via Renderer Compromise
- CVE-2026-13836MEDIUMGoogle Chrome UXSS via CSS Injection – Patch to 150.0.7871.47
- CVE-2026-13977MEDIUMChrome HTMLParser XSS Vulnerability – Patch Now