mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
ab9c127df3
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
16 lines
664 B
Markdown
16 lines
664 B
Markdown
# A07 - Identification and Authentication Failures
|
|
|
|
## Description
|
|
Previously known as Broken Authentication, this category includes failures related to user identity, authentication, and session management. This can allow attackers to compromise passwords, keys, or session tokens, or exploit implementation flaws to assume other users' identities.
|
|
|
|
## Common Vulnerabilities
|
|
- Weak password requirements
|
|
- Credential stuffing
|
|
- Broken session management
|
|
- Missing multi-factor authentication
|
|
- Insecure password recovery
|
|
- Session fixation
|
|
|
|
## Testing Approach
|
|
Test authentication mechanisms, session handling, password policies, and account recovery processes.
|