<?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>Mdm — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/mdm/</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:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/mdm/feed.xml" rel="self" type="application/rss+xml"/><item><title>Fleet Windows MDM Management Endpoint Authentication Bypass Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-fleet-mdm-bypass/</link><pubDate>Thu, 14 May 2026 13:15:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-fleet-mdm-bypass/</guid><description>CVE-2026-23998 describes a vulnerability in Fleet's Windows MDM management endpoint that allows requests to be processed without proper client certificate validation, potentially allowing an attacker to impersonate a device and retrieve sensitive configuration data.</description><content:encoded><![CDATA[<p>Fleet&rsquo;s Windows MDM management endpoint is vulnerable to an authentication bypass (CVE-2026-23998) due to improper client certificate validation. Specifically, requests to the MDM endpoint could be processed even without a valid client certificate. An attacker with prior knowledge of a valid enrolled device identifier could exploit this vulnerability to impersonate that device. Successful exploitation could allow the attacker to receive sensitive configuration payloads intended for the targeted device. This vulnerability affects Fleet versions prior to 4.81.0. It&rsquo;s important for defenders to identify and mitigate this risk to protect sensitive device configurations and data.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target Windows device enrolled in Fleet MDM and obtains its device identifier.</li>
<li>Attacker crafts a malicious HTTP request to the Fleet Windows MDM management endpoint.</li>
<li>The malicious request is sent without a valid client certificate.</li>
<li>Due to the vulnerability, the Fleet server incorrectly processes the request as if it were authenticated.</li>
<li>The Fleet server retrieves the configuration payload associated with the target device identifier.</li>
<li>The configuration payload, potentially containing sensitive information (Wi-Fi passwords, VPN configurations, certificates), is sent to the attacker.</li>
<li>Attacker gains unauthorized access to sensitive configuration data of the targeted Windows device.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-23998 allows an attacker to retrieve sensitive configuration data intended for a specific Windows device managed by Fleet MDM. This could include Wi-Fi passwords, VPN configurations, certificates, and other secrets delivered through MDM profiles. The vulnerability does not allow the attacker to enroll new devices, gain administrative access to Fleet, or compromise the Fleet control plane. The impact is limited to the targeted Windows device, but exfiltration of sensitive information from that device could lead to broader network compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Fleet to version 4.81.0 or later to patch CVE-2026-23998 (reference: Affected Packages).</li>
<li>If an immediate upgrade is not possible, temporarily disable Windows MDM (reference: Workarounds).</li>
<li>Monitor webserver logs for requests to the MDM endpoint lacking client certificates, using the provided Sigma rules (reference: rules).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>authentication-bypass</category><category>credential-access</category><category>mdm</category></item><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>