Definition
What is Broken Authentication?
Broken authentication is any flaw that lets an attacker assume another user's identity: weak password policy, credential-stuffing exposure, poor session handling, or a password reset flow whose token can be reused.
A class of vulnerabilities that allows attackers to compromise passwords, keys, or session tokens, or exploit implementation flaws to assume other users' identities. Common examples include weak password policies, susceptibility to credential stuffing, insecure session management, and improperly protected password reset flows. It consistently ranks among the OWASP Top 10 most critical web application security risks.