Description
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.
Published: 2026-09-23
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: Remote File Read (Information Disclosure)
Action: Apply Patch
AI Analysis

Impact

CyberPanel 1.9.1 contains a path traversal flaw in the readFileContents method of the /filemanager/controller endpoint. An authenticated attacker who owns a domain configured in the panel can supply any absolute or out‑of‑scope file path in the fileName JSON property. Because the application only checks the supplied domainName and does not canonicalize or restrict fileName to that domain’s home directory, the request returns the contents of any file readable by the CyberPanel execution identity. This gives the attacker potential access to sensitive configuration files, credentials, or other secrets stored on the host, compromising confidentiality of the system.

Affected Systems

The vulnerability is specific to CyberPanel version 1.9.1. No other product or version information is provided, and the affected vendor/product list is not specified in the CNA data.

Risk and Exploitability

The CVSS base score of 6.5 indicates a moderate severity threat. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalogue. Exploitation requires authentication and domain ownership; however, once these prerequisites are met, the attacker can read arbitrary files on the host. The lack of path canonicalization presents a clear opportunity for information disclosure, and the vulnerability’s impact depends on the sensitivity of the files accessible under the CyberPanel execution identity.

Generated by OpenCVE AI on September 23, 2026 at 17:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest CyberPanel patch if available
  • Disable or tightly restrict the /filemanager/controller endpoint to prevent unauthorized file retrieval
  • Implement strict input validation and path canonicalization to limit fileName access to the domain home directory
  • Run CyberPanel under a least‑privilege account that cannot read sensitive system files

Generated by OpenCVE AI on September 23, 2026 at 17:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Usmannasir
Usmannasir cyberpanel
Vendors & Products Usmannasir
Usmannasir cyberpanel

Wed, 23 Sep 2026 18:15:00 +0000

Type Values Removed Values Added
Title Path Traversal Allows Remote File Read in CyberPanel 1.9.1
Weaknesses CWE-20
CWE-22

Wed, 23 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
Description 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.
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AC:L/AV:N/A:N/C:H/I:N/PR:L/S:U/UI:N'}


Subscriptions

Usmannasir Cyberpanel
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-23T15:59:22.471Z

Reserved: 2026-08-25T00:00:00.000Z

Link: CVE-2026-79304

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-23T16:16:45.347

Modified: 2026-09-23T16:16:45.347

Link: CVE-2026-79304

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T18:45:06Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')