vendor:
PHP infoBoard
by:
CWH Underground
8.8
CVSS
HIGH
Remote SQL Injection and Stored XSS
89, 79
CWE
Product Name: PHP infoBoard
Affected Version From: v.7
Affected Version To: v.7
Patch Exists: NO
Related CWE: N/A
CPE: a:cannot.info:phpinfoboard:7
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
PHP infoBoard V.7 Plus Multiple Remote Vulnerabilities
PHP infoBoard V.7 Plus is vulnerable to Remote SQL Injection and Stored XSS. An attacker can inject malicious SQL code into the 'idcat' parameter of the 'showtopic.php' page to gain access to the database. Additionally, an attacker can inject malicious JavaScript code into the 'isname' parameter of the 'newtopic' page to perform a stored XSS attack.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries. Additionally, ensure that user input is properly sanitized and validated before being used in web page content.