7.5
CVSSv2

CVE-2008-2835

Published: 24/06/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in cgi-bin/igsuite in IGSuite 3.2.4 allows remote malicious users to execute arbitrary SQL commands via the formid parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

igsuite igsuite 3.2.4

Exploits

#!/usr/bin/perl # # 05/18/2008 - IGSuite 324 Blind SQL Injection - k`sOSe # # 05/21/2008 - Vendor notified # 05/23/2008 - A patch was pushed via the igsuited daemon(not enabled by default) # Fix: run igsuited --update-igsuite or upgrade to 325-beta # # Tested on IGSuite 324 on linux with MySQL, needs nc(in path) # Drops a reverse shell, ...