CWE•Base•Draft•1 recent CVE
CWE-308Use of Single-factor Authentication
Description
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.
Common consequences
- Access Control→Bypass Protection MechanismIf the secret in a single-factor authentication scheme gets compromised, full authentication is possible.
Potential mitigations
- Architecture and DesignUse 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.