CVE-2026-14153: Chrome UI Spoofing via Glic Component – Patch Guidance
Google Chrome versions before 150.0.7871.47 contain a UI spoofing vulnerability in the Glic component. An attacker can craft a malicious HTML page that, when viewed by a user who performs specific UI gestures (like clicks or interactions), displays fake interface elements that deceive the user into believing they're interacting with legitimate browser controls or content. This is a social engineering attack that relies on user interaction but can expose sensitive information through misdirection.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-451
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in Glic 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 stems from an inappropriate implementation in Chrome's Glic component that fails to properly isolate or validate UI rendering contexts. An attacker crafts HTML that exploits this weakness to overlay or spoof legitimate UI elements, tricking users into performing actions they didn't intend. The attack requires the user to engage in specific gestures—typically clicking or interacting with the malicious page—making it a user-interaction-dependent threat. The underlying weakness is categorized as CWE-451 (User Interface (UI) Misrepresentation of Critical Information), indicating the core issue involves misleading presentation of security-relevant interface state.
Business impact
UI spoofing attacks erode user trust and can lead to credential theft, unauthorized transactions, or malware installation when users are deceived into interacting with fake interface elements. While this vulnerability has a CVSS score of 5.3 (Medium), the actual business risk depends on your workforce's susceptibility to social engineering. Organizations with high-security environments or users trained in phishing recognition face lower risk; those without mature security awareness programs may experience higher incident rates. The reputational cost of users being tricked on your systems or services could exceed the technical severity.
Affected systems
Google Chrome on Windows, macOS, and Linux systems running versions prior to 150.0.7871.47 are affected. The vulnerability does not appear to affect other Chromium-based browsers unless they incorporate the same vulnerable Glic implementation; verify your specific browser deployments against vendor advisories. Users on current stable release channels will receive automatic updates; those on extended or delayed release tracks should prioritize this update.
Exploitability
Exploitability is moderate. The attack requires social engineering—a user must visit a crafted page and perform specific UI gestures. This is not a one-click or drive-by attack; it demands active user engagement. An attacker could distribute the malicious page via phishing email, malicious ads, or compromised websites. The barrier to exploitation is relatively low for a skilled attacker, but the barrier to user fallibility is the main defense. No known public exploits exist (this vulnerability is not tracked on the CISA KEV list), but proof-of-concept code could emerge after disclosure.
Remediation
Immediate action: Update Google Chrome to version 150.0.7871.47 or later on all endpoints. Most Chrome installations auto-update, but verify by checking Settings > About Google Chrome. For managed environments, push the update via your device management platform. No workarounds exist; patching is the only mitigation. If you cannot update immediately, reduce exposure by disabling automatic navigation to untrusted sites and reinforce user awareness around unusual UI behavior.
Patch guidance
Deploy Chrome version 150.0.7871.47 or later across all Windows, macOS, and Linux systems. On Windows, use Group Policy or your MDM solution to enforce updates. On macOS, verify deployment through your endpoint management tool. On Linux, ensure your distribution's package repositories reflect the patched version, or download directly from Google. Verify successful updates within 24–48 hours. Test functionality on a sample system before mass deployment if your environment has critical dependencies. Chrome's auto-update mechanism should handle this for consumer and standard enterprise deployments; monitor for any systems falling behind.
Detection guidance
Detection of exploitation is challenging in real-time, as the attack involves benign JavaScript and HTML rendering. Focus on indicators of compromise: (1) User reports of unexpected or out-of-place browser UI elements or dialogs. (2) Unusual authentication attempts or credential entry on suspicious sites shortly after user browsing activity. (3) Examination of browser history for visits to unusual or previously unknown domains during the attack window. (4) Deploy browser security extensions that flag spoofed login forms or fake UI patterns. Endpoint detection and response (EDR) tools may flag suspicious JavaScript patterns if the malicious HTML includes obfuscation or anomalous DOM manipulation. Correlate user complaints with browser crash logs or extension errors for additional context.
Why prioritize this
While the CVSS score is 5.3 (Medium), this vulnerability warrants prompt patching within your standard patch cycle (typically 7–14 days) due to its user-interaction surface, public disclosure, and reliance on social engineering rather than exploit complexity. It is not a critical emergency requiring emergency out-of-band patching, but it should not be deferred. Prioritize systems used by high-value targets (executives, developers, finance teams) and public-facing endpoints where phishing campaigns are most likely to concentrate. The lack of KEV designation suggests it is not yet weaponized at scale, but that window can close quickly.
Risk score, explained
The CVSS 3.1 score of 5.3 reflects the vulnerability's Medium severity. The attack vector is Network (AV:N), meaning it can be delivered remotely. Attack Complexity is High (AC:H), indicating the attacker must tailor the exploit to specific UI contexts or user behaviors. Privileges are not required (PR:N), but User Interaction is required (UI:R)—the user must engage with the malicious page. Scope is Unchanged (S:U), and the impact is limited to Confidentiality (C:H), with no direct impact on Integrity or Availability. This scoring reflects a threat that is real but depends on social engineering success and user inattention, rather than a 'fire and forget' exploit.
Frequently asked questions
Can this vulnerability be exploited without user interaction?
No. The attacker must convince the user to visit a crafted page and perform specific UI gestures, such as clicking on a false button or scrolling. This requirement significantly raises the barrier to mass exploitation compared to zero-click or drive-by vulnerabilities.
Will my Chrome auto-update protect me automatically?
Most Chrome installations on Windows, macOS, and Linux auto-update to the latest version within hours or days of release. Verify by opening Settings > About Google Chrome; if it shows version 150.0.7871.47 or higher, you are patched. Enterprise-managed systems may have delayed updates; check with your IT team.
What should I do if I suspect I've been tricked by this attack?
Change passwords for any credentials you entered, especially email and financial accounts. Run a full antivirus or EDR scan on your system. If you notice unauthorized account activity, contact your IT or security team and your financial institution immediately. Enable two-factor authentication if not already active.
Does this affect other browsers like Edge or Firefox?
This specific vulnerability affects only Google Chrome and its direct integration of the Glic component. Edge (Chromium-based) may be affected if it includes the same vulnerable code; check Microsoft's security advisories. Firefox and Safari are unaffected. Always verify vendor-specific guidance for your deployed browsers.
This analysis is provided for informational purposes to support security decision-making. It reflects the vulnerability details as of the publication date (2026-06-30) and may be updated as new information emerges. Organizations are responsible for assessing their own risk tolerance, testing patches in their environments, and validating vendor advisories before deployment. No guarantee is made that this analysis covers all aspects of the vulnerability or all affected product variants. Always consult the official Google Chrome security advisory and your vendor's guidance for definitive patch information and compatibility notes. 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)