CWE一覧に戻る
CWE-308

一要素認証の使用

Use of Single-factor Authentication
脆弱性 レビュー中
JA

この製品は、複数の要素を必要とするはずのセキュリティ状況で、単一の要素(パスワードなど)を使用する認証アルゴリズムを使用しています。

EN

The product uses an authentication algorithm that uses a single factor (e.g., a password) in a security context that should require more than one factor.

Scope: Access Control / Impact: Bypass Protection Mechanism
Use multiple independent authentication schemes, which ensures that -- if one of the methods is compromised -- the system itself is still likely safe from compromise. For this reason, if multiple schemes are possible, they should be implemented and required -- especially if they are easy to use.
MITRE公式ページ — CWE-308