CVE-2026-14014: Google Chrome Paint UI Spoofing Vulnerability (Medium)
Google Chrome versions before 150.0.7871.47 contain a flaw in the Paint component that allows attackers to trick users into seeing a fake or misleading interface. An attacker would host a malicious webpage; when a user visits it, the page can manipulate what appears on screen to mimic legitimate UI elements (buttons, dialogs, login prompts) or hide the true nature of the content. This is a user-interaction vulnerability—the attack requires a victim to visit the crafted page, but no special browser settings or authentication bypass is needed.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
- Weaknesses (CWE)
- CWE-451
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in Paint in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to perform UI spoofing via a crafted HTML page. (Chromium security severity: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability resides in Chrome's Paint rendering implementation and stems from improper handling of visual layer composition or overlay mechanisms. Specifically, it allows manipulation of UI presentation through crafted HTML, classified under CWE-451 (User Interface Inconsistency). The attack vector is network-based with low attack complexity; it requires user interaction (the user must visit or interact with the malicious page). There is no confidentiality impact, the integrity impact is high (the attacker can alter what the user perceives), and availability is not affected. The CVSS 3.1 score of 6.5 reflects this profile: a moderately severe integrity-focused threat.
Business impact
UI spoofing attacks erode user trust and can facilitate downstream fraud. In a business context, this vulnerability could be exploited to conduct phishing campaigns—an attacker might trick employees into believing they are interacting with a legitimate internal tool or cloud service login. Users may inadvertently provide credentials, approve sensitive actions, or download malware believing it is from a trusted source. The reputational and financial cost depends on the target's user base and how convincingly the UI can be spoofed; organizations with high-value transactions or sensitive data should treat this as a meaningful integrity risk.
Affected systems
All installations of Google Chrome prior to version 150.0.7871.47 are vulnerable. This includes Chrome on Windows, macOS, Linux, and ChromeOS. Users running Chrome 150.0.7871.47 or later are not affected. Organizations should audit the deployed Chrome versions in their environment, particularly for machines where users browse untrusted or semi-trusted websites.
Exploitability
The vulnerability requires network access and user interaction—specifically, a user must visit a malicious webpage or follow a link to it. The attack does not require authentication, special privileges, or any browser misconfiguration. Once a user lands on the crafted page, the Paint flaw can be triggered to spoof UI elements. The barrier to exploitation is relatively low from a technical standpoint, though social engineering (convincing the user to visit) remains necessary. This vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, suggesting active exploitation in the wild has not been documented at the time of publication.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. This update patches the Paint component flaw. For managed environments, deploy the update via Chrome's auto-update mechanism or through your organization's endpoint management system. Test the update on a representative system before organization-wide rollout to ensure compatibility with internal applications.
Patch guidance
Google Chrome automatically checks for and installs updates on most systems. Users can manually trigger an update check by clicking the menu (⋮) > Help > About Google Chrome; the browser will check for updates and prompt to relaunch if one is available. Version 150.0.7871.47 or later contains the fix. Enterprise administrators should verify the minimum version requirement in their patch management tools and confirm deployment completion across their fleet. No additional configuration is required after patching—the fix is transparent to end users.
Detection guidance
Detection of exploitation is difficult because the attack occurs at the rendering layer and does not necessarily generate network signatures or crash dumps. Monitor for user complaints about unusual UI behavior in Chrome, unexpected prompts, or visual inconsistencies on known-legitimate sites. Consider deploying a browser security extension that validates UI consistency or flags potential spoofing. Network-level detection could focus on identifying campaigns delivering links to known-malicious domains hosting the crafted HTML payloads, but this requires threat intelligence feeds. Most importantly, ensure Chrome is kept current, as this eliminates the attack surface.
Why prioritize this
Although the CVSS score is moderate (6.5), this vulnerability merits prompt patching due to its integrity focus and the prevalence of Chrome in the workforce. UI spoofing is a direct enabler of social engineering and credential theft—attacks that often lead to lateral movement, data exfiltration, or ransomware deployment. The lack of a KEV listing suggests active exploitation has not yet reached mass scale, which is a window of opportunity for proactive patching before adversaries weaponize the flaw at scale. Organizations should prioritize this update alongside other medium-severity patches but ahead of lower-impact vulnerabilities.
Risk score, explained
The CVSS 3.1 score of 6.5 (Medium) reflects a network-accessible vulnerability with low complexity that requires user interaction and delivers a high integrity impact. The score appropriately weights the integrity risk (an attacker can alter the user's perception of the interface) against the absence of confidentiality or availability damage. In context, a medium severity UI spoofing flaw is more dangerous than raw numbers suggest because it is often chained with social engineering or phishing tactics; organizations should view this as a business-logic threat rather than a pure technical metric.
Frequently asked questions
Can this vulnerability be exploited without user interaction?
No. The attack requires a user to visit or interact with the malicious webpage. There is no way to trigger the Paint flaw remotely without user action, such as automatically via drive-by download or network broadcast.
Will updating Chrome break any of my applications or extensions?
Chrome updates are designed to be backward-compatible. The Paint rendering fix should not impact standard web applications or most extensions. If you rely on a custom or legacy web application, test the update in a non-production environment first, but widespread breakage is unlikely.
What should employees do if they suspect they've visited a spoofed Chrome UI?
Advise employees to report the incident immediately to your security team, avoid entering credentials on the suspicious page, and run a malware scan. Close the browser tab and update Chrome to the latest version. If credentials were entered, change passwords on the affected accounts from a clean device.
Is this vulnerability part of a larger campaign or zero-day?
As of the publication date, this vulnerability is not listed on the CISA KEV catalog, meaning active mass exploitation has not been publicly documented. However, organizations should not interpret this as low risk—threat actors often discover and weaponize flaws before public disclosure.
This analysis is provided for informational purposes and reflects publicly available information as of the publication date. CVSS scores, severity ratings, and affected versions are sourced from official vendor advisories and the National Vulnerability Database. Exploitation techniques and proof-of-concept details are not provided in this document. Organizations should conduct their own risk assessment based on their specific environment, user behavior, and threat landscape. Always verify patch availability and compatibility with your vendor before deploying updates to production systems. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10984MEDIUMGoogle Chrome Android UI Spoofing Vulnerability – Medium Severity
- CVE-2026-11001MEDIUMGoogle Chrome UI Spoofing in Payments – Patch Now
- CVE-2026-11019MEDIUMChrome Android Payments Domain Spoofing Vulnerability
- CVE-2026-11107MEDIUMGoogle Chrome UI Spoofing Vulnerability – Patch Guide
- CVE-2026-11215MEDIUMChrome Android Domain Spoofing Vulnerability
- 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