<?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>Web-Panel - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/web-panel/</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>Thu, 23 Jul 2026 16:22:56 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/web-panel/feed.xml" rel="self" type="application/rss+xml"/><item><title>CyberPanel Insecure Direct Object Reference (IDOR) Vulnerability (CVE-2026-65917)</title><link>https://feed.craftedsignal.io/briefs/2026-07-cyberpanel-idor/</link><pubDate>Thu, 23 Jul 2026 16:22:56 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cyberpanel-idor/</guid><description>An Insecure Direct Object Reference (IDOR) vulnerability, tracked as CVE-2026-65917, exists in CyberPanel versions through 1.9.1, specifically within the IncBackups application's incremental-backup handlers, allowing authenticated panel users to exploit attacker-controlled IncJob integer IDs to access, read metadata from, delete, or trigger unauthorized restoration of other tenants' backup resources, potentially leading to operations with root privileges.</description><content:encoded><![CDATA[<p>A critical Insecure Direct Object Reference (IDOR) vulnerability, identified as CVE-2026-65917, affects CyberPanel versions up to and including 1.9.1. This flaw resides within the IncBackups application's incremental-backup handlers, specifically in the <code>deleteBackup</code>, <code>fetchRestorePoints</code>, and <code>restorePoint</code> functions. Authenticated CyberPanel users can exploit this by manipulating a globally sequential <code>IncJob</code> integer ID, which is not properly re-scoped to the authorized domain. This oversight allows attackers to access or manipulate backup resources belonging to other tenants. The vulnerability enables actions such as enumerating sequential backup IDs to read another tenant's backup metadata, irreversibly deleting backup snapshots, or initiating unauthorized restoration of another tenant's backup job with elevated root privileges. This vulnerability poses a significant risk of data compromise, destruction, and unauthorized system access across multi-tenant CyberPanel deployments. The issue was fixed in commit b198460.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An authenticated attacker gains access to a CyberPanel instance.</li>
<li>The attacker identifies the vulnerable <code>IncBackups</code> application's incremental-backup handlers (e.g., <code>deleteBackup</code>, <code>fetchRestorePoints</code>, <code>restorePoint</code>).</li>
<li>The attacker observes or infers the globally sequential nature of <code>IncJob</code> integer IDs used to reference backup resources.</li>
<li>The attacker crafts a request to one of the vulnerable handlers, supplying a manipulated <code>IncJob</code> integer ID corresponding to another tenant's backup resource.</li>
<li>Depending on the handler targeted, the attacker can:
a. Read sensitive backup metadata from another tenant's account via <code>fetchRestorePoints</code>.
b. Irreversibly delete another tenant's backup snapshots via <code>deleteBackup</code>.
c. Trigger an unauthorized restoration of another tenant's backup job via <code>restorePoint</code>.</li>
<li>If the attacker initiates a restoration, the operation is executed with root privileges, potentially leading to system compromise or data overwrites on the victim tenant's environment.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-65917 allows an authenticated user to gain unauthorized access to, delete, or restore backup resources belonging to other tenants on the same CyberPanel instance. This can lead to severe data breaches, complete data loss for affected tenants due to irreversible deletion of backups, or unauthorized system takeover through malicious restoration processes executing with root privileges. The vulnerability directly impacts data confidentiality, integrity, and availability for all tenants hosted on a vulnerable CyberPanel server. While no specific victim count or targeted sectors are provided, any organization utilizing CyberPanel through version 1.9.1 in a multi-tenant environment is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately patch CyberPanel instances to a version that includes commit b198460 or later to address CVE-2026-65917.</li>
<li>Review web server logs for unusual access patterns to the <code>IncBackups</code> application endpoints, especially requests containing sequential or non-user-specific <code>IncJob</code> integer IDs, which may indicate attempted exploitation of CVE-2026-65917.</li>
<li>Monitor for unauthorized backup deletion or restoration events within CyberPanel's activity logs.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>vulnerability</category><category>idor</category><category>web-panel</category><category>privilege-escalation</category><category>data-manipulation</category><category>cyberpanel</category></item></channel></rss>