<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Pelican Panel - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/pelican-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>Wed, 16 Sep 2026 21:55:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/pelican-panel/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Authorization Bypass in Pelican Panel via Livewire State Manipulation</title><link>https://feed.craftedsignal.io/briefs/2026-09-pelican-panel-auth-bypass/</link><pubDate>Wed, 16 Sep 2026 21:55:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-pelican-panel-auth-bypass/</guid><description>Pelican Panel versions before 1.0.0-beta35 fail to enforce server-side write permissions, allowing attackers with read-only access to achieve arbitrary command execution via manipulated Livewire state updates.</description><content:encoded><![CDATA[<p>Pelican Panel versions prior to 1.0.0-beta35 contain an authorization bypass vulnerability (CVE-2026-92762) affecting startup configuration management. The application erroneously relies on client-side form controls to restrict write access to startup settings. An attacker possessing only 'startup.read' permissions can exploit this by crafting malicious Livewire state updates. These updates trigger 'afterStateUpdated' callbacks, which bypass intended authorization checks. By invoking these callbacks, the attacker can modify critical server settings, including startup commands, Docker images, and environment variables. This manipulation allows for the injection of malicious payloads that result in arbitrary command execution within the application container. The vulnerability highlights the danger of relying on UI-level restrictions for security-sensitive administrative operations.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an attacker with limited read-only permissions to gain full control over the container environment managed by Pelican Panel. This enables arbitrary code execution, potential data exfiltration from the container, and lateral movement within the host infrastructure if container isolation is insufficient.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security and infrastructure teams:</p>
<ul>
<li>Upgrade all Pelican Panel instances to version 1.0.0-beta35 or later immediately to patch CVE-2026-92762.</li>
<li>Audit user permission sets within Pelican Panel to ensure that the 'startup.read' permission is limited to the minimum number of users required.</li>
<li>Review and harden Docker container security profiles (e.g., using AppArmor or Seccomp) to limit the impact of potential arbitrary command execution within the container runtime.</li>
<li>Implement monitoring on administrative API endpoints related to startup configurations and Livewire state management to detect abnormal update patterns.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>authorization-bypass</category><category>cve-2026-92762</category></item></channel></rss>