CVE-2026-14144: Google Chrome UI Spoofing Vulnerability (CVSS 4.2)
Google Chrome versions before 150.0.7871.47 contain a flaw in how the browser renders security-related UI elements in the Views framework. An attacker could craft a malicious webpage that, when viewed by a user who performs certain mouse or keyboard interactions, tricks the user into believing they are interacting with legitimate browser UI (like permission dialogs or address bar elements) when they are actually interacting with attacker-controlled content. This is a UI spoofing vulnerability that relies on convincing users to take specific actions on a specially crafted page.
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
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Incorrect security UI in Views in Google Chrome 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: Low)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability exists in Google Chrome's Views UI framework, which handles the rendering of browser interface elements. The flaw stems from incorrect security implementation that fails to properly distinguish between legitimate browser UI and attacker-controlled web content overlays when specific user gestures occur. An attacker can exploit this by serving a crafted HTML page that mimics the appearance and interaction patterns of Chrome's security UI—such as permission prompts, download dialogs, or address bar notifications. The CVSS 3.1 score of 4.2 (MEDIUM severity) reflects the requirement for user interaction and the limited direct impact; the vulnerability affects information integrity and availability in a minor way but cannot directly compromise confidentiality. The underlying weakness (CWE-451: User Interface (UI) Misrepresentation of Critical Information) is a class of vulnerabilities where attackers exploit human perception rather than cryptographic or memory-safety failures.
Business impact
The primary business risk is user deception leading to credential theft, malware installation, or other social engineering outcomes. Users may be tricked into granting browser permissions (microphone, camera, location) or downloading malicious files because they believe they are responding to a legitimate browser dialog. In enterprise environments, this could facilitate phishing campaigns or drive compromised download delivery. The impact is indirect—the vulnerability itself does not break encryption or directly access data—but it significantly increases the attack surface for human-targeted threats. Organizations with users accessing untrusted websites face elevated risk; financial institutions, government agencies, and companies handling sensitive data should treat this as a defense-in-depth issue rather than a critical emergency.
Affected systems
This vulnerability affects Google Chrome on multiple operating systems: Windows, macOS, and Linux. Any Chrome installation prior to version 150.0.7871.47 is vulnerable. Users on older or unmanaged Chrome versions, particularly in bring-your-own-device (BYOD) environments or organizations with lax browser update policies, represent the highest-risk population. Enterprise Chrome deployments using managed update channels will receive patches automatically if configured to do so. The vulnerability does not require any special hardware, plugins, or additional software; a web browser and network access are sufficient for exploitation.
Exploitability
Practical exploitation requires an attacker to craft a malicious webpage and convince or trick a user into visiting it—a relatively common attack vector via phishing, malvertising, or compromised websites. The attacker must also induce the user to perform specific UI gestures (such as clicking in certain areas or typing in particular locations) that trigger the spoofing effect. This is not a memory corruption or authentication bypass; it is a perception attack that succeeds only through social engineering. The CVSS vector (AC:H) reflects the high bar for achieving successful exploitation reliably. A sophisticated attacker can increase success rates by combining this with convincing visual design and persuasive social engineering, but opportunistic exploitation is limited. No public exploit code, proof-of-concept code, or known active exploitation is documented, and the vulnerability is not tracked in the CISA KEV (Known Exploited Vulnerabilities) catalog, suggesting real-world abuse is not yet widespread.
Remediation
The primary remediation is to update Google Chrome to version 150.0.7871.47 or later. For enterprise environments, this should be enforced through group policy, mobile device management (MDM), or endpoint management platforms. Users running Chrome on personal devices should enable automatic updates in Chrome settings (Settings > About Chrome > Update). For organizations that cannot immediately patch, compensating controls include blocking access to untrusted websites via web filtering, user security awareness training focused on recognizing browser UI spoofing, and consideration of security-conscious browsing practices (e.g., disabling JavaScript from untrusted sources, using Chrome extensions that enhance permission visibility).
Patch guidance
Verify that your Chrome installation is running version 150.0.7871.47 or later by navigating to Chrome menu > Help > About Google Chrome, which will show the current version and automatically check for updates. For macOS users, ensure that automatic updates are enabled in System Preferences > Software Update. Linux users should update Chrome through their distribution's package manager or by downloading the latest version directly from Google's website. Enterprise administrators should verify patch deployment through their management console. No breaking changes or compatibility issues are documented; the patch is a standard security update and should be deployed with normal change management procedures. Plan for deployment within 1–2 weeks depending on your organization's patch cycle; given the low-to-medium severity and lack of active exploitation, this is not a 'drop everything' emergency.
Detection guidance
Detection of exploitation attempts is challenging because the attack leaves no server-side artifacts or network signatures specific to UI spoofing. Instead, focus on detection at the user education and process level: encourage users to report suspicious browser dialogs that appear unsolicited or ask for unexpected permissions, and monitor for unusual permission grants (especially microphone, camera, location) granted to unexpected or suspicious domains in Chrome's Site Settings. Some endpoint detection and response (EDR) tools may flag suspicious Chrome extension installations or unusual file downloads that follow permission spoofing attacks. Browser logs (viewable in Chrome at chrome://version/) do not directly expose UI spoofing attempts, but reviewing Site Settings and extension list regularly can help identify artifacts of successful social engineering. User reporting and periodic security audits of granted permissions are more practical than technical detection.
Why prioritize this
This vulnerability merits prompt but measured attention. The CVSS score of 4.2 reflects relatively low technical severity, but the attack surface is broad (any Chrome user browsing untrusted content), and the social engineering component makes impact assessment difficult. Prioritize patching in these order: (1) devices belonging to high-value targets (C-suite, finance, legal, R&D) who may be specifically targeted, (2) public-facing customer service representatives who may be tricked into granting permissions during social engineering attacks, (3) all other users on a standard update cycle. The absence of KEV status and active exploitation means this is not an imminent threat, but Chrome's rapid update cycle makes deployment straightforward; delaying patches is rarely justified for Chrome security updates.
Risk score, explained
The CVSS 3.1 score of 4.2 (MEDIUM) balances several factors. The vector AV:N (network-accessible) and PR:N (no privileges required) indicate a broad attack surface. AC:H (high attack complexity) and UI:R (requires user interaction) substantially reduce the score because exploitation is not trivial—the attacker must craft a convincing page and induce specific user actions. The impact is limited: C:N (no confidentiality impact), I:L (low integrity impact, referring to possible permission or file-system actions the user is tricked into authorizing), and A:L (low availability impact). The vulnerability cannot directly crash the browser or deny service; it is fundamentally a social engineering amplifier. Organizations with users frequently visiting untrusted websites may perceive this as higher risk than the numeric score suggests, but the score correctly reflects that this is not a remote code execution or privilege escalation flaw.
Frequently asked questions
Can this vulnerability be exploited if I use Chrome in a sandboxed or restricted environment?
The vulnerability exists in the Chrome UI framework itself, so sandboxing the browser process does not prevent exploitation of the UI spoofing flaw. However, if you have restricted the permissions granted to Chrome at the operating system level (e.g., denying camera or microphone access to the Chrome process), the social engineering impact is reduced because the attacker cannot trick you into granting permissions that are already blocked. Ensure your Chrome process has the minimum necessary permissions.
Does this affect Chrome on mobile (Android, iOS)?
The ground-truth source data does not specify mobile platforms. The vulnerability is described as affecting Chrome on Windows, macOS, and Linux. For clarity on whether Android or iOS Chrome versions are impacted, consult Google's official security advisory and verify the affected version numbers for each platform. Mobile users should ensure their devices are running the latest Chrome version available in their platform's app store.
Is there a workaround if I cannot update Chrome immediately?
A complete workaround does not exist, but risk reduction measures include disabling JavaScript in untrusted contexts (though this impacts browsing functionality), using browser extensions that highlight and warn about permission requests, avoiding visits to untrusted websites, and being extremely cautious when the browser requests permissions unexpectedly. However, the most practical and recommended action is to update Chrome as soon as possible, as the patch is seamless and requires no configuration changes.
What should I do if I suspect I have been socially engineered via this vulnerability?
If you granted unexpected permissions (especially microphone, camera, or location) to a suspicious website, immediately revoke those permissions by visiting Chrome Settings > Privacy and Security > Site Settings and removing access for the domain. Review your browser history and Downloads folder for unexpected files. If sensitive information may have been accessed (e.g., if you granted camera/microphone access), consider running a full antivirus scan and changing passwords for sensitive accounts. For enterprise users, report the incident to your IT security team for investigation and endpoint remediation.
This analysis is provided for informational and defensive purposes. SEC.co does not warrant the completeness or accuracy of third-party vulnerability data sources; always verify patch versions, affected products, and KEV status against official vendor advisories (e.g., Google Chrome Release Notes and Google Threat Analysis Group publications). This vulnerability has not been confirmed as actively exploited in the wild as of the publication date. Exploitation success depends on user action and awareness; no technical mitigation exists beyond patching. Organizations should conduct their own risk assessment based on their user base, threat model, and Chrome deployment architecture. This information does not constitute legal advice or a guarantee of security; consult your security team and vendor advisories for deployment decisions. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11107MEDIUMGoogle Chrome UI Spoofing Vulnerability – Patch Guide
- 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
- CVE-2026-11227MEDIUMChrome Tab Hover Card Domain Spoofing Vulnerability
- CVE-2026-11228MEDIUMChrome UI Spoofing Vulnerability via File Input Flaw
- CVE-2026-11232MEDIUMGoogle Chrome TabGroups UI Spoofing Vulnerability
- CVE-2026-11245MEDIUMChrome UI Spoofing in Payments Component (CVSS 4.3)