vendor:
TinyBB
by:
Aodrulez
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: TinyBB
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Ubuntu 10.04
2011
TinyBB 1.2 SQLi Vulnerability
TinyBB Version 1.2 is vulnerable to SQLi. The exploit can be performed by appending ' or 'a'='a to the profile ID parameter in the URL.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.