CWE一覧に戻る
CWE-315

クッキーへの機密情報の平文保存

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

この製品は、機密情報を平文でクッキーに保存します。

攻撃者は広く入手可能なツールを使ってクッキーを閲覧し、機密情報を読み取ることができます。情報が人間には読めない方法で符号化されていても、ある種の技法はどの符号化が使用されているかを判断し、情報を解読することができます。

EN

The product stores sensitive information in cleartext in a cookie.

Attackers can use widely-available tools to view the cookie and read the sensitive information. Even if the information is encoded in a way that is not human-readable, certain techniques could determine which encoding is being used, then decode the information.

Scope: Confidentiality / Impact: Read Application Data
MITRE公式ページ — CWE-315