vendor:
Croogo
by:
Enes Özeser
8.8
CVSS
HIGH
Unrestricted File Upload
434
CWE
Product Name: Croogo
Affected Version From: 3.0.2
Affected Version To: 3.0.2
Patch Exists: NO
Related CWE:
CPE: a:croogo:croogo:3.0.2
Platforms Tested: Windows 10 Home Single Language 20H2 & WampServer 3.2.3
2021
Croogo 3.0.2 – Unrestricted File Upload
Croogo 3.0.2 is vulnerable to an unrestricted file upload vulnerability. An attacker can upload a malicious PHP script and execute it by accessing the '/uploads/(NAME).php' directory. The malicious script can be uploaded by sending a POST request to the '/admin/settings/settings/prefix/Theme' endpoint.
Mitigation:
The application should validate the file type before uploading it. The application should also restrict the file types that can be uploaded.