<?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>Cpe:2.3:a:unleash:unleash:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aunleashunleash/</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, 23 Sep 2026 01:55:47 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aunleashunleash/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 and IDOR Vulnerabilities in Unleash Admin API</title><link>https://feed.craftedsignal.io/briefs/2026-09-unleash-auth-bypass/</link><pubDate>Wed, 23 Sep 2026 01:55:47 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-unleash-auth-bypass/</guid><description>Multiple authorization vulnerabilities, including a missing 'await' on a permission check, allow authenticated users to perform unauthorized actions and access sensitive configuration data across projects in Unleash server versions prior to 8.0.3.</description><content:encoded><![CDATA[<p>Unleash server versions prior to 8.0.3 are vulnerable to several critical and medium-severity authorization flaws within the admin API. The most significant issue, tracked as CVE-2026-77426, involves a failure to use the 'await' keyword when calling an asynchronous permission check in <code>segment-controller.ts</code>. Because the call returns a Promise, which is truthy, the authorization logic defaults to granting access regardless of the user's actual permissions. This flaw allows any authenticated user to modify segment assignments on any strategy across all projects.</p>
<p>In addition to the primary authorization bypass, the Unleash admin API contains multiple Insecure Direct Object Reference (IDOR) vulnerabilities. These flaws permit authenticated attackers to bypass project boundaries to read variant configurations, retrieve strategy details, leak environment information, and modify tags. These issues stem from a failure to validate project ownership or cross-reference parameters against authorized project scopes during API requests. Organizations running affected versions are exposed to unauthorized information disclosure and potential configuration tampering.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows any authenticated user to gain elevated privileges, enabling them to modify feature strategy configurations and perform cross-project read/write operations. This leads to unauthorized access to feature variant definitions, internal strategy details, and project tagging structures. These vulnerabilities undermine the security posture of feature management systems, potentially allowing an attacker to manipulate application behavior or exfiltrate sensitive configuration information across an entire organization's feature toggle environment.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Unleash server to version 8.0.3 or later immediately to resolve CVE-2026-77426 and associated IDOR vulnerabilities.</li>
<li>Review audit logs for unauthorized administrative activity, particularly involving the <code>/api/admin/segments/strategies</code> endpoint, starting from the time of deployment of the vulnerable version.</li>
<li>Implement restrictive network access controls to ensure that only authorized internal systems and personnel can access the Unleash admin API.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>authorization-bypass</category><category>idor</category><category>privilege-escalation</category></item></channel></rss>