CVE-2026-79306

Published: Set 23, 2026 Last Modified: Set 24, 2026
ExploitDB:
Other exploit source:
Google Dorks:
MEDIUM 6,5
Attack Vector: network
Attack Complexity: low
Privileges Required: low
User Interaction: none
Scope: unchanged
Confidentiality: high
Integrity: none
Availability: none

Description

AI Translation Available

CyberPanel v1.9.1 contains a path traversal vulnerability in the compress method exposed through the /filemanager/controller endpoint. An authenticated remote attacker with ownership of any configured domain can supply absolute or otherwise out-of-scope file paths in the listOfFiles JSON property, together with attacker-controlled basePath and compressedFileName values, in a method=compress request. Because the application validates only domain ownership and does not canonicalize or restrict these paths to the authorized site directory, the backend appends them to zip or tar archive commands and executes them as the website externalApp user, allowing disclosure of arbitrary readable files through the generated archive.

https://github.com/lichoin/TraceLoom/blob/main/CVEs/CVE-2026-79306.md
https://github.com/usmannasir/cyberpanel/blob/v1.9.1/CyberCP/secMiddleware.py#L…
https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/filemanager.py…
https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/filemanager.py…
https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/views.py#L101-…