Description
CyberPanel 2.4.3, fixed in commit eca0c3c, contains an authenticated remote code execution vulnerability in the remote backup feature that allows authenticated attackers to gain root-level SSH access by supplying a malicious remote server address. Attackers can exploit the unverified SSH public key retrieval process to write an attacker-controlled public key directly to /root/.ssh/authorized_keys, granting persistent root access to the host system.
Published: 2026-08-10
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

CyberPanel 2.4.3 contains an authenticated remote code execution flaw in the backup feature that lets an attacker supply a malicious remote server address. By exploiting the unauthenticated SSH public key retrieval routine, the attacker can write a crafted key directly to /root/.ssh/authorized_keys. This grants the attacker persistent root-level SSH access to the machine. The weakness stems from improper validation during the key transfer stage, allowing an unauthenticated user to place arbitrary keys in an authorized list.

Affected Systems

The vulnerability affects all installations of CyberPanel 2.4.3. The vendor product is referenced as usmannasir:cyberpanel. Versions prior to the fix in the commit identified by eca0c3c are vulnerable.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity; the exploit requires valid user credentials but can be performed remotely through the backup interface. The EPSS score is not available, so the likelihood of attack cannot be quantified, yet the lack of KEV listing suggests no known active exploitation. The attack path requires authenticated access to the admin console, followed by selection of a malicious remote backup server, resulting in root-level access.

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 version that includes the commit eca0c3c. The patch removes the validation flaw that allows key injection into /root/.ssh/authorized_keys.
  • Configure the backup feature to use only trusted, verified remote servers, or disable external backup paths if not required.
  • After patching, scan for any unauthorized SSH keys in /root/.ssh/authorized_keys and remove them to ensure no lingering access.

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:30:00 +0000

Type Values Removed Values Added
Description CyberPanel 2.4.3, fixed in commit eca0c3c, contains an authenticated remote code execution vulnerability in the remote backup feature that allows authenticated attackers to gain root-level SSH access by supplying a malicious remote server address. Attackers can exploit the unverified SSH public key retrieval process to write an attacker-controlled public key directly to /root/.ssh/authorized_keys, granting persistent root access to the host system.
Title CyberPanel 2.4.3 Authenticated RCE via Remote Backup Feature
Weaknesses CWE-345
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

Usmannasir Cyberpanel
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-10T18:52:40.271Z

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

Link: CVE-2026-71965

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-345

    Insufficient Verification of Data Authenticity