CVE-2026-14128: Chrome iOS Omnibox Spoofing Vulnerability – Patch v150.0.7871.47
A flaw in Google Chrome for iOS allows attackers to trick users by making the browser's address bar (Omnibox) display a fake URL. An attacker would craft a malicious web page and trick a user into visiting it; when the user views the address bar, they see a spoofed URL instead of the actual malicious site they're on. This leverages a user interaction requirement—the victim must actively look at the URL bar—which limits the immediate risk, but the deception could enable phishing or social engineering attacks.
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
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in Chrome for iOS in Google Chrome on iOS prior to 150.0.7871.47 allowed a remote attacker to spoof the contents of the Omnibox (URL bar) 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
CVE-2026-14128 stems from an inappropriate implementation in Chrome's iOS Omnibox rendering logic. The vulnerability allows a remote attacker to craft HTML content that causes the URL bar to display arbitrary text, misrepresenting the page's origin. The attack vector is network-based with low complexity; it requires user interaction (viewing the address bar) to be effective. The flaw is classified under CWE-451 (User Interface Inconsistency), reflecting the mismatch between the displayed URL and the actual page context. Google assigned this a Low severity rating within Chromium's security framework, though the CVSS 3.1 score of 4.3 reflects moderate impact due to the integrity violation (information disclosure through UI spoofing).
Business impact
The primary business risk is phishing and credential harvesting. Users relying on the address bar as a trust indicator could be deceived into entering passwords or sensitive data on attacker-controlled pages they believe are legitimate. For organizations whose employees rely on iOS devices for access to corporate resources, this creates a social engineering surface. The requirement for user interaction and the low severity rating limit the threat scope compared to remote code execution vulnerabilities, but the reputational and compliance implications of browser UI spoofing warrant attention. Financial institutions, government agencies, and high-value targets are most at risk from targeted attacks.
Affected systems
Google Chrome on iOS versions prior to 150.0.7871.47 are affected. The vulnerability is specific to the iOS implementation; desktop Chrome browsers are not impacted by this particular flaw. Since Chrome on iOS relies on WebKit per Apple's App Store policies, the underlying rendering engine is shared, but the Omnibox spoofing appears unique to the iOS UI implementation. All users of Chrome on iPhone or iPad running version 150.0.7871.46 or earlier are vulnerable.
Exploitability
Exploitability is moderate. An attacker must host a crafted HTML page and convince a user to visit it—a standard phishing precondition. The attack does not require the victim to click anything beyond normal browsing; simply loading the malicious page and viewing the address bar triggers the spoofing. No authentication, special privileges, or complex setup are needed from the attacker's side. However, the user must actively look at the Omnibox for the deception to be effective, which is not guaranteed. No public exploits or active exploitation in the wild have been reported as of the publication date.
Remediation
Update Chrome for iOS to version 150.0.7871.47 or later. The fix addresses the Omnibox rendering logic to prevent URL spoofing. Users should enable automatic app updates in the iOS App Store settings to receive patches without manual intervention. Organizations should communicate the availability of this patch to their workforce, particularly those handling sensitive communications or credentials via mobile devices.
Patch guidance
Verify that your iOS devices are running Chrome version 150.0.7871.47 or newer. Navigate to Settings > Apps > Chrome > App Info to check the current version. If running an earlier version, visit the App Store and update Chrome. For managed devices in an MDM environment, deploy the update through your mobile device management platform to ensure prompt rollout. Testing is low-risk since this is a security patch addressing UI rendering; standard regression testing for Omnibox behavior (URL display, navigation) is sufficient before enterprise deployment.
Detection guidance
Detection on the endpoint is limited; the vulnerability is a UI-layer issue rather than a system-level compromise. Monitor for unusual phishing attempts targeting your organization that specifically reference Chrome or iOS users, as attackers may craft campaigns exploiting this spoofing capability. User reports of mismatched URLs in the address bar should be escalated. Network-level detection is not applicable since this is a local rendering flaw. Security awareness training should emphasize verifying full URLs and using organization-approved authentication methods (e.g., SAML, SSO) rather than trusting the address bar alone.
Why prioritize this
While assigned Low severity by Chromium, this vulnerability merits prompt patching due to its phishing vector and the prevalence of iOS Chrome use in mobile-first environments. The CVSS 4.3 MEDIUM score reflects integrity impact. It should not be prioritized above critical remote code execution flaws, but it should not be deferred indefinitely. Organizations with significant iOS deployments or high-value targets should prioritize this; smaller organizations can include it in regular patch cycles. The absence of active exploitation reduces urgency, but early patching is still recommended.
Risk score, explained
The CVSS 3.1 score of 4.3 reflects a network attack vector with low complexity and no special privileges required, but the need for user interaction limits the base score. The integrity impact (Spoofing) outweighs the lack of confidentiality or availability impact. Chromium's Low severity designation aligns with the reality that this is a UI deception rather than a system compromise; however, the deception's use in phishing raises the practical security concern above the raw technical metric. The score appropriately captures a moderate threat with limited but real business consequence.
Frequently asked questions
Will my iPhone Chrome browser automatically update, or do I need to manually patch?
By default, iOS apps update automatically if you have App Store auto-updates enabled. To confirm, go to Settings > [Your Name] > Media & Purchases > Automatic Downloads and ensure 'Apps' is toggled on. Alternatively, open the App Store, tap your profile icon, and manually update Chrome under 'Available Updates.'
Does this vulnerability affect Chrome on Android or desktop?
No. This flaw is specific to Chrome on iOS due to its unique Omnibox implementation in the iOS UI layer. Chrome on Android and desktop browsers use different rendering pipelines and are not affected by this particular spoofing issue.
What should employees do if they suspect they've been phished via a spoofed URL?
Report the incident immediately to your security team or help desk. Do not reuse the password you may have entered. Change your credentials on a different, known-secure device and monitor your account for unauthorized access. Your organization can then investigate whether the phishing page was part of a broader campaign.
Is there a way to work around this vulnerability before patching?
No practical workaround exists. The vulnerability is in the browser itself, not in website security controls. The best interim practice is user awareness: encourage staff to verify URLs through secondary means (e.g., typing the URL directly, using bookmarks, or checking email for official links) rather than trusting the address bar alone.
This analysis is provided for informational and educational purposes only and does not constitute professional security advice. Organizations should consult their own security teams and verify all patch versions against official Google and Apple advisories before deployment. The vulnerability details and patch information are based on public data as of the publication date; refer to the official CVE, Chromium security advisories, and vendor guidance for the most current information. SEC.co assumes no liability for decisions made based on this analysis. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
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)