Description
CyberPanel 2.4.3, fixed in commit eca0c3c, contains an arbitrary file read vulnerability in the file manager component that allows authenticated attackers to read sensitive system files by uploading a crafted ZIP archive containing symbolic links. Attackers can exploit the application's failure to validate symlinks before extraction, causing symbolic links targeting arbitrary filesystem paths outside the user's home directory to persist on disk and be accessed through the web interface.
Published: 2026-08-10
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability exists in CyberPanel 2.4.3, where the file manager lacks validation of symbolic links within uploaded ZIP archives. An authenticated attacker who can upload files can craft a ZIP bundle that contains symlinks pointing outside the user’s home directory. When the archive is extracted, those links are created on disk and can subsequently be explored via the web interface, enabling the attacker to read arbitrary, potentially sensitive files on the server. The primary impact is information disclosure; the attacker can view system configuration files, credentials, or other confidential data that would otherwise be inaccessible to the authenticated user.

Affected Systems

Affected vendors and products include usmannasir:cyberpanel, specifically the CyberPanel version 2.4.3 deployment. The arbitrary file read flaw was addressed in the commit eca0c3c. No other version numbers are explicitly cited in the advisory, so only the 2.4.3 release is confirmed to be vulnerable until a newer patch is released.

Risk and Exploitability

The CVSS score is 7.1, indicating a high severity. EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalogue. The flaw requires an attacker to be authenticated to the file manager, so the attack vector is likely internal or based on compromised credentials. As the vulnerability permits only reading of files, it does not enable code execution or direct denial of service. However, the exposure of system files could be leveraged in a broader attack chain that might compromise additional services. The impact remains significant due to the potential leakage of credentials or configuration details.

Generated by OpenCVE AI on August 10, 2026 at 20:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CyberPanel to a release that includes the fix from commit eca0c3c or later.
  • If an upgrade cannot be performed immediately, disable or restrict ZIP upload in the file manager or limit the feature to administrative accounts only.
  • Ensure the file system permissions for the upload directory and extracted files enforce least privilege, preventing unauthorized read or execution of uploaded content.

Generated by OpenCVE AI on August 10, 2026 at 20:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 03:45:00 +0000

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

Mon, 10 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description CyberPanel 2.4.3, fixed in commit eca0c3c, contains an arbitrary file read vulnerability in the file manager component that allows authenticated attackers to read sensitive system files by uploading a crafted ZIP archive containing symbolic links. Attackers can exploit the application's failure to validate symlinks before extraction, causing symbolic links targeting arbitrary filesystem paths outside the user's home directory to persist on disk and be accessed through the web interface.
Title CyberPanel 2.4.3 Arbitrary File Read via File Manager ZIP Upload
Weaknesses CWE-59
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-10T18:52:10.425Z

Reserved: 2026-08-08T16:43:04.177Z

Link: CVE-2026-71964

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T03:30:03Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')