vendor:
Attendance and Payroll System
by:
pr0z
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Attendance and Payroll System
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE:
CPE: apsystem
Platforms Tested: Linux, MySQL, Apache
2022
Attendance and Payroll System v1.0 – SQLi Authentication Bypass
Attendance and Payroll System v1.0 is vulnerable to an authentication bypass through SQL injection. An attacker can exploit this vulnerability by sending a specially crafted payload to the login page of the application. The payload will bypass the authentication and allow the attacker to access the application as an administrator.
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.