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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-446 (安全特性的UI矛盾) — Vulnerability Class 3

3 vulnerabilities classified as CWE-446 (安全特性的UI矛盾). AI Chinese analysis included.

CWE-446 represents a critical interface design flaw where the user interface fails to accurately reflect the actual state of a security feature, creating a dangerous disconnect between user perception and system reality. Attackers typically exploit this discrepancy by manipulating users into believing sensitive data is protected when it is not, or by tricking them into disabling crucial safeguards through misleading visual cues. This false sense of security often leads to unauthorized access or data exposure, as victims remain unaware of their vulnerability. To prevent this, developers must ensure strict synchronization between UI feedback and backend security configurations. Implementing rigorous validation checks, clear error messaging, and automated testing for interface consistency helps guarantee that users receive accurate, trustworthy information regarding their security posture, thereby eliminating the ambiguity that adversaries seek to exploit.

MITRE CWE Description
The user interface does not correctly enable or configure a security feature, but the interface provides feedback that causes the user to believe that the feature is in a secure state. When the user interface does not properly reflect what the user asks of it, then it can lead the user into a false sense of security. For example, the user might check a box to enable a security option to enable encrypted communications, but the product does not actually enable the encryption. Alternately, the user might provide a "restrict ALL" access control rule, but the product only implements "restrict SOME".
Common Consequences (1)
OtherVaries by Context

Vulnerabilities classified as CWE-446 (安全特性的UI矛盾) represent 3 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.