vendor:
BMForum
by:
Stephan Sattler
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BMForum
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
SQL Injection in BMForum
BMForum is vulnerable to an SQL injection attack due to the lack of sanitization of the user-supplied input in the 'forumid' parameter of the js_viewnew.php script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL code in the 'forumid' parameter. This can allow the attacker to gain access to sensitive information stored in the database, such as user credentials.
Mitigation:
To mitigate this vulnerability, the application should sanitize all user-supplied input before using it in an SQL query.