CVE-2026-14126 Overview
CVE-2026-14126 is an incorrect security user interface (UI) vulnerability in Google Chrome on Android versions prior to 150.0.7871.47. The flaw resides in Chrome's UI component and allows a remote attacker to perform domain spoofing through a crafted HTML page. Google classifies the Chromium security severity as Low, while the National Vulnerability Database (NVD) assigns a medium severity rating. The weakness maps to CWE-451: User Interface Misrepresentation of Critical Information, a category commonly leveraged for phishing and credential harvesting attacks against mobile browser users.
Critical Impact
Attackers can craft HTML pages that misrepresent the displayed domain in Chrome for Android, enabling convincing phishing pages that appear to originate from trusted origins.
Affected Products
- Google Chrome for Android prior to version 150.0.7871.47
- Chromium-based mobile browsers inheriting the affected UI component
- Android devices running vulnerable Chrome builds
Discovery Timeline
- 2026-06-30 - CVE-2026-14126 published to NVD
- 2026-07-01 - Last updated in NVD database
Technical Details for CVE-2026-14126
Vulnerability Analysis
The vulnerability resides in Chrome for Android's security UI, which is responsible for conveying trust indicators such as the origin string in the address bar. A crafted HTML page can manipulate rendering behavior so that the displayed domain does not match the actual origin serving the content. The attacker relies on user interaction, typically clicking a link or loading a prepared page, to trigger the spoofing condition. Because the confidentiality and availability of the browser process remain intact, exploitation focuses on deceiving the user rather than compromising the device. The Exploit Prediction Scoring System (EPSS) probability is low, and no public exploit code or in-the-wild activity has been reported.
Root Cause
The root cause is improper rendering of security-critical UI elements in Chrome's Android address bar and related trust indicators. Under specific HTML constructs, Chrome fails to normalize or accurately display the effective top-level origin. This mismatch between the loaded document's true origin and the visible URL is characteristic of [CWE-451] user interface misrepresentation issues.
Attack Vector
Exploitation requires the victim to load a crafted HTML page in a vulnerable Chrome for Android build. Delivery vectors include phishing emails, malicious advertisements, compromised websites, and messaging application links. Once loaded, the page renders content that visually claims to belong to a trusted domain such as a bank or enterprise login portal. The user, trusting the address bar, is more likely to submit credentials or approve authentication prompts. No elevated privileges are required, and the attack works entirely over the network.
No verified proof-of-concept code is publicly available. See the Chromium Issue Tracker Entry and the Google Chrome Stable Update for vendor details.
Detection Methods for CVE-2026-14126
Indicators of Compromise
- Chrome for Android clients reporting User-Agent strings for versions earlier than 150.0.7871.47
- Outbound connections from mobile endpoints to newly registered or low-reputation domains hosting login-style HTML content
- Credential submission events to domains that do not match the legitimate corporate identity provider
- Unusual referrer chains where users arrive at authentication pages through short links or ad networks
Detection Strategies
- Inventory Chrome for Android versions across managed mobile devices and flag builds below 150.0.7871.47
- Correlate mobile web proxy logs with phishing intelligence feeds to identify visits to spoofing infrastructure
- Monitor identity provider logs for authentication attempts originating from mobile user agents to domains outside sanctioned single sign-on flows
- Inspect enterprise mobility management (EMM) telemetry for Chrome update compliance status
Monitoring Recommendations
- Ingest mobile browser telemetry and proxy logs into a centralized analytics platform for correlation with phishing indicators
- Alert on repeated user visits to domains flagged by URL reputation services following email or SMS delivery
- Track failed and anomalous authentication events tied to Chrome Android sessions to surface possible credential theft from spoofed pages
How to Mitigate CVE-2026-14126
Immediate Actions Required
- Update Google Chrome for Android to version 150.0.7871.47 or later through the Google Play Store
- Enforce a minimum Chrome version policy through mobile device management for all managed Android devices
- Deliver targeted phishing awareness reminders that highlight domain spoofing risks on mobile browsers
- Enable phishing-resistant multi-factor authentication such as FIDO2 or passkeys to reduce the impact of credential theft
Patch Information
Google addressed the issue in Chrome for Android 150.0.7871.47, released through the stable channel. Deployment details are available in the Google Chrome Stable Update announcement, and the underlying defect is tracked in the Chromium Issue Tracker Entry.
Workarounds
- Restrict mobile access to sensitive web applications until Chrome is updated on all managed Android endpoints
- Route mobile browser traffic through a secure web gateway that blocks known phishing and typosquatting domains
- Instruct users to verify certificates and bookmark canonical URLs rather than following links from untrusted sources
# Example: query Chrome version compliance via Android Debug Bridge on managed devices
adb shell dumpsys package com.android.chrome | grep versionName
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

