MEDIUM 4.3

CVE-2026-13960: Chrome Password UI Spoofing Vulnerability – Patch to 150.0.7871.47

Google Chrome versions before 150.0.7871.47 contain a flaw in the password management system that allows attackers to deceive users through visual trickery. By crafting a malicious web page, an attacker can make Chrome's interface appear to show something it isn't—for example, a legitimate password prompt or security warning—fooling users into taking actions they wouldn't normally take. This is a UI spoofing attack: the attacker doesn't break into systems directly, but manipulates what users see on screen to trick them into compromising their own credentials or security.

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-451
Affected products
1 configuration(s)
Published / Modified
2026-06-30 / 2026-07-02

NVD description (verbatim)

Inappropriate implementation in Passwords 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

CVE-2026-13960 stems from an inappropriate implementation in Chrome's password handling functionality, classified under CWE-451 (User Interface (UI) Misrepresentation of Critical Information). The vulnerability allows network-based attackers to craft HTML pages that spoof or misrepresent the browser's UI elements related to passwords. Since the attack requires user interaction (clicking, typing, or otherwise engaging with the spoofed UI), it cannot be exploited silently. The CVSS 3.1 score of 4.3 (MEDIUM) reflects the requirement for user interaction, absence of authentication bypass, and limited scope—integrity can be compromised through credential theft or social engineering, but confidentiality and availability are not directly affected.

Business impact

This vulnerability primarily threatens user credential security and organizational data access control. Employees using affected Chrome versions may be tricked into entering passwords into fake dialogs, potentially giving attackers access to corporate accounts, email, cloud services, or internal systems. For organizations with bring-your-own-device (BYOD) policies or where Chrome is the standard browser, the risk extends across a wide user base. The impact is heightened in industries handling sensitive data (financial services, healthcare, legal) where credential compromise directly enables data theft or fraud. Financial damage stems from potential account takeovers, unauthorized access to proprietary information, and incident response costs.

Affected systems

Google Chrome prior to version 150.0.7871.47 is affected. This includes all Chrome installations on Windows, macOS, Linux, Android, and iOS running version 150.0.7871.46 or earlier. The vulnerability affects both standard Chrome and Chrome-based browsers that inherit this code. Organizations should inventory Chrome deployments across all platforms—including mobile devices and managed enterprise instances—to determine exposure. Users running older versions, particularly those with automatic updates disabled or delayed, face the highest risk.

Exploitability

Exploitability is moderate. The attack requires crafting a convincing HTML page and social engineering the user into visiting it—defenders have the advantage of user awareness as a protective layer. Attackers cannot exploit this remotely without user interaction; clicking a link or visiting a malicious site is necessary. However, phishing emails, compromised ad networks, or watering hole attacks make distribution feasible. The UI spoofing capability is likely to be discovered and exploited once patch information circulates, making disclosure of the vulnerability a turning point in risk elevation. No known public exploits or KEV listing currently exist, but the attack surface is large given Chrome's market share.

Remediation

Update Google Chrome to version 150.0.7871.47 or later. Chrome's auto-update mechanism will typically deploy the patch within days of release, but verify that updates are enabled in your environment. Users should manually check Settings > About Chrome to force an update check if auto-update is slow. For enterprise deployments, test the patched version in a staging environment, then push via Group Policy (Windows), configuration profiles (macOS/iOS), or MDM solutions (Android) to ensure controlled rollout.

Patch guidance

Verify the Chrome version on affected systems (Chrome menu > Settings > About Chrome displays the current version). Version 150.0.7871.47 and all later versions in the 150.x.x.x series and subsequent major versions contain the fix. Organizations using Chrome policies should confirm auto-update policies are active (chrome://policy/ on Windows/Linux or System Preferences > Profiles on macOS). For air-gapped or restricted environments, download the installer from Google's official distribution channels and test in a sandbox before deployment. No configuration workarounds exist; patching is the only mitigation.

Detection guidance

Detection of exploitation is challenging because the attack manifests as user behavior (credential entry into a spoofed dialog) rather than network anomalies. Focus on behavioral indicators: monitor for unusual login patterns (logins from unexpected geographic locations, devices, or times), spike in failed authentication attempts from specific users, or access to sensitive systems shortly after a user visited a phishing link. Deploy user awareness training to report seeing suspicious password prompts. Endpoint detection and response (EDR) tools should flag Chrome process spawning suspicious child processes or network connections immediately after password prompts appear. Web proxy logs may reveal visits to known phishing domains; correlate these with subsequent authentication anomalies.

Why prioritize this

Prioritize patching this vulnerability for high-value targets: users with administrative privileges, finance/HR staff with access to payroll and banking systems, and employees handling confidential customer or intellectual property data. BYOD and remote workers present higher risk because their Chrome instances may not receive patches promptly. While the CVSS score is MEDIUM (4.3), the real-world impact—credential compromise—makes it functionally higher-priority than the score suggests. Organizations with strong phishing defenses and user training can deprioritize slightly, but the vulnerability should not be deferred more than 2–3 weeks.

Risk score, explained

The CVSS 3.1 score of 4.3 (MEDIUM) reflects: AV:N (network-based attack), AC:L (low attack complexity, only requiring HTML crafting), PR:N (no privileges required), UI:R (user interaction mandatory—a limiting factor), S:U (no scope escalation), C:N (confidentiality not compromised), I:L (integrity slightly compromised through credential theft), A:N (availability unaffected). The score appropriately caps at MEDIUM because the attack requires social engineering and user action. However, in practice, successful exploitation leads to credential compromise—a critical business outcome—so practitioners should weight this above the numerical score in risk decisions.

Frequently asked questions

Can this vulnerability be exploited without the user clicking or visiting a malicious link?

No. The UI spoofing requires the attacker to first get the malicious HTML page in front of the user. The attack cannot execute in the background or from network packets alone; user interaction with the crafted page is mandatory.

Does updating Chrome automatically protect me, or do I need to do something manually?

Chrome auto-updates by default, but the timing is not instantaneous. You can manually check for updates via Chrome Settings > About Chrome to force an immediate check. For enterprises, IT should verify auto-update policies are active and test the patched version before organization-wide deployment.

What's the difference between this vulnerability and a standard phishing attack?

Phishing steals credentials through a fake login page that *looks* like the real service. This vulnerability spoofs *Chrome's own UI*—the password manager dialog, security warnings, or browser prompts—making it harder to distinguish from legitimate browser behavior. Users may trust what appears to be their browser's native security feature.

Should I be concerned if I use a password manager or have saved passwords in Chrome?

Yes. If Chrome's password UI can be spoofed, an attacker can trick you into revealing or re-entering saved passwords. Rely on strong unique passwords and consider using third-party password managers with additional security layers (like hardware keys) in addition to keeping Chrome updated.

This analysis is provided for informational purposes and represents the state of the vulnerability as of the publication date. CVSS scores, vendor statements, and patch details are based on official sources; verify against Google's official Chrome security advisories before making deployment decisions. No liability is assumed for use or misuse of this information. Organizations should conduct their own risk assessments in the context of their specific environment, threat model, and user population. This document does not constitute legal, compliance, or specific technical advice. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).