<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>CyberPanel (2.4.3) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/cyberpanel-2.4.3/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 10 Aug 2026 21:37:02 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/cyberpanel-2.4.3/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authenticated Remote Code Execution in CyberPanel</title><link>https://feed.craftedsignal.io/briefs/2026-08-cyberpanel-rce/</link><pubDate>Mon, 10 Aug 2026 21:37:02 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cyberpanel-rce/</guid><description>CyberPanel version 2.4.3 contains an authenticated remote code execution vulnerability in its remote backup feature that allows an attacker to inject an SSH public key into the root user's authorized_keys file.</description><content:encoded><![CDATA[<p>CyberPanel version 2.4.3 is vulnerable to an authenticated remote code execution flaw within its remote backup management functionality. The vulnerability arises from an insecure implementation of SSH public key retrieval, where the application fails to validate the source of remote server configurations. An authenticated attacker can supply a malicious remote server address to the backup service, which then retrieves an attacker-controlled public key and writes it directly to the '/root/.ssh/authorized_keys' file. This provides the attacker with persistent root-level SSH access to the underlying host system. This vulnerability was addressed in commit eca0c3c. Defenders should prioritize auditing CyberPanel configurations and ensuring updates to versions beyond 2.4.3 are applied to mitigate the risk of unauthorized persistence.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker authenticates to the CyberPanel management interface using compromised or registered credentials.</li>
<li>The attacker navigates to the remote backup configuration settings.</li>
<li>The attacker provides a malicious remote server address in the backup target field.</li>
<li>The application initiates an SSH connection to the attacker-controlled server to retrieve backup configuration files.</li>
<li>The attacker's server delivers a payload containing a public SSH key disguised as part of the backup process.</li>
<li>The CyberPanel application process, running with elevated privileges, writes the received public key to the '/root/.ssh/authorized_keys' file.</li>
<li>The attacker establishes an SSH session to the host system using the corresponding private key.</li>
<li>The attacker obtains full, persistent root access to the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability grants an attacker full root-level persistence on the CyberPanel host. This facilitates complete system compromise, including the potential for data exfiltration, service disruption, and lateral movement within the hosting infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update CyberPanel to a version containing the fix for CVE-2026-71965 (commit eca0c3c).</li>
<li>Monitor file access events for changes to the '/root/.ssh/authorized_keys' file on servers running CyberPanel.</li>
<li>Restrict administrative access to the CyberPanel interface to trusted IP ranges to prevent unauthorized authentication.</li>
<li>Implement host-based monitoring to detect unexpected SSH key injections in critical system directories.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>