vendor:
Discuz Board
by:
james
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Discuz Board
Affected Version From: Discuz 6.0.1
Affected Version To: Discuz 6.0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:discuz:discuz_board:6.0.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
Exploit discuz6.0.1
This exploit is used to gain access to the password of a user in Discuz 6.0.1. It works by sending a POST request to the index.php page with the action set to search and the searchid set to 22%cf'UNION SELECT 1,password,3,password/**/from/**/cdb_members/**/where/**/uid=<user_id>/*&do=submit. This will return the password of the user with the given user ID.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.