<?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>Fleetdm/Fleet/V4 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/fleetdm/fleet/v4/</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, 14 May 2026 13:15:33 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/fleetdm/fleet/v4/feed.xml" rel="self" type="application/rss+xml"/><item><title>Fleet Windows MDM Azure AD JWT Authentication Bypass Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-fleet-jwt-bypass/</link><pubDate>Thu, 14 May 2026 13:15:33 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-fleet-jwt-bypass/</guid><description>A vulnerability in Fleet versions prior to 4.82.0 allows authentication tokens from any Azure AD tenant to be accepted, enabling unauthorized device enrollment and MDM API access due to improper JWT signature validation, tracked as CVE-2026-24899.</description><content:encoded><![CDATA[<p>A critical vulnerability exists in Fleet versions prior to 4.82.0, specifically affecting the Windows MDM enrollment flow. This flaw stems from insufficient validation of JWT signatures during the Azure AD authentication process. Fleet&rsquo;s implementation utilizes Microsoft&rsquo;s multi-tenant JWKS endpoint for signature verification but neglects to enforce the <code>aud</code> (audience) and <code>iss</code> (issuer) claims within the JWT. This oversight permits the acceptance of authentication tokens originating from any Azure AD tenant, as long as they are signed by Microsoft and contain the expected scopes. Successful exploitation allows attackers to bypass intended authorization controls, enabling them to enroll unauthorized devices and interact with Fleet&rsquo;s MDM management APIs, potentially exposing enrollment secrets.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains access to any Azure AD tenant, potentially through compromised credentials or a rogue application registration.</li>
<li>The attacker requests an Azure AD access token with the necessary scopes for Fleet MDM enrollment.</li>
<li>The attacker initiates the Windows MDM enrollment process, presenting the crafted Azure AD access token to the Fleet MDM endpoint.</li>
<li>Fleet validates the JWT signature against Microsoft&rsquo;s JWKS endpoint but skips validation of the <code>aud</code> and <code>iss</code> claims.</li>
<li>The unauthorized access token is accepted by Fleet, granting the attacker the ability to enroll a device under a different Azure AD tenant.</li>
<li>The attacker leverages enrolled devices to interact with Fleet&rsquo;s MDM management APIs.</li>
<li>Sensitive enrollment secrets embedded in MDM command payloads are exposed to the attacker.</li>
<li>The attacker uses exposed secrets for further unauthorized access or lateral movement within the environment.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-24899 can lead to unauthorized device enrollment, potentially giving attackers control over managed Windows systems. Fleet may expose sensitive enrollment secrets, facilitating further unauthorized access. This vulnerability has the potential to affect any organization using Fleet with Windows MDM enabled, leading to data breaches and compromised systems.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately upgrade Fleet to version 4.82.0 or later to address the vulnerability (reference: Affected Packages).</li>
<li>As an immediate workaround, disable Windows MDM in Fleet if an upgrade is not possible (reference: Workarounds).</li>
<li>Monitor Fleet logs for suspicious device enrollment activities originating from unexpected Azure AD tenants (requires specific logging not detailed in source).</li>
<li>Investigate any unauthorized device enrollments identified within the Fleet management console (requires manual review).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>jwt</category><category>azuread</category><category>authentication</category><category>bypass</category><category>mdm</category><category>fleetdm</category></item></channel></rss>