vendor:
AChecker
by:
N/A
7.5
CVSS
HIGH
Error-Based SQL Injection
89
CWE
Product Name: AChecker
Affected Version From: 1.2 (build r530)
Affected Version To: 1.2 (build r530)
Patch Exists: NO
Related CWE: N/A
CPE: a:atutor:achecker
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
N/A
AChecker 1.2 Multiple Error-Based SQL Injection vulnerabilities
Input passed via the parameter 'myown_patch_id' in '/updater/patch_edit.php' and the parameter 'id' in '/user/user_create_edit.php' script is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to modify SQL queries in a way that would allow an attacker to access or modify data.