vendor:
ATutor
by:
Andrey Stoykov
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ATutor
Affected Version From: ATutor 2.2.4
Affected Version To: ATutor 2.2.4
Patch Exists: YES
Related CWE: N/A
CPE: a:atutor:atutor
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: LAMP on Ubuntu 18.04
2020
ATutor 2.2.4 – ‘id’ SQL Injection
ATutor 2.2.4 is vulnerable to SQL Injection in the 'id' parameter of the admin_delete.php page. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with a malicious 'id' parameter. This can be exploited with SQLMAP by supplying a valid User-Agent and the appropriate cookies.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.