CVE-2026-87484 in Chromeinfo

Summary

by MITRE • 09/09/2026

UI misrepresentation in Geometry in Google Chrome prior to 153.0.8010.36 allowed a remote attacker leveraging social engineering to spoof UI elements via a crafted HTML page. (Chromium security severity: Medium)

Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

Analysis

by VulDB Data Team • 09/09/2026

The vulnerability identified as a user interface misrepresentation within the Geometry module of Google Chrome prior to version 153.0.8010.36 represents a significant class of social engineering risks known as UI redressing or clickjacking variants. This flaw allows an attacker, through the delivery of a specially crafted HTML page, to manipulate how visual elements are rendered on the user's screen relative to interactive controls. By exploiting inconsistencies in geometric calculations during layout rendering, the malicious content can position deceptive overlays precisely over legitimate interface components such as buttons, input fields, or navigation links. This technique relies heavily on social engineering tactics where the victim is tricked into interacting with a hidden or disguised element while believing they are clicking on what appears to be a benign and trusted part of the browser's user interface. The severity is classified as medium because it does not directly compromise the underlying system kernel or execute arbitrary code, but rather exploits human trust in visual cues provided by the browser environment.

From a technical perspective, this issue stems from how the rendering engine calculates bounding boxes and z-index stacking contexts for elements within an iframe or complex DOM structures. When these geometric calculations are flawed, it becomes possible to create invisible layers that sit atop visible content without triggering standard security warnings about mixed content or cross-origin restrictions in certain legacy configurations. The attacker crafts a page where malicious scripts adjust the position of transparent divs so they align perfectly with critical UI actions like login submissions or password entry fields. When the user clicks what they perceive as a safe button, their input is actually captured by the hidden overlay controlled by the attacker's script. This mechanism bypasses traditional security boundaries because the interaction occurs within the same origin context from the browser’s perspective, even though the visual presentation has been artificially altered to deceive the end-user.

The operational impact of this vulnerability centers on credential theft and unauthorized actions performed under false pretenses. An adversary leveraging this flaw can phish sensitive information such as usernames, passwords, or two-factor authentication codes by making a malicious login form appear identical to that of a legitimate service like Google Drive or Gmail. Additionally, it enables session hijacking scenarios where users might inadvertently authorize financial transactions, change account settings, or grant permissions they did not intend to provide. The effectiveness of this attack is amplified when delivered via email attachments, compromised websites, or drive-by downloads that prompt the user to interact with a seemingly normal interface element. Because modern browsers rely heavily on visual confirmation for security decisions, any discrepancy between what is shown and what is executed undermines the fundamental trust model of web browsing.

Mitigation strategies primarily involve updating to version 153.0.8010.36 or later where these geometric calculation errors have been corrected by the Chromium development team. Users should ensure automatic updates are enabled for their browsers to receive patches promptly as they become available. From a defensive posture perspective, organizations can implement Content Security Policy headers that restrict framing of sensitive pages and prevent clickjacking attempts through X-Frame-Options directives. Furthermore, deploying browser extensions or security tools that detect anomalous UI layering behaviors can provide an additional line of defense against such social engineering attacks. Awareness training for employees regarding the importance of verifying URL bars and certificate details before entering credentials remains critical since technical controls alone cannot fully eliminate human-centric attack vectors like this one.

This vulnerability aligns with Common Weakness Enumeration category CWE-1021 Improper Restriction of Rendered UI Layers or Frames, which covers issues where visual presentation is manipulated to deceive users about the true nature of interactive elements. In terms of adversary tactics, it maps directly to MITRE ATT&CK technique T1653 Session Cookie Manipulation when used for credential harvesting and potentially T1078 Valid Accounts if leveraged to gain initial access through phishing. The medium severity rating reflects that while exploitation requires user interaction and specific social engineering context, the potential for data exfiltration makes it a high-priority fix within enterprise environments relying on Chrome as their primary web client. Continuous monitoring of browser update cycles and strict enforcement of security policies regarding third-party content embedding are essential to mitigate risks associated with UI spoofing vulnerabilities in modern web applications.

Responsible

Chrome

Reservation

09/09/2026

Disclosure

09/09/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Want to know what is going to be exploited?

We predict KEV entries!