vendor:
Web Wiz Forums
by:
Sid3^effects aKa HaRi
7,5
CVSS
HIGH
SQLi
89
CWE
Product Name: Web Wiz Forums
Affected Version From: 9.68
Affected Version To: 9.68
Patch Exists: NO
Related CWE: N/A
CPE: a:webwiz:web_wiz_forums
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2010
Web Wiz Forums 9.68 SQLi Vulnerability
Web Wiz Forums 9.68 is vulnerable to a SQL injection vulnerability. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable application. This can allow the attacker to execute arbitrary SQL commands on the underlying database, potentially allowing them to access sensitive data or modify the application's data.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.