vendor:
Employees Daily Task Management System
by:
able403
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Employees Daily Task Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:employees_daily_task_management_system:1.0
Platforms Tested: Windows 10
2021
Employees Daily Task Management System 1.0 – ‘username’ SQLi Authentication Bypass
An SQL Injection vulnerability exists in the Employees Daily Task Management System admin login form which can allow an attacker to bypass authentication. The following payload will allow an attacker to bypass the authentication mechanism of the Engineers Online Portal login form - 123'+or+1=1+--+-
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.