7.5
CVSSv2

CVE-2008-6430

Published: 06/03/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 the MyContent (com_mycontent) component 1.1.13 for Joomla! allows remote malicious users to execute arbitrary SQL commands via the id parameter in a view action to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

joomla com_mycontent 1.1.13

Exploits

#!/usr/bin/perl use LWP::UserAgent; use Getopt::Long; if(!$ARGV[1]) { print " \n"; print " #############################################################\n"; print " # Joomla Component mycontent Blind SQL Injection Exploit #\n"; print " # Author:His0k4 [ALGERIAN HaCke ...