vendor:
kitForm
by:
Anonymous
5,5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: kitForm
Affected Version From: 0.43
Affected Version To: 0.43
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2014
SQL Injection in phpManufaktur / kitForm
A SQL injection error within the sorter.php file can be exploited by unauthenticated people to conduct SQL injection attacks. The file does not sanitize the "sorter_value" parameter before using the value in a SQL query. A successful exploit can extract database content and e.g. administrative credentials (password hash).
Mitigation:
Sanitize the "sorter_value" parameter before using the value in a SQL query.