CVE-2026-13865: Chrome UI Spoofing Vulnerability – Patch to 150.0.7871.47
Google Chrome versions before 150.0.7871.47 contain a flaw that allows attackers to trick users with fake interface elements. An attacker could craft a malicious website that makes parts of the browser or page look different from what they actually are—for example, spoofing a login prompt or security warning. The vulnerability requires user interaction (visiting a crafted page) but doesn't require special privileges or browser extensions to exploit.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
- Weaknesses (CWE)
- CWE-20
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Insufficient validation of untrusted input in Enterprise in Google Chrome prior to 150.0.7871.47 allowed a remote attacker 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
The vulnerability stems from insufficient validation of untrusted input in Chrome's Enterprise build prior to version 150.0.7871.47. The flaw enables UI spoofing attacks through carefully constructed HTML pages. The attack vector is network-based with low attack complexity, requires no special privileges, but does require user interaction to visit a malicious page. The integrity impact is limited (CWE-20: Improper Input Validation), with no confidentiality or availability consequences. Chromium's security team assigned a Medium severity rating.
Business impact
UI spoofing attacks can undermine user trust and lead to credential theft, social engineering, or fraudulent transactions if attackers overlay fake interface elements on legitimate-looking pages. For organizations relying on Chrome, especially in customer-facing or security-sensitive contexts, this could enable phishing attacks that bypass users' visual cues. The requirement for user interaction means impact depends on user behavior; however, the low attack complexity makes exploitation straightforward once a user lands on a malicious site.
Affected systems
Google Chrome Enterprise versions prior to 150.0.7871.47 are affected. Standard Chrome installations at or before version 150.0.7871.46 should be considered vulnerable. Users on earlier release channels or extended support versions should verify their specific build number against the vendor advisory to confirm exposure.
Exploitability
This vulnerability has a CVSS 3.1 score of 4.3 (Medium), reflecting moderate but not critical risk. Exploitation requires network access and user interaction (clicking through to a crafted page) but no special privileges or pre-existing access. The low attack complexity means an attacker can reliably craft a working exploit; however, success still depends on user engagement. The vulnerability is not listed in the Known Exploited Vulnerabilities (KEV) catalog, suggesting no widespread active exploitation has been publicly documented as of the last update.
Remediation
Organizations should upgrade Chrome to version 150.0.7871.47 or later. Google's automatic update mechanism should deploy the patch; however, administrators should verify completion across their user base, particularly for managed enterprise deployments. No workarounds are documented; patching is the primary remediation path.
Patch guidance
Verify that Chrome has updated to version 150.0.7871.47 or a later release. For enterprise-managed deployments, confirm the patch deployment policy and monitor rollout completion. Check Chrome's About page (chrome://about) to see the current version; the browser will indicate if an update is pending. No interim patches or partial updates are required; the standard update channel will deliver the fix.
Detection guidance
Monitor user browsing activity for visits to newly registered or suspicious domains that serve crafted HTML content. Network detection is challenging without direct visibility into page content; however, endpoint security tools can flag suspicious page rendering behavior or alert on known malicious domains. User reports of unusual browser interface behavior warrant investigation. In enterprise environments, consider restricting access to untrusted external sites where feasible.
Why prioritize this
While the CVSS score is Medium (4.3) and there is no current KEV listing, this vulnerability merits prompt patching due to low attack complexity and the potential for targeted phishing campaigns. Organizations with high-risk user populations (executives, finance teams, customer-facing roles) should prioritize rollout. However, this is not a critical zero-day requiring emergency response; standard patch management timelines (weeks rather than days) are appropriate.
Risk score, explained
The CVSS 3.1 score of 4.3 reflects the attack vector (network, any unauthenticated user), low complexity to craft an exploit, requirement for user interaction, and limited scope to integrity (spoofed UI elements do not directly compromise confidentiality or system availability). The rating appropriately reflects a real but contained risk that depends on user behavior. Organizational risk may vary: users in security-sensitive roles or handling sensitive transactions face higher contextual risk.
Frequently asked questions
Do I need to drop everything and patch immediately?
No. A CVSS 4.3 Medium rating and lack of KEV listing indicate this is not an emergency zero-day. Use your standard patch management schedule to roll out version 150.0.7871.47 within 2–4 weeks, prioritizing machines used by high-risk user groups (finance, C-suite, customer support).
Can this vulnerability steal my passwords or credit card data?
Not directly. The vulnerability enables UI spoofing—making fake interface elements appear real. If a user is tricked by a spoofed login form or warning dialog, they could enter credentials or payment information, but the vulnerability itself does not exfiltrate data. Harm depends on what users do when deceived.
Does this affect Chrome on mobile (Android, iOS)?
The published CVE description specifies 'Enterprise in Google Chrome' on the desktop platform. Verify the vendor advisory to confirm whether Chromium-based mobile browsers are affected. Generally, critical browser vulnerabilities do affect mobile builds, but confirmation is needed.
What can I do before patching is complete?
Educate users to carefully verify URLs and browser interface elements before entering sensitive information. Be cautious of unexpected login prompts or security warnings. In enterprise deployments, prioritize patching for users with high-risk roles. Network-level controls (blocking suspicious domains, content filtering) provide limited protection but can reduce exposure.
This analysis is based on the published CVE record and Chromium security advisory as of July 2026. Patch version numbers and affected versions reflect the official vendor guidance; verify compatibility and deployment steps against Google's security advisory before rollout. No exploit code or weaponized PoC is provided. This vulnerability intelligence is for informational and defensive purposes only. For questions specific to your environment, consult Google's support documentation or a qualified security consultant. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0018MEDIUMAndroid AccessibilityManagerService Denial of Service Vulnerability
- CVE-2026-0051MEDIUMAndroid UBSan Runtime Denial of Service Vulnerability
- CVE-2026-0070MEDIUMAndroid DevicePolicyManagerService Local Denial of Service Vulnerability
- CVE-2026-0085MEDIUMAndroid Contact Handler Denial of Service Vulnerability
- CVE-2026-10004MEDIUMChrome UI Spoofing Vulnerability – Password Dialog Hijacking
- CVE-2026-10912MEDIUMChrome Extension Same-Origin Policy Bypass (CVSS 6.5)
- CVE-2026-10916MEDIUMChrome DevTools UXSS Vulnerability
- CVE-2026-10938MEDIUMChrome Site Isolation Bypass via Input Validation Flaw