7.5
CVSSv2

CVE-2008-5200

Published: 21/11/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 the Xe webtv (com_xewebtv) component for Joomla! allows remote malicious users to execute arbitrary SQL commands via the id parameter in a detail action to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

joomla com_xewebtv

Exploits

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