Advisor
Wiki Threats & Attacks Application Attacks Broken Authentication

Broken Authentication

1 min read
Jump to:

Summary

Broken Authentication is a security vulnerability in applications where attackers exploit weaknesses in authentication mechanisms to impersonate users, gain unauthorized access, or escalate privileges. This attack often arises from poor session management, weak password policies, or inadequate credential protection.

Key Characteristics

Defensive Controls

  • Implement multi-factor authentication (MFA) to strengthen user verification
  • Enforce strong password policies and account lockout mechanisms
  • Use secure, random session identifiers and properly manage session expiration
  • Protect authentication credentials using hashing and encryption
  • Regularly audit and monitor authentication logs for suspicious activity

Related Security Solutions

Broken Authentication can be mitigated using identity and access management (IAM) systems, web application firewalls (WAFs), secure coding practices, and authentication frameworks that support MFA and robust session management. Security testing tools such as penetration testing and automated vulnerability scanners also help identify these weaknesses.

Tags: Application Attacks Authentication Broken Authentication IAM multi-factor authentication Security Testing session management Threats & Attacks web application firewall