---
id: CVE-2026-79306
title: >-
  CyberPanel v1.9.1 contains a path traversal vulnerability in the compress
  method exposed through the /filemanager/controller endpoint
summary: >-
  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
  otherw…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-22
published: '2026-09-23'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T15:17:55.590'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-79306'
references:
  - url: 'https://github.com/lichoin/TraceLoom/blob/main/CVEs/CVE-2026-79306.md'
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/CyberCP/secMiddleware.py#L70-L71
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/filemanager.py#L23-L27
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/filemanager.py#L378-L406
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/views.py#L101-L143
    label: cve@mitre.org
tags:
  - nvd
  - cve.org
epss: 0.00325
epssPercentile: 0.22959
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-23T16:24:04.305577Z'
ingestedAt: '2026-09-23T16:27:22.657Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
