---
id: CVE-2026-79304
title: >-
  CyberPanel 1.9.1 contains a path traversal vulnerability in the
  readFileContents method of the /filemanager/controller endpoint
summary: >-
  CyberPanel 1.9.1 contains a path traversal vulnerability in the
  readFileContents method of the /filemanager/controller endpoint. An
  authenticated remote attacker with ownership of any configured domain can
  supply an arbitrary absolute or…
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-24'
sourceUpdated: '2026-09-24T21:18:44.210'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-79304'
references:
  - url: 'https://github.com/lichoin/TraceLoom/blob/main/CVEs/CVE-2026-79304.md'
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/CyberCP/secMiddleware.py#L67-L70
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/filemanager.py#L20-L27
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/filemanager.py#L267-L276
    label: cve@mitre.org
  - url: >-
      https://github.com/usmannasir/cyberpanel/blob/v1.9.1/filemanager/views.py#L98-L135
    label: cve@mitre.org
tags:
  - nvd
  - cve.org
epss: 0.00539
epssPercentile: 0.42947
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-24T20:12:33.159895Z'
ingestedAt: '2026-09-23T16:27:22.657Z'
---

## Overview

CyberPanel 1.9.1 contains a path traversal vulnerability in the readFileContents method of the /filemanager/controller endpoint. An authenticated remote attacker with ownership of any configured domain can supply an arbitrary absolute or out-of-scope path in the fileName JSON property. Because authorization validates only domainName and does not canonicalize or restrict fileName to that domain's home directory, the application returns the contents of files readable by the CyberPanel execution identity.

## Remediation

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