Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-1021 (不当限制渲染UI层或帧) — Vulnerability Class 110

110 vulnerabilities classified as CWE-1021 (不当限制渲染UI层或帧). AI Chinese analysis included.

CWE-1021 represents a critical web application weakness where the system fails to properly restrict frame objects or user interface layers belonging to external applications or domains. This vulnerability is typically exploited through clickjacking attacks, where malicious actors embed the target application within an invisible or deceptive iframe on a different domain. By tricking users into interacting with hidden UI elements, attackers can perform unauthorized actions, such as transferring funds or changing account settings, without the user’s explicit consent or awareness. To mitigate this risk, developers must implement robust security headers, specifically the Content-Security-Policy (CSP) frame-ancestors directive, which explicitly defines which origins are permitted to embed the application. Additionally, setting the X-Frame-Options header to DENY or SAMEORIGIN provides an effective defense by preventing the browser from rendering the page within any frame unless it originates from the same domain, thereby neutralizing the attack vector.

MITRE CWE Description
The web application does not restrict or incorrectly restricts frame objects or UI layers that belong to another application or domain.
Common Consequences (1)
Access ControlGain Privileges or Assume Identity, Bypass Protection Mechanism, Read Application Data, Modify Application Data
An attacker can trick a user into performing actions that are masked and hidden from the user's view. The impact varies widely, depending on the functionality of the underlying application. For example, in a social media application, clickjacking could be used to trick the user into changing privacy…
Mitigations (4)
ImplementationThe use of X-Frame-Options allows developers of web content to restrict the usage of their application within the form of overlays, frames, or iFrames. The developer can indicate from which domains can frame the content. The concept of X-Frame-Options is well documented, but implementation of this protection mechanism is in development to cover gaps. There is a need for allowing frames from multip…
ImplementationA developer can use a "frame-breaker" script in each page that should not be framed. This is very helpful for legacy browsers that do not support X-Frame-Options security feature previously mentioned. It is also important to note that this tactic has been circumvented or bypassed. Improper usage of frames can persist in the web application through nested frames. The "frame-breaking" script does no…
ImplementationThis defense-in-depth technique can be used to prevent the improper usage of frames in web applications. It prioritizes the valid sources of data to be loaded into the application through the usage of declarative policies. Based on which implementation of Content Security Policy is in use, the developer should use the "frame-ancestors" directive or the "frame-src" directive to mitigate this weakne…
ImplementationIn addition to frames or iframes as previously mentioned, the web application is expected to place restrictions on whether it is allowed to be rendered within objects, embed, or applet elements.
CVE IDTitleCVSSSeverityPublished
CVE-2022-28889 Clickjacking in the web console — Apache Druid 4.3 -2022-07-07
CVE-2017-20041 Ucweb UC Browser HTML URL improper restriction of rendered ui layers — UC Browser 5.4 Medium2022-06-13
CVE-2022-1803 Improper Restriction of Rendered UI Layers or Frames in polonel/trudesk — polonel/trudesk 8.2 -2022-05-20
CVE-2022-28649 JetBrains YouTrack 安全漏洞 — YouTrack 4.6 Medium2022-04-05
CVE-2022-24733 Improper Restriction of Rendered UI Layers or Frames in Sylius — Sylius 6.1 Medium2022-03-14
CVE-2021-3660 Cockpit 安全漏洞 — cockpit 4.3 -2022-03-07
CVE-2022-22807 EcoStruxure EV Charging Expert 安全漏洞 — EcoStruxure EV Charging Expert (formerly known as EVlink Load Management System): (HMIBSCEA53D1EDB, HMIBSCEA53D1EDS, HMIBSCEA53D1EDM, HMIBSCEA53D1EDL, HMIBSCEA53D1ESS, HMIBSCEA53D1ESM, HMIBSCEA53D1EML) (All Versions prior to SP8 (Version 01) V4.0.0.13) 7.4 -2022-02-09
CVE-2022-22552 DELL EMC AppSync 安全漏洞 — AppSync 6.9 Medium2022-01-21
CVE-2021-35237 Clickjacking Vulnerability — Kiwi Syslog Server 5.0 Medium2021-10-29
CVE-2021-38472 InHand Networks IR615 Router — IR615 Router 4.7 Medium2021-10-19
CVE-2021-3799 Improper Restriction of Rendered UI Layers or Frames in getgrav/grav-plugin-admin — getgrav/grav-plugin-admin 3.5 -2021-09-27
CVE-2018-19957 Insufficient HTTP Security Headers in QTS, QuTS hero, and QuTScloud — QTS 6.1 -2021-09-10
CVE-2021-3734 Improper Restriction of Rendered UI Layers or Frames in yourls/yourls — yourls/yourls 8.8 -2021-08-26
CVE-2021-3731 Improper Restriction of Rendered UI Layers or Frames in ledgersmb/ledgersmb — ledgersmb/ledgersmb 5.9 Medium2021-08-23
CVE-2021-27467 Emerson Rosemount X-STREAM Gas Analyzer 安全漏洞 — Emerson Rosemount X-STREAM Gas Analyzer 4.7 -2021-05-20
CVE-2020-28218 Schneider Electric Easergy T300 安全漏洞 — Easergy T300 (firmware 2.7 and older) 6.5 -2020-12-11
CVE-2020-15793 Siemens DESIGO INSIGHT 安全漏洞 — Desigo Insight 5.4 -2020-10-15
CVE-2020-13174 Teradici Managament console 安全漏洞 — - Management Console 6.1 -2020-08-11
CVE-2019-7393 CA Risk Authentication和CA Strong Authentication 信息泄露漏洞 — CA Strong Authentication 4.3 -2019-05-28
CVE-2017-16775 Synology SSO Server 输入验证错误漏洞 — SSO Server 6.1 -2019-04-01

Vulnerabilities classified as CWE-1021 (不当限制渲染UI层或帧) represent 110 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.