CyberPanel Missing Authorization Vulnerability Allows Cross-Tenant Backup Manipulation
A missing authorization vulnerability, identified as CVE-2026-65916, in CyberPanel through version 1.9.1 allows authenticated users to manipulate and destroy other tenants' backups by sending crafted POST requests to the `cancelBackupCreation` handler.
CVE-2026-65916 describes a critical missing authorization vulnerability affecting CyberPanel installations up to version 1.9.1. This flaw, fixed in commit b198460, resides within the cancelBackupCreation handler, which is intended to manage backup processes. However, due to insufficient authorization checks, any authenticated user can exploit this vulnerability to impact backups belonging to other tenants on the same CyberPanel instance. By sending specially crafted POST requests containing arbitrary backupCancellationDomain and fileName parameters, attackers can terminate backup processes, delete existing backup archives, corrupt backup status files, and remove corresponding database records for other users. This poses a significant risk of data loss and service disruption for multi-tenant CyberPanel environments.
Attack Chain
- An attacker obtains valid authentication credentials for a low-privileged account on a CyberPanel instance.
- The attacker crafts an HTTP POST request targeting the
/cancelBackupCreationendpoint of the CyberPanel web interface. - The crafted request includes parameters
backupCancellationDomainandfileName, specifying a target domain and backup file belonging to another tenant. - The CyberPanel application, due to the missing authorization check, processes the request without verifying if the authenticated user has rights to manage backups for the specified
backupCancellationDomain. - The
cancelBackupCreationhandler executes internal commands to stop, delete, or corrupt the backup process or files associated with the targeted tenant. - The targeted tenant's backup processes are terminated, their backup archives are deleted, their backup status files become corrupted, and related database records are removed.
- This results in significant data loss, unavailability of critical backups, and potential service disruption for the victim tenant.
Impact
The successful exploitation of CVE-2026-65916 can lead to severe consequences, primarily data loss and data unavailability for tenants sharing a CyberPanel installation. Attackers can completely destroy critical backup archives, making recovery from other incidents impossible. This directly impacts data integrity and availability, leading to potential business continuity failures, reputational damage, and financial losses for affected organizations. The vulnerability affects multi-tenant environments where one authenticated user can maliciously impact others.
Recommendation
- Patch CVE-2026-65916 by upgrading CyberPanel to a version that includes commit
b198460or later immediately. - Deploy the provided Sigma rule to your SIEM to detect attempts to exploit the
cancelBackupCreationhandler. - Monitor
webserverlogs for suspicious POST requests to the/cancelBackupCreationendpoint, especially those originating from unexpected accounts or specifying domains not owned by the requesting user.
Detection coverage 1
Detects CVE-2026-65916 Exploitation - CyberPanel Missing Authorization
highDetects exploitation attempts of CVE-2026-65916, a missing authorization vulnerability in CyberPanel's cancelBackupCreation handler, by identifying POST requests to the affected endpoint with specific parameters.
Detection queries are available on the platform. Get full rules →