vendor:
Aprox CMS Engine
by:
Stephan Sattler
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Aprox CMS Engine
Affected Version From: 6
Affected Version To: 6
Patch Exists: YES
Related CWE: N/A
CPE: a:aprox:aprox_cms_engine:6
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
2010
Aprox CMS Engine V6 Multiple Vulnerabilities
The $_POST["login"] isn't sanitized before executing the database query. An attacker can use this for a blind SQL injection attack. An attacker can insert his/her own login credentials and test it with them or do it with benchmark() without a user-account. Aprox santizes the input, so you have to use the ascii() function.
Mitigation:
Sanitize user input before executing the database query.