Description
CyberPanel before 3.0.0 contains a path traversal vulnerability that allows authenticated administrators to read arbitrary files from the server filesystem by supplying unsanitized file paths to the cloudAPI ReadReport endpoint. Attackers can manipulate the reportFile parameter in the JSON request body, which is passed directly to open() in cloudManager.py without validation or allowlisting, enabling traversal to any file readable by the root-privileged CyberPanel process including credential files, SSL and SSH private keys, and JWT secret files.
Published: 2026-08-13
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

CyberPanel versions prior to 3.0.0 contain a path traversal flaw that allows administrators to read any file accessible to the root‑privileged CyberPanel process. By supplying an unsanitized reportFile parameter in the cloudAPI ReadReport request, an attacker can traverse directories and retrieve credential files, SSL private keys, SSH private keys, and JWT secrets. The flaw arises because the file path is passed directly to open() without sanitization or allowlisting, enabling arbitrary file read.

Affected Systems

The vulnerability affects the CyberPanel product from usmannasir, affecting all releases before 3.0.0. Administrators who have access to the cloudAPI ReadReport endpoint are potentially impacted.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity vulnerability. The EPSS score is not available, but the exploit requires authenticated administrator access, which limits the attack surface to privileged users with network access to the server. The vulnerability is not listed in the CISA KEV catalog, suggesting no widely documented exploitation. Nevertheless, an attacker who can become an authenticated administrator could exploit this flaw to read sensitive files.

Generated by OpenCVE AI on August 13, 2026 at 19:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CyberPanel to version 3.0.0 or newer to eliminate the path traversal bug.
  • Restrict network access to the cloudAPI ReadReport endpoint by firewall or VPN so only trusted administrators can reach it.
  • Ensure that files containing sensitive data (credentials, keys, JWT secret) have appropriate permissions and are not owned by the user running CyberPanel, or move them to a protected directory outside the web root.

Generated by OpenCVE AI on August 13, 2026 at 19:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 19:00:00 +0000

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

Thu, 13 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Description CyberPanel before 3.0.0 contains a path traversal vulnerability that allows authenticated administrators to read arbitrary files from the server filesystem by supplying unsanitized file paths to the cloudAPI ReadReport endpoint. Attackers can manipulate the reportFile parameter in the JSON request body, which is passed directly to open() in cloudManager.py without validation or allowlisting, enabling traversal to any file readable by the root-privileged CyberPanel process including credential files, SSL and SSH private keys, and JWT secret files.
Title CyberPanel < 3.0.0 Path Traversal File Read via cloudAPI ReadReport
Weaknesses CWE-22
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Usmannasir Cyberpanel
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T17:09:05.229Z

Reserved: 2026-07-29T21:07:39.203Z

Link: CVE-2026-67613

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T18:18:08.197

Modified: 2026-08-13T18:18:08.197

Link: CVE-2026-67613

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T19:30:03Z

Weaknesses
  • CWE-22

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