vendor:
vBulletin
by:
Dave (FW/FG)
N/A
CVSS
HIGH
SQL Injection
89
CWE
Product Name: vBulletin
Affected Version From: Any vBulletin 4.*.* version which has the plugin installed.
Affected Version To: Any vBulletin 4.*.* version which has the plugin installed.
Patch Exists: YES
Related CWE:
CPE:
Platforms Tested:
2014
vBulletin Verify Email Before Registration Plugin – SQL Injection
The vulnerability resides in the register_form_complete hook, and some other hooks. The POST/GET data is not sanitized before being used in queries.
Mitigation:
Sanitize and validate user input before using it in queries. Implement parameterized queries or prepared statements to prevent SQL injection attacks.