vendor:
User Management System in PHP using Stored Procedure
by:
Zeyad Azima
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: User Management System in PHP using Stored Procedure
Affected Version From: V1
Affected Version To: V1
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:user_management_system_in_php_using_stored_procedure
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows
2021
User Management System 1.0 – ‘uid’ SQL Injection
An attacker can exploit a SQL injection vulnerability in User Management System 1.0 by adding a malicious payload to the URL. If the web server makes the attacker wait 5 seconds, then it is vulnerable. The attacker can then exploit it using sqlmap.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.