Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-14014

CVE-2026-14014: Google Chrome UI Spoofing Vulnerability

CVE-2026-14014 is a UI spoofing vulnerability in Google Chrome's Paint implementation that allows attackers to deceive users through crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Published:

CVE-2026-14014 Overview

CVE-2026-14014 is a user interface (UI) spoofing vulnerability in the Paint component of Google Chrome. The flaw affects Chrome versions prior to 150.0.7871.47 and stems from an inappropriate implementation that a remote attacker can trigger through a crafted HTML page. Exploitation requires user interaction, such as visiting a malicious website. Successful abuse allows an attacker to spoof legitimate browser UI elements, enabling phishing scenarios and integrity attacks against the user. Google classifies the Chromium security severity as Medium. The weakness maps to [CWE-451: User Interface (UI) Misrepresentation of Critical Information].

Critical Impact

A remote attacker can render deceptive UI content in Chrome to trick users into trusting attacker-controlled interfaces, facilitating phishing and credential theft.

Affected Products

  • Google Chrome versions prior to 150.0.7871.47
  • Chromium-based browsers inheriting the vulnerable Paint implementation
  • Desktop stable channel builds across Windows, macOS, and Linux

Discovery Timeline

  • 2026-06-30 - CVE-2026-14014 published to the National Vulnerability Database (NVD)
  • 2026-07-01 - Last updated in NVD database

Technical Details for CVE-2026-14014

Vulnerability Analysis

The vulnerability resides in Chrome's Paint component, which is responsible for rendering visual content to the browser viewport. An inappropriate implementation in how Paint handles specific rendering conditions allows a remote attacker to manipulate what the user sees on screen. By constructing a crafted HTML page, the attacker can influence how graphical elements are drawn, producing misleading UI that appears to originate from trusted browser chrome or the current origin. This category of flaw falls under UI spoofing rather than memory corruption, so it does not directly grant code execution. Instead, it undermines the integrity of visual trust indicators the user relies on. The Common Weakness Enumeration mapping is [CWE-451].

Root Cause

The root cause is an inappropriate implementation within the Paint subsystem of Blink, Chrome's rendering engine. The component fails to properly constrain or validate rendering operations initiated by attacker-controlled HTML. As a result, drawn content can misrepresent security-relevant UI elements to the user. Google Chrome resolved the issue in 150.0.7871.47 by correcting the Paint behavior.

Attack Vector

Exploitation is network-based and requires user interaction. The attacker hosts a malicious HTML page and lures the victim into visiting it through a phishing link, malvertising, or a compromised site. Once loaded, the crafted page triggers the flawed Paint logic to render spoofed UI. No authentication or elevated privileges are needed. The attacker cannot read data or execute arbitrary code directly, but the spoofed interface can be used to solicit credentials, prompt unsafe downloads, or misrepresent site identity. Verified proof-of-concept code is not publicly available. Refer to the Chromium Issue Tracker Entry for technical details on the fix.

Detection Methods for CVE-2026-14014

Indicators of Compromise

  • Browser telemetry showing users accessing untrusted domains that serve HTML pages designed to invoke unusual Paint rendering patterns
  • User reports of misleading browser UI, such as address bar overlays, spoofed dialogs, or inconsistent origin indicators
  • Proxy or DNS logs correlating visits to newly registered or low-reputation domains with subsequent credential submissions

Detection Strategies

  • Inventory Chrome installations across the fleet and flag any build older than 150.0.7871.47 as vulnerable
  • Correlate web proxy logs with threat intelligence feeds to identify traffic to phishing infrastructure that may host crafted HTML
  • Monitor endpoint EDR telemetry for browser child processes interacting with credential managers immediately after visiting untrusted domains

Monitoring Recommendations

  • Track Chrome version distribution using existing endpoint management tooling and generate alerts on outdated instances
  • Enable enterprise reporting through the Chrome Browser Cloud Management console to receive extension, version, and security event data
  • Increase user-reported phishing triage sensitivity, since UI spoofing bugs typically appear alongside phishing campaigns

How to Mitigate CVE-2026-14014

Immediate Actions Required

  • Update Google Chrome to version 150.0.7871.47 or later on all managed endpoints across Windows, macOS, and Linux
  • Restart Chrome after updating to ensure the patched Paint component is loaded into all running renderer processes
  • Verify update compliance through enterprise browser management and remediate hosts that report older builds

Patch Information

Google released the fix in the Chrome stable channel build 150.0.7871.47. Details are available in the Google Blog Chrome Update and the Chromium Issue Tracker Entry. Chromium-based browsers should apply the equivalent upstream patch as their vendors publish updated builds.

Workarounds

  • No vendor-supplied workaround exists; patching is the only supported remediation
  • Reinforce user awareness training on verifying URLs and browser security indicators before entering credentials
  • Restrict access to untrusted sites through enterprise web filtering until all endpoints are confirmed patched
bash
# Configuration example: enforce minimum Chrome version via Chrome Enterprise policy (Windows registry)
reg add "HKLM\Software\Policies\Google\Chrome" /v "MinimumBrowserVersion" /t REG_SZ /d "150.0.7871.47" /f

# Verify installed Chrome version on Linux
google-chrome --version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.