vendor:
phpBB2
by:
Ulf Harnhammar
7.5
CVSS
HIGH
SQL injection vulnerability
89
CWE
Product Name: phpBB2
Affected Version From: phpBB2
Affected Version To: phpBB2
Patch Exists: NO
Related CWE: N/A
CPE: a:phpbb:phpbb2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2003
phpBB delete the text of all users’ private messages exploit
phpBB2, in some cases, does not sufficiently sanitize user-supplied input which is used when constructing SQL queries to execute on the underlying database. As a result, it is possible to manipulate SQL queries. This may allow a remote attacker to modify query logic or potentially corrupt the database. A remote attacker can exploit this vulnerability by manipulating URI parameters to cause the text of all private messages to be deleted.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized before being used in SQL queries.