vendor:
LibrettoCMS
by:
CWH Underground
7,5
CVSS
HIGH
Malicious File Upload
434
CWE
Product Name: LibrettoCMS
Affected Version From: 2.2.2
Affected Version To: 2.2.2
Patch Exists: NO
Related CWE: N/A
CPE: a:librettocms:librettocms:2.2.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: Windows and Linux
2013
LibrettoCMS 2.2.2 Malicious File Upload
LibrettoCMS is provided a file upload function to unauthenticated users. Allows for write/read/edit/delete download arbitrary file uploaded , which results attacker might arbitrary write/read/edit/delete files and folders. LibrettoCMS use pgrfilemanager and restrict file type for upload only doc and pdf but able to rename filetype after uploaded lead attacker to rename *.doc to *.php and arbitrary execute PHP shell on webserver.
Mitigation:
Restrict file type for upload, use secure file upload mechanism, use secure coding practices, use secure authentication mechanism.