vendor:
Online Learning Management System
by:
Aakash Madaan (Godsky)
7.5
CVSS
HIGH
Authentication Bypass
287
CWE
Product Name: Online Learning Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_learning_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot OS
2020
Online Learning Management System 1.0 – Authentication Bypass
Easy authentication bypass vulnerability on the application allows an attacker to log in as the registered user without password. Step 1: Go to http://localhost/ and register a new user or try to login as already registered user (Ubas). Step 2: On the login page, use query { Ubas' or '1'='1 } as username Step 2: On the login page, use same query { Ubas' or '1'='1 } as password All set you should be logged in as Ubas.
Mitigation:
Ensure that authentication is properly implemented and that all user input is properly sanitized and validated.