vendor:
Phorum
by:
Unknown
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Phorum
Affected Version From: Phorum 5.0.11
Affected Version To: Earlier versions
Patch Exists: NO
Related CWE:
CPE: a:phorum:phorum:5.0.11
Platforms Tested:
2005
Phoroum SQL Injection Vulnerability
Phoroum is prone to SQL injection attacks. Insufficient sanitization of user input may allow a malicious user to manipulate the structure and logic of database queries. Successful exploitation could allow the attacker to compromise security properties of the application and the database. Possible consequences include unauthorized access to the application and database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in database queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.