CWE一覧に戻る
CWE-257

復元可能な形式でパスワードを保存する

Storing Passwords in a Recoverable Format
脆弱性 作成中
JA

パスワードを復元可能な形式で保存すると、悪意のあるユーザーによるパスワード再利用攻撃の対象となる。実際、回復可能な暗号化パスワードは、悪意のある攻撃者だけでなく、悪意のある内部者にも再利用される可能性があるため、平文パスワードに比べて大きな利点がないことに注意すべきである。システム管理者がパスワードを直接復元したり、利用可能な情報を総当たりで検索したりすることができれば、管理者はそのパスワードを他のアカウントで使用することができます。

EN

The storage of passwords in a recoverable format makes them subject to password reuse attacks by malicious users. In fact, it should be noted that recoverable encrypted passwords provide no significant benefit over plaintext passwords since they are subject not only to reuse by malicious attackers but also by malicious insiders. If a system administrator can recover a password directly, or use a brute force search on the available information, the administrator can use the password on other accounts.

Scope: Confidentiality, Access Control / Impact: Gain Privileges or Assume Identity
Scope: Access Control / Impact: Gain Privileges or Assume Identity
Use strong, non-reversible encryption to protect stored passwords.
MITRE公式ページ — CWE-257