vendor:
vBulletin MicroCART
by:
Technidev
7.5
CVSS
HIGH
Arbitrary File Deletion, SQL Injection & XSS
20
CWE
Product Name: vBulletin MicroCART
Affected Version From: 1.1.2004
Affected Version To: 1.1.2004
Patch Exists: NO
Related CWE: N/A
CPE: a:vbulletin:vbulletin_microcart:1.1.4
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
2015
vBulletin MicroCART 1.1.4 – Arbitrary File(s) Deletion, SQL Injection & XSS
This plugin is fairly old but still used by a lot of people and received its last update nearly 4 years ago. It’s vulnerable to arbitrary file deletion and SQL injection. By simply sending a POST request to the file folderdel_.php, we can delete every single file in specified folder. There’s another vulnerability which resides in the /microcart/editor/assetmanager/assetmanager.php file. It contains an upload function, which is safe, and a file deletion function, which is not safe. We can delete any file off the server by abusing this.
Mitigation:
Ensure that all user input is properly validated and sanitized. Implement authentication and authorization checks to ensure that only authorized users can access the application.