vendor:
User Registration & Login System with Admin Panel
by:
Kislay Kumar
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: User Registration & Login System with Admin Panel
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
EgavilanMedia User Registration & Login System with Admin Panel Exploit – SQLi Auth Bypass
An attacker can gain admin panel access using malicious sql injection queries.
Mitigation:
Parameterized queries should be used to separate the command and data portions of the intended query to the database. Code reviews should be conducted to identify any additional areas were the application or other applications in the organization are vulnerable to this attack. Additionally, input validation should be enforced on the server side in order to ensure that only expected data is sent in queries. Where possible security specific libraries should be used in order to provide an additional layer of protection.