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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-921 (在没有访问控制机制中存储敏感数据) — Vulnerability Class 8

8 vulnerabilities classified as CWE-921 (在没有访问控制机制中存储敏感数据). AI Chinese analysis included.

CWE-921 represents a critical storage weakness where sensitive data is persisted in mechanisms lacking inherent access control, such as removable media like USB drives or memory cards. Attackers typically exploit this vulnerability by physically accessing these devices or leveraging local system privileges to read unencrypted files, thereby exposing confidential information like credentials or personal data without needing to bypass complex network defenses. To mitigate this risk, developers must enforce strict access controls on all storage mechanisms, ensuring that only authorized processes or users can read or write sensitive content. Additionally, implementing robust encryption for data at rest and utilizing secure, access-controlled storage solutions rather than removable media can significantly reduce the attack surface. Regular security audits and adherence to least-privilege principles further ensure that sensitive information remains protected against unauthorized access.

MITRE CWE Description
The product stores sensitive information in a file system or device that does not have built-in access control. While many modern file systems or devices utilize some form of access control in order to restrict access to data, not all storage mechanisms have this capability. For example, memory cards, floppy disks, CDs, and USB devices are typically made accessible to any user within the system. This can become a problem when sensitive data is stored in these mechanisms in a multi-user environment, because anybody on the system can read or write this data. On Android devices, external storage is typically globally readable and writable by other applications on the device. External storage may also be easily accessible through the mobile device's USB connection or physically accessible through the device's memory card port.
Common Consequences (2)
ConfidentialityRead Application Data, Read Files or Directories
Attackers can read sensitive information by accessing the unrestricted storage mechanism.
IntegrityModify Application Data, Modify Files or Directories
Attackers can modify or delete sensitive information by accessing the unrestricted storage mechanism.

Vulnerabilities classified as CWE-921 (在没有访问控制机制中存储敏感数据) represent 8 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.