vendor:
Silentum Uploader
by:
Danny Moules
9
CVSS
CRITICAL
Path Traversal
22
CWE
Product Name: Silentum Uploader
Affected Version From: Silentum Uploader 1.4.0
Affected Version To: Silentum Uploader 1.4.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2009
Silentum Uploader 1.4.0 Path Traversal Vulnerability
Due to insufficient validation of client-side data, an attacker can alter the path of files to be deleted to a file outside the intended directory. The following PoC will delete a file named 'secret.txt' one level above the application folder. You must have already uploaded a file or you can visit APPLICATIONFOLDER/upload_log.txt (on a default installation) to ascertain the name of existing files.
Mitigation:
Validate client-side data to ensure that the path of files to be deleted is within the intended directory.