CWE一覧に戻る
CWE-312

機密情報のクリアテキスト保管

Cleartext Storage of Sensitive Information
脆弱性 レビュー中
JA

この製品は、機密情報を平文で、別の制御圏からアクセス可能なリソース内に保存する。

EN

The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere.

Scope: Confidentiality / Impact: Read Application Data
When storing data in the cloud (e.g., S3 buckets, Azure blobs, Google Cloud Storage, etc.), use the provider's controls to encrypt the data at rest. [REF-1297] [REF-1299] [REF-1301]
In some systems/environments such as cloud, the use of "double encryption" (at both the software and hardware layer) might be required, and the developer might be solely responsible for both layers, instead of shared responsibility with the administrator of the broader system/environment.
MITRE公式ページ — CWE-312