7.5
CVSSv2

CVE-2008-2425

Published: 23/05/2008 Updated: 08/08/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 index.php in FicHive 1.0 allows remote malicious users to execute arbitrary SQL commands via the letter parameter in a Search action, a different vector than CVE-2008-2416. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

fichive fichive 1.0

Exploits

#!/usr/bin/perl #Usage: /testpl -url "localhost/[script_path]/indexphp?go=Fiction&category=<valide_id> ############################################################################# use LWP::UserAgent; use Getopt::Long; use IO::Handle; use strict; $| = 1; ######################################################################### ...