AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-67613

MEDIUM · CVSS 4.9 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-13 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

CyberPanel versions prior to 3.0.0 are vulnerable to a path traversal flaw that allows authenticated administrators to access arbitrary files on the server by exploiting the unsanitized reportFile parameter in the cloudAPI ReadReport endpoint. This vulnerability could lead to the exposure of sensitive information, such as credential files and private keys, potentially compromising the entire server environment. Organizations using CyberPanel should prioritize patching this issue to mitigate the risk of unauthorized data access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67613
Severity
MEDIUM
CVSS
4.9
EPSS
0.39%

Original NVD 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.