Emlog · Emlog · CVE-2026-34607
**Name of the Vulnerable Software and Affected Versions**
Emlog versions prior to 2.6.2
**Description**
A path traversal issue exists in the `emUnZip()` function. This occurs during the extraction of ZIP archives, such as when uploading plugins, templates, or importing backups, because the function calls `$zip->extractTo($path)` without sanitizing ZIP entry names. An authenticated administrator can upload a specially crafted ZIP file containing `../` sequences to write arbitrary files to the server filesystem, which can lead to Remote Code Execution (RCE) through the upload of PHP webshells.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.