vendor:
NVRmini 2
by:
Gjoko 'LiquidWorm' Krstic
7,5
CVSS
HIGH
Arbitrary File Deletion
22
CWE
Product Name: NVRmini 2
Affected Version From: <=3.0.8
Affected Version To: <=3.0.8
Patch Exists: YES
Related CWE: N/A
CPE: a:nuuo:nvrmini_2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: GNU/Linux 3.0.8 (armv7l), GNU/Linux 2.6.31.8 (armv5tel), lighttpd/1.4.28, PHP/5.5.3
2016
NUUO Arbitrary File Deletion Vulnerability
Input passed to the 'filename' 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 POST/GET parameter.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to delete files.