vendor:
Witze Addon
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Witze Addon
Affected Version From: 0.9
Affected Version To: 0.9
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2012
deV!L`z Clanportal Witze Addon Versions 0.9 SQL Injection Vulnerability
The vulnerability exists in the jokes/index.php file, where an attacker can inject malicious SQL code into the 'id' parameter. An example of this is jokes/index.php?action=show&id=9999999999999999999999999999+union+select+1,1,nick,pwd,1,1+from+dzp_users+where+id=1--+, which can be used to extract sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should be configured to use parameterized queries.