vendor:
TTVideo
by:
Salvatore Fresta aka Drosophila
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: TTVideo
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: N/A
CPE: a:toughtomato:ttvideo:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Joomla!
2010
TTVideo 1.0 Joomla Component SQL Injection Vulnerability
A parameter in ttvideo.php is not properly sanitised before being used in a SQL query, which can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Use JRequest::getInt instead of JRequest::getVar.