vendor:
MySQL File and Image Uploader and Sharing Blob File Server
by:
Özkan Mustafa Akkus (AkkuS)
7.5
CVSS
HIGH
SQL Injection / Cross-Site Scripting
89
CWE
Product Name: MySQL File and Image Uploader and Sharing Blob File Server
Affected Version From: 1.7
Affected Version To: 1.7
Patch Exists: NO
Related CWE: N/A
CPE: a:codecanyon:mysql_file_and_image_uploader_and_sharing_blob_file_server:1.7
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2018
MySQL Blob Uploader 1.7 – ‘download.php’ SQL Injection / Cross-Site Scripting
The vulnerability exists due to insufficient validation of user-supplied input in the 'id' and 't' parameters of the '/MySqlBlobUploader/download.php' script. A remote attacker can execute arbitrary SQL commands in the application database, inject arbitrary web script or HTML, and perform other attacks. The vulnerability is exploited by passing malicious payloads in the 'id' and 't' parameters of the '/MySqlBlobUploader/download.php' script.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to generate SQL commands that can be executed in the application database.