vendor:
KBVault MySQL
by:
Fatih Emiral
9,8
CVSS
CRITICAL
Unauthenticated File Upload
434
CWE
Product Name: KBVault MySQL
Affected Version From: 0.16a
Affected Version To: 0.16a
Patch Exists: YES
Related CWE: CVE-2017-9602
CPE: a:kbvault_mysql:kbvault_mysql:0.16a
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7
2017
KBVault MySQL v0.16a – Unauthenticated File Upload to Run Code
KBVault Mysql Free Knowledge Base application package comes with a third party file management component. An unauthenticated user can access the file upload (and delete) functionality using the following URI: http://host/FileExplorer/Explorer.aspx?id=/Uploads. Through this functionality a user can upload an ASPX script to run any arbitrary code, e.g.: http://host/Uploads/Documents/cmd.aspx.
Mitigation:
Unauthenticated access to the file management function should be prohibited. File uploads should be checked against executable formats, and only acceptable file types should be allowed to upload.