Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-79306 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')CISA-ADP

Affected Products

ProductVersions
CyberPanel
1.9.1 (semver)

CPE

  • cpe:2.3:a:cyberpanel:cyberpanel:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.9.2moderate effort
  • Mitigation:low effort

    Block compression requests carrying absolute paths or '..' at the reverse proxy or WAF layer.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-79306
NVD Published Date:
Sep 23, 2026
NVD Last Modified:
Sep 25, 2026
Source:
[email protected]
CVE-2026-79306 Details - Not Deferred