vendor:
Task Management System
by:
Saeed Bala Ahmed (r0b0tG4nG)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Task Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot OS
2020
Task Management System 1.0 – ‘id’ SQL Injection
Task Management System 1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries to view the contents of the database. This can be done by capturing the request of the 'page=view_project&id=' page in Burp Suite and running SQLMap on the request file.
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.