CWE-308Use of Single-factor Authentication

PUBLISHEDweakness recordHigh
released 2006-07-19 · last modified 2025-12-11
CWE-308 - Use of Single-factor Authentication - Diagram

Metadata

CWE ID:
CWE-308
Abstraction:
Base
Structure:
Simple
Status:
Draft
Release Date:
2006-07-19
Latest Modification Date:
2025-12-11

Weakness Name

Use 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

Scope:
Access Control
Impact:
Bypass Protection Mechanism
Notes:
If the secret in a single-factor authentication scheme gets compromised, full authentication is possible.

Related Weaknesses