vendor:
Zomplog
by:
InATeam
7.5
CVSS
HIGH
Arbitrary File Upload
434
CWE
Product Name: Zomplog
Affected Version From: 3.8.2001
Affected Version To: 3.8.2001
Patch Exists: NO
Related CWE: Not available
CPE: a:zomplog:zomplog:3.8.1
Platforms Tested: Not mentioned
Not mentioned
Zomplog <= 3.8.1 Arbitrary File Upload Exploit
This exploit allows unauthorized users to upload any files, including PHP scripts, to the /admin/upload_files.php script in Zomplog versions 3.8.1 and below. The uploaded file will be moved to the /upload directory with a specific naming format. The /upload directory is not protected by .htaccess, allowing attackers to access the contents of the uploaded files.
Mitigation:
1. Ensure that the /admin/upload_files.php script is only accessible from the admin panel and not directly. 2. Implement proper file extension and MIME-type checking for uploaded files. 3. Protect the /upload directory with appropriate access controls.