vendor:
User Registration & Login and User Management System
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: User Registration & Login and User Management System
Affected Version From: 2.1
Affected Version To: 2.1
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:user_registration_&_login_and_user_management_system:2.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2020
User Registration & Login and User Management System 2.1 – SQL Injection
The User Registration & Login and User Management System 2.1 is vulnerable to SQL injection. An attacker can exploit this vulnerability to gain access to the admin panel by sending a malicious HTTP request to the update-profile.php page. The attacker can then use the GROUP_CONCAT() function to extract the admin credentials from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should be configured to use parameterized queries.