CWE-921: Storage of Sensitive Data in a Mechanism without Access Control
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
The product stores sensitive information in a file system or device that does not have built-in access control.
常见后果
影响范围: 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.
引入模式
| 阶段 | 说明 |
|---|---|
| Architecture and Design | OMISSION: This weakness is caused by missing a security tactic during the architecture and design phase. |