vendor:
Surreal ToDo
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Surreal ToDo
Affected Version From: 0.6.1.2
Affected Version To: 0.6.1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:getsurreal:surreal_todo:0.6.1.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Surreal ToDo 0.6.1.2 – SQL Injection
Surreal ToDo 0.6.1.2 is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the application. This can be done by sending a specially crafted HTTP request to the vulnerable application. For example, an attacker can send a malicious HTTP request to the vulnerable application such as http://localhost/[PATH]/ajax.php?action=lists&page_id=[SQL] or http://localhost/[PATH]/?search=[SQL] to exploit the vulnerability.
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.