vendor:
MySQL File and Image Uploader and Sharing Blob File Server
by:
Özkan Mustafa Akkus (AkkuS)
8.8
CVSS
HIGH
SQL Injection and Cross-Site Scripting
89, 79
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
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2018
MySQL Blob Uploader 1.7 – ‘home-filet-edit.php’ SQL Injection / Cross-Site Scripting
MySQL Blob Uploader 1.7 is vulnerable to SQL Injection and Cross-Site Scripting. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'id' parameter of the 'home-filet-edit.php' script. An attacker can exploit this vulnerability to inject malicious SQL commands and execute arbitrary code on the vulnerable system.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate SQL commands that can be executed. Additionally, the application should use a whitelist of allowed characters and reject any input containing characters that are not on the whitelist.