6.8
CVSSv2

CVE-2008-4457

Published: 07/10/2008 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 inc/inc_statistics.php in MemHT Portal 3.9.0 and previous versions, when magic_quotes_gpc is disabled, allows remote malicious users to execute arbitrary SQL commands via a stats_res cookie to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

memht memht portal 3.7.0

memht memht portal 3.6.5

memht memht portal 3.3

memht memht portal 3.2

memht memht portal 2.5

memht memht portal 2.0

memht memht portal 3.8.5

memht memht portal 3.8.1

memht memht portal 3.4.5

memht memht portal 3.4

memht memht portal 3.0

memht memht portal 2.9

memht memht portal 1.5

memht memht portal

memht memht portal 3.6.0

memht memht portal 3.5.0

memht memht portal 3.1

memht memht portal 3.8.0

memht memht portal 3.7.5

memht memht portal 1.0

Exploits

#!/usr/bin/perl # # MemHT Portal <= 390 Perl exploit # # discovered & written by Ams # ax330d [doggy] gmail [dot] com # # DESCRIPTION: # Script /inc/inc_statisticsphp accepts unfiltered $_COOKIE's, # ($_COOKIE['stats_res']) which later goes to MySQL request So we are able to make # sql injection # This exploit tries to create shell in / ...