vendor:
u5CMS
by:
Gjoko 'LiquidWorm' Krstic
7.5
CVSS
HIGH
Arbitrary File Deletion
22
CWE
Product Name: u5CMS
Affected Version From: 3.9.2002
Affected Version To: 3.9.2003
Patch Exists: YES
Related CWE: N/A
CPE: a:stefan_p_minder:u5cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache 2.4.10 (Win32), PHP 5.6.3, MySQL 5.6.21
2015
u5CMS 3.9.3 (deletefile.php) Arbitrary File Deletion Vulnerability
Input passed to the 'f' parameter in 'deletefile.php' is not properly sanitised before being used to delete files. This can be exploited to delete files with the permissions of the web server using their absolute path or via directory traversal sequences passed within the affected GET parameter.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability.