vendor:
Philboard W1L3D4
by:
U238
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Philboard W1L3D4
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:philboard:philboard_w1l3d4:1.0
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
2009
Philboard W1L3D4 v1.0 Multiple SQL Injection Vulnerable
Philboard W1L3D4 v1.0 is vulnerable to multiple SQL injection attacks. An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable application. This can be done by sending malicious input to the 'id' and 'recordnum' parameters in the philboard_reply.asp and philboard_newtopic.asp files. An attacker can also access the admin panel by sending malicious input to the 'forumid' parameter in the philboard_newtopic.asp file.
Mitigation:
Input validation should be used to prevent malicious SQL queries from being sent to the application. The application should also be configured to use parameterized queries.