OWASP Top Ten 2017 Category A2 - Broken Authentication
A category in the Common Weakness Enumeration published by The MITRE Corporation.
Summary
Categories in the Common Weakness Enumeration (CWE) group entries based on some common characteristic or attribute.
Weaknesses in this category are related to the A2 category in the OWASP Top Ten 2017.
Weaknesses
When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.
According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization."
The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.
Storing a password in plaintext may result in a system compromise.
Authenticating a user, or otherwise establishing a new user session, without invalidating any existing session identifier gives an attacker the opportunity to steal au...
Login pages do not use adequate measures to protect the user name and password while they are in transit from the client to the server.
When setting a new password for a user, the product does not require knowledge of the original password, or using another form of authentication.
The use of single-factor authentication can lead to unnecessary risk of compromise when compared with the benefits of a dual-factor authentication scheme.
The product contains a mechanism for users to recover or change their passwords without knowing the original password, but the mechanism is weak.
Concepts
CWE nodes in this view (graph) are associated with the OWASP Top Ten, as released in 2017.
See Also
Common Weakness Enumeration content on this website is copyright of The MITRE Corporation unless otherwise specified. Use of the Common Weakness Enumeration and the associated references on this website are subject to the Terms of Use as specified by The MITRE Corporation.