CVE-2026-79283 in Chromeinfo

Summary

by MITRE • 08/26/2026

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

If you want to get the best quality for vulnerability data then you always have to consider VulDB.

Analysis

by VulDB Data Team • 08/26/2026

The vulnerability identified as a user interface misrepresentation within the geometry handling subsystem of Google Chrome, specifically in versions prior to 152.0.7977.65, represents a significant risk related to visual spoofing and trust manipulation. This flaw allows a remote attacker to manipulate how geometric data is rendered on the screen, leading to discrepancies between the actual content being displayed and its perceived location or structure within the browser window. By crafting specific HTML pages that exploit these rendering inconsistencies, an adversary can create deceptive user interfaces that mimic legitimate system elements or trusted web applications. This type of attack falls under the broader category of UI redressing attacks, where the attacker tricks users into interacting with malicious content by making it appear as part of a benign interface.

From a technical perspective, this vulnerability stems from errors in how the browser calculates and applies geometric transformations to DOM elements during rendering. When these calculations are incorrect or inconsistent across different contexts, such as when mixing iframe boundaries with absolute positioning or CSS transforms, the visual output can diverge significantly from the underlying document structure. An attacker leverages this by embedding malicious content within a frame that is visually aligned to overlap critical UI components of the host page, such as login buttons, navigation bars, or security indicators. Although the user may believe they are clicking on a legitimate element due to the visual alignment, their input is actually being captured by the hidden malicious overlay. This mechanism effectively bypasses standard clickjacking protections that rely solely on DOM-level checks without accounting for rendering artifacts caused by geometric miscalculations.

The operational impact of this vulnerability centers on the erosion of user trust and the potential for credential theft or unauthorized actions. Because the attack relies on visual deception rather than direct code execution, it is particularly effective against users who are not technically savvy enough to inspect page sources or verify URL bars visually. An attacker could use this technique to phish sensitive information by overlaying a fake login form over a legitimate banking site interface, ensuring that any credentials entered are sent directly to the attacker's server. Furthermore, since Chromium classified this issue with medium severity, it indicates that while exploitation requires specific conditions and user interaction, the potential for widespread abuse through social engineering is substantial. The ability to spoof UI elements undermines the fundamental security model of the browser, which relies on users correctly identifying safe versus unsafe contexts based on visual cues provided by the address bar and page layout.

Mitigation strategies primarily involve updating the browser software to version 152.0.7977.65 or later, where these geometric rendering inconsistencies have been addressed in the Chromium codebase. Developers should also ensure that their applications utilize robust anti-clickjacking measures, such as implementing Content-Security-Policy headers with frame-ancestors directives and X-Frame-Options settings to prevent embedding within unauthorized frames. Additionally, adopting modern security practices like SameSite cookie attributes helps mitigate session hijacking risks even if a user is tricked into interacting with malicious overlays. Security awareness training remains crucial, as users must be educated to verify the authenticity of web pages through multiple indicators beyond just visual appearance, including checking for valid SSL certificates and verifying domain names carefully before entering sensitive data.

This incident aligns closely with CWE-1021 Improper Restriction of Rendered UI Layers or Frames, which describes vulnerabilities where an application fails to properly restrict how user interface elements are layered, allowing malicious content to obscure legitimate controls. It also maps directly to the MITRE ATT&CK technique T1536 Potential for Data Exfiltration via Clickjacking, specifically within the context of web-based attacks where visual manipulation is used to harvest credentials or execute unauthorized commands. The resolution in subsequent Chrome versions highlights the importance of continuous refinement in browser rendering engines to close gaps that can be exploited for social engineering and phishing campaigns. Organizations should prioritize patch management cycles to ensure all endpoints are running updated browsers, thereby eliminating this vector for UI spoofing attacks.

Responsible

Chrome

Reservation

08/25/2026

Disclosure

08/26/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!