vendor:
User Management System
by:
Besim ALTINOK
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: User Management System
Affected Version From: v2.0
Affected Version To: v2.0
Patch Exists: NO
Related CWE: N/A
CPE: 2.3:a:phpgurukul:user_management_system:2.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Xampp
2020
User Management System 2.0 – Authentication Bypass
The User Management System 2.0 is vulnerable to authentication bypass due to an SQL injection vulnerability. An attacker can bypass authentication by providing the username and password as 'pentester' or'1'=1#'
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.