Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
OWASP Top 10: Authentication vulnerabilities 2025
Rating: 3.9 out of 5(5 ratings)
8 students

OWASP Top 10: Authentication vulnerabilities 2025

Vulnerabilities in authentication and authorization | Learn with Fun way
Created byF. Riaz
Last updated 2/2025
English

What you'll learn

  • About Authentication vulnerabilities
  • Weak Login Credentials
  • Username Enumeration
  • HTTP Basic Authentication
  • Poor Session Management
  • Staying Logged In
  • SQL Injection
  • Unsecure Password Change and Recovery
  • Flawed Two-Factor Authentication
  • Vulnerable Authentication Logic
  • Human Negligence
  • Authentication Labs
  • Exercise
  • Marketplace

Course content

4 sections10 lectures1h 37m total length
  • Introduction2:26
  • All methods25:11
  • Vulnerable Authentication Logic13:44
  • Multi-factor Authentication29:07

Requirements

  • No programming experience needed. You will learn everything you need to know
  • Just need to start.............

Description

Authentication vulnerabilities can allow attackers to gain access to sensitive data and functionality.



A vulnerability assessment is a systematic review of security weaknesses in an information system. It evaluates if the system is susceptible to any known vulnerabilities, assigns severity levels to those vulnerabilities, and recommends remediation or mitigation, if and whenever needed.


The OWASP Top 10 provides rankings of—and remediation guidance for—the top 10 most critical web application security risks. Leveraging the extensive knowledge and experience of the OWASP's open community contributors, the report is based on a consensus among security experts from around the world.


What is broken authentication?

Broken authentication is a widely used term reflecting a combination of vulnerabilities related to authentication and flawed implementations of session management functionalities. It lets threat agents exploit weaknesses in session and credentials management implementations.

It is the second most prevalent and impactful vulnerability as per the OWASP “Top 10” list.


6 Common Authentication Vulnerabilities

  1. Session Hijacking

  2. Brute Force Attacks

  3. Credential Stuffing

  4. Weak Passwords

  5. Phishing Attacks

  6. Insecure Authentication Protocols


What is the difference between authentication and authorization?

Authentication is the process of verifying that a user really is who they claim to be, whereas authorization involves verifying whether a user is allowed to do something.


why need to learn authentication vulnerabilities?

Authentication vulnerabilities have serious repercussions — whether it's because of weak passwords or poor authentication design and implementation. Malicious users can use these vulnerabilities to get access into systems and user accounts to: Steal sensitive information. Masquerade as a legitimate user.


Types of broken authentication attacks

> Session hijacking attack

> Session ID URL rewriting attack

> Session fixation attack


How to prevent broken authentication attacks

  • Control session length

  • Rotate and invalidate session IDs

  • Do not put session IDs in URLs

So, Join quackly to Learn with Fun.


Who this course is for:

  • How wants to Learn Authentication vulnerabilities
  • How wants to Learn SQL Injection
  • How Loves Web Application penetration testing
  • How Wants to be Bug Bounty Hunter
  • How wants to practice OWASP Top 10
  • Who wants to Make a Good Profile