vendor:
Wikidforum
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Wikidforum
Affected Version From: 2.20
Affected Version To: 2.20
Patch Exists: NO
Related CWE: N/A
CPE: a:wikidforum:wikidforum:2.20
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Wikidforum 2.20 – ‘message_id’ SQL Injection
A SQL injection vulnerability exists in Wikidforum 2.20. An attacker can send a malicious SQL query to the vulnerable parameter 'message_id' in 'index.php' to execute arbitrary SQL commands in the application's database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize user input and use parameterized queries.