What is Broken Authentication?
Broken authentication refers to a weakness in the design or implementation of access controls inherent in an online platform or application.
Broken authentication refers to a weakness in the design or implementation of access controls inherent in an online platform or application.
Some common risk factors contributing to broken authentication linked to either poor session management or poor credential management are:
The OWASP broken authentication recommendations state that a session ID issued to a logged-in user is temporarily equivalent to the user’s original login credentials. If misconfigured, session IDs can easily be used to impersonate the user on the application, therefore, must be carefully managed to prevent any weaknesses or loopholes from being manipulated by attackers.
If you like this blog post, find more content in our Glossary.