vendor:
MyBB_Plugin-Downloads
by:
Lucian Ioan Nitescu
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyBB_Plugin-Downloads
Affected Version From: 2.0.3
Affected Version To: 2.0.3
Patch Exists: NO
Related CWE: N/A
CPE: 2.3:a:vintagedaddyo:mybb_plugin-downloads:2.0.3
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 18.04
2018
MyBB Downloads 2.0.3 – SQL Injection
It is a plugin which adds a page to download files. If enabled, regular members can add new downloads to the page after admin approval. An attacker can exploit this vulnerability by creating a new download and adding the following to the title: a". This will prompt the user to an SQL Injection specific error which can be exploited with sqlmap -r request_file -p name --threads 5.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in an SQL query.