vendor:
PlayJoom
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PlayJoom
Affected Version From: 0.10.1
Affected Version To: 0.10.1
Patch Exists: NO
Related CWE: N/A
CPE: a:playjoom:playjoom:0.10.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
PlayJoom 0.10.1 – ‘catid’ SQL Injection
PlayJoom is vulnerable to SQL injection. An attacker can send a specially crafted HTTP request to the application to execute arbitrary SQL commands in the back-end database. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code in the 'catid' parameter of the 'index.php' script. This can be exploited to disclose the content of the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should use parameterized queries to prevent SQL injection attacks.