<?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>Pelican — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/pelican/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 04 May 2026 21:24:50 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/pelican/feed.xml" rel="self" type="application/rss+xml"/><item><title>Pelican Web UI Privilege Escalation Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-pelican-privesc/</link><pubDate>Mon, 04 May 2026 21:24:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-pelican-privesc/</guid><description>A privilege escalation vulnerability in Pelican WebUI versions v7.21 to v7.24 allows authenticated users to gain admin privileges by manipulating database records, potentially leading to configuration modification, API token creation, and password changes.</description><content:encoded><![CDATA[<p>On April 2nd, 2026, a privilege escalation vulnerability was identified in the Pelican Web User Interface (WebUI) affecting versions v7.21 to v7.24. This vulnerability allows any authenticated user via OAuth to gain admin privileges under specific configurations, including servers with <code>Server.UIAdminUsers</code> where listed users haven&rsquo;t logged in or <code>Server.AdminGroups</code> with <code>Issuer.GroupSource</code> set to <code>internal</code> where an admin hasn&rsquo;t logged in. Successful exploitation permits attackers to modify server configurations, create API tokens, and change admin passwords. The OSDF operations team mitigated this vulnerability for core services, but mitigation may be required for other caches and origins. There is currently no evidence this attack has been exploited in services managed by OSDF operators.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to the Pelican WebUI by authenticating via OIDC.</li>
<li>The attacker identifies a valid <code>Server.UIAdminUsers</code> username or <code>Server.AdminGroups</code> group name for an admin who has not yet logged into the WebUI.</li>
<li>The attacker crafts malicious database records designed to grant admin privileges upon subsequent login.</li>
<li>The attacker injects these records into the Pelican server&rsquo;s SQLite database, potentially using API endpoints or other methods to interact with the database.</li>
<li>The attacker logs out of the WebUI.</li>
<li>The attacker logs back into the WebUI.</li>
<li>The server grants the attacker admin privileges based on the manipulated database records.</li>
<li>The attacker modifies server configurations, creates persistent API tokens, or changes admin passwords.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of this vulnerability poses a significant risk to Pelican servers and the wider federation they support. A compromised Director service could have high federation-wide impact, enabling denial of service and redirection to malicious registries. Registry services also have high federation-wide impact, with attackers potentially poisoning namespaces. Compromised Origins could lead to high data exposure and tampering risks by enabling unauthorized writes and changing export paths. Caches present a medium data exposure risk, as attackers could expose cached protected data.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Run the provided mitigation script (<code>mitigate-user-escalation.sh</code> from <a href="https://gist.github.com/jhiemstrawisc/8c4b2b3ec5cb2ca06537d9439dc16cc9">https://gist.github.com/jhiemstrawisc/8c4b2b3ec5cb2ca06537d9439dc16cc9</a>) to audit the database for signs of exploitation and block further exploitation.</li>
<li>Upgrade Pelican servers to a patched release (&gt;=v7.21.5, &gt;=v7.22.3, &gt;=v7.23.3, &gt;=v7.24.2).</li>
<li>If unable to upgrade immediately, disable the vulnerable configuration by commenting out <code>UIAdminUsers</code> and <code>AdminGroups</code> settings in the <code>pelican.yaml</code> configuration file.</li>
<li>Monitor process executions for the <code>mitigate-user-escalation.sh</code> script and review associated user and API token changes. Deploy the provided Sigma rule to detect potential malicious activity.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>privilege-escalation</category><category>webui</category><category>pelican</category></item></channel></rss>