vendor:
phpfreebb
by:
Moudi
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: phpfreebb
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpfreebb:phpfreebb: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
phpfreeBB 1.0 Remote BLIND SQL Injection Vulnerability
phpfreeBB 1.0 is vulnerable to a Blind SQL Injection vulnerability. This vulnerability is due to the application failing to properly sanitize user-supplied input to the 'id' and 'year/archive' parameters of the 'permalink.php' and 'index.php' scripts. An attacker can exploit this vulnerability to manipulate SQL queries by injecting arbitrary SQL code. This may allow the attacker to access or modify sensitive data in the back-end database.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized.