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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-447 (在UI中的未实现或未支持特性) — Vulnerability Class 3

3 vulnerabilities classified as CWE-447 (在UI中的未实现或未支持特性). AI Chinese analysis included.

CWE-447 represents a deceptive interface weakness where a user interface element implies the presence of a security feature, such as encryption or authentication, while the underlying backend logic remains unimplemented. Attackers typically exploit this discrepancy by interacting with the visible control, assuming their actions are protected, which leads to a false sense of security. Consequently, sensitive data may be transmitted in plaintext or critical operations proceed without necessary validation, exposing the system to interception or unauthorized access. Developers can prevent this vulnerability by ensuring strict synchronization between frontend indicators and backend implementations. This requires rigorous code reviews to verify that every UI toggle or status message corresponds to an active, functioning security mechanism, thereby eliminating the risk of misleading user feedback and ensuring consistent security posture across the application.

MITRE CWE Description
A UI function for a security feature appears to be supported and gives feedback to the user that suggests that it is supported, but the underlying functionality is not implemented.
Common Consequences (1)
OtherVaries by Context, Unexpected State
Mitigations (1)
TestingPerform functionality testing before deploying the application.

Vulnerabilities classified as CWE-447 (在UI中的未实现或未支持特性) represent 3 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.