Description
CyberPanel through 1.9.1, fixed in commit b198460, contains an insecure direct object reference (IDOR) vulnerability in the IncBackups application's incremental-backup handlers (deleteBackup, fetchRestorePoints, and restorePoint) that allows authenticated panel users to access or manipulate other tenants' backup resources by supplying an attacker-controlled globally sequential IncJob integer ID that is never re-scoped to the authorized domain. Attackers can enumerate sequential backup IDs to read another tenant's backup metadata, irrecoverably delete another tenant's backup snapshots, or trigger unauthorized restoration of another tenant's backup job with root privileges.
Published: 2026-07-23
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an Insecure Direct Object Reference that lets an authenticated user in CyberPanel’s IncBackups module manipulate backup resources belonging to other tenants by supplying a sequential backup job identifier that is not scoped to the user’s domain. An attacker can read another tenant’s backup metadata, delete their backup snapshots irrecoverably, or trigger a backup restoration that runs with root privileges. This flaw is a classic example of CWE-639, resulting in unauthorized access to sensitive data and the potential for complete system takeover through privileged restoration.

Affected Systems

CyberPanel, versions up to 1.9.1 inclusive, are affected. The issue was fixed in commit b198460 of the CyberPanel repository.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity and the EPSS score of less than 1% shows that exploitation probability is low but not zero. Because the flaw requires an authenticated user and sequential ID enumeration, the attack vector is internal but feasible for anyone with panel login credentials. The vulnerability is not present in the CISA KEV catalog, yet the high impact warrants immediate attention. An attacker can exploit IDOR to gain unauthorized restoration privileges, effectively elevating their permissions on the target system.

Generated by OpenCVE AI on August 3, 2026 at 21:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest CyberPanel release or patch the code to include commit b198460, which removes the IDOR flaw.
  • If patching is delayed, limit access to the incremental backup API for non-administrative users by disabling or hardening the deleteBackup, fetchRestorePoints, and restorePoint endpoints until the fix is applied.
  • Implement monitoring of backup logs to detect anomalous restore or deletion activity, and promptly revoke any compromised accounts to mitigate potential damage.

Generated by OpenCVE AI on August 3, 2026 at 21:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
First Time appeared Cyberpanel
Cyberpanel cyberpanel
CPEs cpe:2.3:a:cyberpanel:cyberpanel:*:*:*:*:*:*:*:*
Vendors & Products Cyberpanel
Cyberpanel cyberpanel

Fri, 24 Jul 2026 00:45:00 +0000

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

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description CyberPanel through 1.9.1, fixed in commit b198460, contains an insecure direct object reference (IDOR) vulnerability in the IncBackups application's incremental-backup handlers (deleteBackup, fetchRestorePoints, and restorePoint) that allows authenticated panel users to access or manipulate other tenants' backup resources by supplying an attacker-controlled globally sequential IncJob integer ID that is never re-scoped to the authorized domain. Attackers can enumerate sequential backup IDs to read another tenant's backup metadata, irrecoverably delete another tenant's backup snapshots, or trigger unauthorized restoration of another tenant's backup job with root privileges.
Title CyberPanel IncBackups IDOR via Sequential Backup ID
Weaknesses CWE-639
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Cyberpanel Cyberpanel
Usmannasir Cyberpanel
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:06:18.482Z

Reserved: 2026-07-23T12:51:09.595Z

Link: CVE-2026-65917

cve-icon Vulnrichment

Updated: 2026-07-27T16:02:38.736Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T16:17:55.020

Modified: 2026-07-27T17:16:40.893

Link: CVE-2026-65917

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T21:30:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key