vendor:
cms
by:
Anonymous
7,5
CVSS
HIGH
Remote File Upload Vulnerability
434
CWE
Product Name: cms
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: NO
Related CWE: N/A
CPE: odlican.net/cms
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
2020
odlican.net cms v.1.5 remote file upload vulnerability
odlican.net cms v.1.5 is a simple opensource cms made by croatian web designers and it has a serious flaw. The vulnerable part of code from upload.php allows any file to be uploaded to the /cms/files/ folder, including dangerous php scripts.
Mitigation:
Filter some extensions like .php etc. and check the size of the file.