vendor:
Aanval
by:
xistence
8,8
CVSS
HIGH
Blind SQL Injection and Reflected XSS
89, 79
CWE
Product Name: Aanval
Affected Version From: Aanval 7.1 build 70151
Affected Version To: Aanval 7.1 build 70151
Patch Exists: YES
Related CWE: N/A
CPE: a:aanval:aanval
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
Aanval 7.1 build 70151 Vulnerabilities
Aanval 7.1 build 70151 is prone to multiple vulnerabilities. The 'id' and 'query' parameters are vulnerable to blind SQL injection. The proof of concept below does a sha1 benchmark on the value '1'. This will take a couple of seconds to process in most situations and thus shows that the injection works. The requests are also vulnerable to 'Cross Site Scripting' and will show a pop-up with the word 'XSS'.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries. Use a web application firewall to detect and block malicious requests.