MEDIUM 4.3

CVE-2026-14077: Chrome macOS Omnibox Spoofing Vulnerability – Patch Guide

Google Chrome on macOS contains a flaw in how it handles the Select element that allows attackers to trick users by making the browser's address bar (Omnibox) display fake URLs. An attacker would craft a malicious webpage that, when visited, could make it appear that the user is on a legitimate site when they're actually somewhere else. This is a spoofing vulnerability that relies on user interaction—the victim must visit the malicious page—but requires no special privileges to exploit.

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 Select in Google Chrome on Mac 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-14077 is an implementation flaw in Chromium's Select element handling on macOS. The vulnerability permits Omnibox spoofing through crafted HTML, allowing remote attackers to display arbitrary content in the URL bar without proper user consent or warning. The issue is classified as CWE-451 (User Interface Inconsistency) and affects Chrome versions prior to 150.0.7871.47 on macOS. The Chromium project assigned this a Low severity rating internally, though the CVSS 3.1 score of 4.3 reflects the integrity impact when users cannot reliably trust the address bar to confirm site identity.

Business impact

The primary risk is phishing and social engineering at scale. If attackers can reliably spoof the Omnibox, users lose a critical visual cue for validating site legitimacy before entering credentials or sensitive data. Organizations with users on affected macOS systems face increased exposure to credential harvesting, especially if staff rely on the address bar as a phishing defense. The impact is amplified in sectors where URL verification is part of security awareness training (finance, healthcare, government). Attackers do not gain system access or data exfiltration directly; the vulnerability is a vector for downstream attacks.

Affected systems

Google Chrome on macOS versions prior to 150.0.7871.47 are affected. Both the Chrome browser and the underlying macOS platform are listed as vendors, reflecting that the issue manifests in Chrome's macOS implementation. Users on current versions of macOS running older Chrome builds are at risk. Windows and Linux Chrome users are not affected by this specific flaw.

Exploitability

Exploitation requires user interaction—the victim must visit an attacker-controlled webpage. No authentication, elevated privileges, or local access is needed; the attack occurs over the network from an unauthenticated, remote position. The low complexity means standard HTML and JavaScript suffice to trigger the issue. However, the attack's success depends on convincing users to click a link and trust the spoofed Omnibox, making it practical but not autonomously triggerable. The vulnerability is not listed in the Known Exploited Vulnerabilities (KEV) catalog, suggesting no active in-the-wild exploitation has been formally documented at this time.

Remediation

Update Chrome to version 150.0.7871.47 or later. Google has patched the Select element implementation to prevent Omnibox spoofing. Users should enable automatic Chrome updates to receive the fix without manual intervention. Organizations managing Chrome deployments should prioritize this update for macOS systems, especially those in user-facing or high-phishing-risk roles.

Patch guidance

Google Chrome on macOS should be updated to version 150.0.7871.47 or later. Verify the installed Chrome version by navigating to Chrome menu > About Google Chrome, which will automatically check for and install available updates. For managed deployments, confirm that your Chrome update policy (via enterprise policy, Mobile Device Management, or similar) is configured to push this version or later to all macOS endpoints. Test the update in a limited environment before broad rollout if your organization has compatibility validation requirements.

Detection guidance

Monitor Chrome version reporting across macOS systems to identify instances below 150.0.7871.47. Endpoint management tools, mobile device management platforms, and browser inventory solutions can flag outdated Chrome builds. Web filters may detect attempts to host or distribute exploits targeting this vulnerability, though the attack surface is inherently user-centric (a malicious webpage). User reports of address bar inconsistencies or inability to verify site URLs during browsing could signal exploitation attempts in the wild. No server-side or network-layer detection signature is applicable; focus should be on patching and user education.

Why prioritize this

While Chromium's internal severity is Low, the CVSS 4.3 (Medium) score reflects real user-facing integrity risk. Omnibox spoofing directly undermines a core defense against phishing—visual URL verification. For organizations with strict phishing prevention policies or user populations in high-risk roles, this is a higher-priority patch than the numeric score alone suggests. Absence from the KEV catalog means urgency is moderate, not critical, but the attack vector (remote, network-accessible) and reliance on visual trust make it a vulnerability security leaders should address within standard patch cycles.

Risk score, explained

The CVSS 3.1 score of 4.3 is derived from: network-accessible attack vector (AV:N), low complexity (AC:L), no privilege requirement (PR:N), and required user interaction (UI:R). The impact is limited to integrity (I:L)—the user sees false information in the Omnibox—with no confidentiality or availability impact. The score reflects that while the attack is easy to execute remotely, the actual harm depends on downstream user decisions and is not catastrophic at the OS or browser level. The Medium severity rating acknowledges the phishing risk without overstating system compromise potential.

Frequently asked questions

Can this vulnerability steal my passwords or data directly?

No. CVE-2026-14077 only spoofs the address bar display. It does not decrypt traffic, steal cookies, or exfiltrate data. The vulnerability is a deception vector—it tricks users into trusting a fake URL. Attackers would need to combine this with a separate phishing or credential-theft page to harvest information. The real danger is that users might not realize they're on a malicious site and voluntarily enter credentials or data.

If I'm on Windows or Linux, am I affected?

No. This flaw is specific to Chrome on macOS due to how the Select element is implemented on that platform. Windows and Linux users running affected or older Chrome versions do not face this particular spoofing risk. However, you should still keep Chrome updated for other security reasons.

How can I tell if I'm on a spoofed site if the address bar lies?

Look for HTTPS lock icons, inspect the certificate details (click the lock icon), and be cautious of any unexpected page behavior or prompts for credentials. Enable security extensions or password managers that validate site URLs independently of the visual address bar. Most importantly, update to Chrome 150.0.7871.47 or later so the Omnibox cannot be spoofed. If you're unsure about a site's legitimacy, navigate directly by typing the URL yourself rather than clicking links in emails or messages.

Will this update break any of my extensions or websites I use?

Google's security patches, especially for UI-level flaws, are designed to be backward compatible. Updating to 150.0.7871.47 or later should not disable extensions or break legitimate websites. If you experience issues after updating, check the Chrome Web Store for extension updates and clear your browser cache. Report any persistent problems to Google or your organization's IT support.

This analysis is based on official CVE-2026-14077 data published by Google and the Chromium project as of July 1, 2026. SEC.co makes no warranty regarding exploit availability, real-world attack prevalence, or the completeness of patch information. Verify patch version numbers and compatibility against Google's official Chrome release notes and your organization's software management systems before deployment. This vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog as of the publication date; however, absence from KEV does not guarantee no exploitation in the wild. Organizations should apply patches according to their risk tolerance and asset inventory, not solely on CVE metrics. For the latest updates, consult Google Chrome security advisories and your vendor's official channels. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).