CVE-2026-13989: Google Chrome PageInfo UI Spoofing Vulnerability (Medium)
Google Chrome versions before 150.0.7871.47 contain a flaw in how the PageInfo feature displays information to users. An attacker who has already compromised Chrome's rendering engine can craft a malicious webpage that tricks users into believing they are interacting with a legitimate interface element, when in fact they are not. This is a UI spoofing attack—the attacker cannot steal data or crash the browser, but can deceive users about what they're seeing on screen.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:H/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 PageInfo in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process 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
CVE-2026-13989 stems from an inappropriate implementation in Chrome's PageInfo component. The vulnerability requires two conditions: (1) the attacker must first compromise the renderer process, typically through a separate vulnerability or attack vector, and (2) the user must interact with a crafted HTML page served by the attacker. Once those conditions are met, the attacker can manipulate the PageInfo UI to misrepresent the page's origin, certificate status, or other security indicators. The flaw is classified under CWE-451 (User Interface Inconsistency), reflecting the disconnect between what the browser claims about a page and what is actually true. Chromium's security team rated this as Medium severity.
Business impact
The practical risk depends on whether your users face targeted attacks. If an attacker has already compromised a user's renderer process, they likely have higher-value exploitation goals than UI spoofing alone. However, UI spoofing can amplify damage by convincing users to enter credentials, approve sensitive actions, or trust malicious content they otherwise would not. Organizations handling sensitive transactions or serving high-value targets should prioritize this patch to prevent social engineering attacks that build on renderer compromises.
Affected systems
Google Chrome releases prior to version 150.0.7871.47 are affected. This includes all stable, beta, and development versions of Chrome released before the patch date. Chromium-based browsers that incorporate unpatched versions of Chromium may also be vulnerable; verify your specific Chromium-based browser's patching status against the vendor advisory.
Exploitability
Exploitation requires a high-complexity chain: an attacker must first compromise the renderer process (via a separate vulnerability or social engineering) and then serve a crafted HTML page to the victim. The attack is not wormable and does not spread automatically. No public exploit code or active exploitation in the wild has been reported as of the vulnerability's publication. The CVSS vector reflects these constraints (AC:H, PR:N, UI:R), resulting in a moderate score of 5.3.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Chrome's auto-update mechanism will deliver this patch automatically on the next restart cycle; organizations can accelerate deployment by restarting browsers or using device management tools to force immediate updates. No workarounds or configuration changes mitigate this vulnerability—patching is the only remedy.
Patch guidance
Deploy Chrome 150.0.7871.47 or later across your user base. If you manage Chrome via enterprise policy (Chrome Enterprise or similar), use your management console to verify that all managed devices are running the patched version. Monitor your Chrome version compliance for the next 7–14 days to ensure the patch has fully propagated. For organizations on extended release cycles, confirm that your chosen release channel includes this fix before resuming normal operations.
Detection guidance
Monitor for crashes or unexpected behavior in Chrome's PageInfo display following renderer compromise attempts (e.g., suspicious network activity, unusual process injection, or privilege escalation alerts). However, detection of UI spoofing attacks in the wild is difficult without behavioral telemetry or user reporting. Focus instead on ensuring rapid patch deployment as the primary defense. If you operate a security operations center, flag any reports of users encountering misleading browser security indicators as potential UI spoofing attempts and correlate them with other indicators of compromise on those systems.
Why prioritize this
Although the base CVSS score is moderate (5.3), this vulnerability bridges two attack vectors: it assumes a prior renderer compromise and enables subsequent social engineering. Organizations with users at risk of targeted attacks—such as finance, healthcare, government, or high-profile tech employees—should prioritize this patch early in their cycle. The lack of KEV designation and active exploitation suggests this is not an immediate emergency, but the attack complexity is low once prerequisites are met, making timely patching prudent.
Risk score, explained
The CVSS 3.1 score of 5.3 (Medium) reflects: (1) network-accessible attack surface (AV:N), (2) high attack complexity due to the required renderer compromise (AC:H), (3) no special privileges needed (PR:N), (4) user interaction required (UI:R), (5) no impact on confidentiality (C:N), (6) high impact on integrity through UI spoofing (I:H), and (7) no availability impact (A:N). The moderate score appropriately captures the serious nature of the integrity violation without overstating likelihood, given the hard prerequisite of a prior compromise.
Frequently asked questions
Do I need to be directly targeted for this vulnerability to affect me?
Yes, in practice. The attacker must first compromise your renderer process and then serve you a malicious page. This is not a mass-exploitation flaw; it targets specific users or organizations. However, if you are already compromised, the attacker can use this flaw to escalate the attack through UI spoofing, so the vulnerability should not be ignored.
What if I use a Chromium-based browser like Edge or Brave?
If your browser is built on Chromium, verify the underlying Chromium version and the vendor's patch status. Microsoft Edge, Brave, Opera, and other Chromium derivatives typically patch within 1–4 weeks of Chrome's patch. Check your browser's version and update history to confirm you are running a patched release.
Can I disable PageInfo to avoid this vulnerability?
No. PageInfo is a core Chrome security feature that displays certificate and origin information. Disabling it would remove a legitimate security indicator and expose users to other risks. The correct mitigation is to patch Chrome to version 150.0.7871.47 or later.
Will Chrome auto-update protect me automatically?
Chrome's auto-update will eventually deliver this patch, but the timing depends on your browser restart cycle and Google's rollout schedule. For critical environments, do not rely solely on auto-update; use enterprise management tools or manual updates to accelerate deployment and ensure all users are patched within 1–2 weeks.
This analysis is provided for informational purposes and does not constitute legal, regulatory, or professional security advice. Verify all patch versions and affected products against official vendor advisories before deploying updates. The CVSS score and KEV status reflect data accurate as of the vulnerability's publication; check official sources for the latest status. Organizations must perform their own risk assessment based on their specific environment, user base, and threat model. No liability is assumed for inaccuracies or omissions in this analysis. 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