vendor:
Directory Management System
by:
SUDONINJA
7,5
CVSS
HIGH
SQL Injection Authentication Bypass
89
CWE
Product Name: Directory Management System
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:directory_management_system_using_php_and_mysql
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 10
2021
Directory Management System 1.0 – SQL Injection Authentication Bypass
An attacker can bypass authentication by entering anything in the username and password fields and then changing the username to 'admin' or '1'='1' and the password to 'dfsms'. This will allow the attacker to log in as an admin.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, authentication should be done using a secure method such as OAuth.