CVE-2026-13955: Chrome Android UI Spoofing Vulnerability—CVSS 3.3 Low
Google Chrome on Android contains a UI spoofing vulnerability in its CustomTabs feature that could allow a local attacker to deceive users by manipulating the app's visual appearance. The vulnerability stems from insufficient validation when processing untrusted input from malicious files. An attacker would need local access to the device and user interaction (such as opening a file) to exploit it. The attack surface is limited because it requires both proximity and user action, and the impact is restricted to visual deception rather than data theft or system compromise.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 3.3 LOW · CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
- Weaknesses (CWE)
- CWE-20
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Insufficient validation of untrusted input in CustomTabs in Google Chrome on Android prior to 150.0.7871.47 allowed a local attacker to perform UI spoofing via a malicious file. (Chromium security severity: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13955 is a CWE-20 (Improper Input Validation) flaw in Chrome's CustomTabs component on Android versions before 150.0.7871.47. The vulnerability allows insufficient validation of untrusted input, enabling a local attacker to perform UI spoofing attacks through a specially crafted malicious file. The Chromium security team classified this as Medium severity. The attack vector is local, requires no privileges, and depends on user interaction. The integrity impact is limited (the attacker can manipulate UI elements but cannot leak confidential data or cause availability issues). The CVSS 3.1 score of 3.3 reflects the low overall risk due to the local attack vector and UI-only impact.
Business impact
This vulnerability poses a containment risk in environments where users may be socially engineered via manipulated Chrome UI elements. An attacker could spoof trust indicators, fake security warnings, or disguise phishing prompts as legitimate Chrome dialogs, potentially increasing successful credential harvesting or malware distribution campaigns targeting Android users. For most organizations, the business risk is low because exploitation requires device access and user interaction, and the impact is limited to deception rather than direct data exfiltration or system takeover. However, organizations with high-risk mobile user bases or stringent UI integrity requirements should prioritize patching to eliminate social engineering vectors.
Affected systems
Google Chrome on Android versions prior to 150.0.7871.47 are affected. CustomTabs, a Chrome feature that allows apps to open web content within an app's context, is the specific component vulnerable. Any Android device running an affected Chrome version is potentially vulnerable if a user interacts with a malicious file that triggers the vulnerability. Desktop and iOS versions of Chrome are not affected by this specific flaw.
Exploitability
Exploitability is limited by multiple factors: (1) the attack requires local access to the device, (2) the attacker must convince a user to interact with a malicious file, and (3) the impact is confined to UI manipulation rather than code execution or data access. Real-world exploitation would likely target users already at physical or logical proximity, making mass exploitation infeasible. The vulnerability is not on the CISA Known Exploited Vulnerabilities (KEV) list, indicating no evidence of active exploitation in the wild at this time. The combination of local-only attack vector and user interaction requirement substantially reduces practical risk.
Remediation
Update Google Chrome on Android to version 150.0.7871.47 or later. For enterprise environments managing Android devices, deploy Chrome updates through mobile device management (MDM) solutions to ensure consistent patching. Users should enable automatic Chrome updates in the Google Play Store settings to receive patches promptly. No workarounds or mitigations short of patching are effective; the vulnerability can only be resolved by updating the affected component.
Patch guidance
Google has released Chrome version 150.0.7871.47 or later containing the fix. Patch deployment priority should be moderate for general user populations but elevated for organizations where Chrome CustomTabs are used in security-sensitive workflows. On Android, patches are typically delivered through the Google Play Store; enable automatic updates or manually check Settings > Apps > Chrome > Update to ensure you are running the latest version. Organizations using managed Android deployments should verify that their MDM solution has pushed the patched version to all affected devices. No interim patches or beta releases are needed; the stable release addresses the vulnerability.
Detection guidance
Monitor for user reports of unusual or unexpected Chrome UI behavior, especially anomalous trust indicators or unexpected security prompts. On a technical level, detection is challenging because the vulnerability manifests as benign-looking UI rendering; endpoint detection and response (EDR) tools may flag suspicious file interactions if the malicious file is known to security vendors. Organizations should focus on user awareness training to help staff recognize spoofed Chrome dialogs. Network monitoring cannot easily detect this vulnerability's exploitation because the attack is entirely local to the device.
Why prioritize this
Despite low CVSS (3.3) and no KEV listing, this vulnerability warrants priority in routine patching cycles because: (1) it affects a ubiquitous application (Chrome) on a widespread platform (Android), (2) UI spoofing can amplify social engineering effectiveness, and (3) the fix is straightforward and carries minimal deployment risk. However, this is not a critical emergency requiring out-of-cycle patching. Organizations should include it in their next planned Chrome update cycle, treating it with the same urgency as other low-severity browser patches. High-risk user populations (executives, customer-facing roles) may benefit from priority patching to reduce targeted social engineering risk.
Risk score, explained
The CVSS 3.1 score of 3.3 (LOW severity) reflects: (1) Local attack vector—reduces risk by excluding remote exploitation, (2) No privilege requirement—increases risk slightly, (3) User interaction required—further reduces risk, (4) Limited integrity impact—the attacker can only manipulate UI, not access data or crash the system, and (5) No confidentiality or availability impact. The score appropriately downweights the threat because exploitation requires physical or logical proximity and deliberate user action, and the impact cannot cascade to other systems or leak sensitive information. Chromium's Medium severity designation aligns with the CVSS Low rating and reflects the Android ecosystem's focus on local-attack-vector risks.
Frequently asked questions
Can this vulnerability be exploited remotely?
No. CVE-2026-13955 requires local access to the device. A remote attacker cannot exploit this vulnerability without first gaining local access or convincing a user to open a malicious file they've transmitted. The local attack vector significantly limits exploitation scope.
What is UI spoofing and why does it matter?
UI spoofing manipulates the visual appearance of an application to deceive users—for example, displaying a fake Chrome security warning that appears legitimate. This can amplify phishing and social engineering attacks. However, technical data theft or system compromise cannot occur through UI spoofing alone; the attacker must trick the user into taking harmful actions.
Is this vulnerability actively being exploited?
No. This vulnerability is not on CISA's Known Exploited Vulnerabilities list, meaning there is no reported evidence of active, real-world exploitation. This does not guarantee future safety, but it indicates low current threat activity.
Do I need to update immediately, or can I wait for the next regular update cycle?
You should update as part of your next routine patching cycle. This is not a critical emergency requiring emergency out-of-cycle patches, but it should not be deferred indefinitely. Most organizations should prioritize it similarly to other low-severity browser vulnerabilities.
This analysis is provided for informational purposes and does not constitute security advice. Organizations should verify all patch versions and affected product ranges against official vendor advisories before deploying updates. SEC.co makes no warranty regarding the completeness or accuracy of remediation steps; consult your internal security team and vendor documentation for your specific environment. No exploit code or detailed attack methodology is provided. Use of this information to conduct unauthorized security testing is prohibited. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0142LOWAndroid AVB RSA Key Parsing Out-of-Bounds Read Information Disclosure
- CVE-2026-11240LOWChrome Site Isolation Bypass – Low-Severity Input Validation Flaw
- CVE-2026-11244LOWChrome WebAuthentication Input Validation Bypass
- CVE-2026-11251LOWChrome Password Manager Policy Enforcement Flaw
- CVE-2026-11675LOWChrome Skia Out-of-Bounds Read Leading to Cross-Origin Data Leak
- CVE-2026-11686LOWChrome on macOS Cross-Origin Data Leak via Renderer Compromise
- CVE-2026-11691LOWChrome New Tab Page Cross-Origin Data Leak – Patch Now
- CVE-2026-12017LOWChrome Site Isolation Bypass via Extension Flaw (149.0.7827.115)