CWE-921Storage of Sensitive Data in a Mechanism without Access Control

PUBLISHEDweakness record
released 2013-07-17 · last modified 2025-12-11

Metadata

CWE ID:
CWE-921
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2013-07-17
更新日期:
2025-12-11

名称

Storage of Sensitive Data in a Mechanism without Access Control

描述

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.

常见后果

范围:
Confidentiality
影响:
Read Application Data, Read Files or Directories
注释:
Attackers can read sensitive information by accessing the unrestricted storage mechanism.
范围:
Integrity
影响:
Modify Application Data, Modify Files or Directories
注释:
Attackers can modify or delete sensitive information by accessing the unrestricted storage mechanism.

相关 CWE