vendor:
Employee Record Management System
by:
Anurag Kumar Rawat(A1C3VENOM)
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Employee Record Management System
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: No
Related CWE: N/A
CPE: phpgurukul.com/employee-record-management-system-in-php-and-mysql/
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot OS (Linux)
2020
Employee Record Management System 1.1 – Login Bypass SQL Injection
An attacker can gain admin panel access using malicious sql injection quiries by entering a payload of ' or '1'='1 in both the fields (User ID & Password) of the login page.
Mitigation:
Input validation should be done to prevent SQL injection attacks.