vendor:
JPodium
by:
RoAd_KiLlEr
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JPodium
Affected Version From: 2.7.3
Affected Version To: 0.9.015
Patch Exists: YES
Related CWE: N/A
CPE: a:jpodium:jpodium
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win Xp Sp 2/3
2009
Joomla JPodium Component (com_jpodium) SQL-i Vulnerability
JPodium is a Joomla! component to manage and display sports results. The intended use is to keep track of race results for e.g. a cycling club portal. Of course it is not fixed to any kind of sports but more to a certain structure of race results. This means that every athlete has a class (e.g. age class like 'Master') attached and the results are listed per race in this classes. An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable parameter 'Itemid' in the URL 'http://127.0.0.1/path/index.php?option=com_jpodium&view=races&Itemid='.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.