vendor:
Philboard
by:
xoron
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: Philboard
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Philboard (id) Remote SQL Injection
The vulnerability exists in the 'philboard_forum.asp' file, where an attacker can inject SQL queries through the 'forumid' parameter. By manipulating the SQL query, an attacker can retrieve sensitive information such as usernames and passwords from the database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input before using it in SQL queries or use prepared statements.