<?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>2fa-Bypass — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/2fa-bypass/</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>Sat, 04 Apr 2026 06:13:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/2fa-bypass/feed.xml" rel="self" type="application/rss+xml"/><item><title>Directus Aggregate Query Vulnerability Allows Disclosure of Concealed Data</title><link>https://feed.craftedsignal.io/briefs/2026-04-directus-aggregate-disclosure/</link><pubDate>Sat, 04 Apr 2026 06:13:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-directus-aggregate-disclosure/</guid><description>A vulnerability in Directus versions prior to 11.17.0 allows authenticated users to extract concealed field values, including static API tokens and two-factor authentication secrets from directus_users, via aggregate queries.</description><content:encoded><![CDATA[<p>Directus versions prior to 11.17.0 contain a vulnerability where aggregate functions, such as <code>min</code> and <code>max</code>, when applied to fields with the <code>conceal</code> special type, incorrectly return raw database values instead of the masked placeholder. This affects authenticated users who have read access to the affected collection, enabling them to extract concealed field values via <code>groupBy</code> aggregate queries.  This vulnerability allows for the extraction of sensitive information, such as static API tokens and two-factor authentication secrets stored in <code>directus_users</code>, enabling account takeovers and 2FA bypass. The vulnerability was reported on April 4, 2026, and is identified as CVE-2026-35442. Defenders should prioritize upgrading Directus instances to version 11.17.0 or later to mitigate this risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to a vulnerable Directus instance with valid user credentials.</li>
<li>Attacker identifies a collection containing fields with the <code>conceal</code> special type, such as <code>directus_users</code>.</li>
<li>Attacker crafts an aggregate query using functions like <code>min</code> or <code>max</code> on the concealed field and includes a <code>groupBy</code> clause. Example: <code>SELECT min(secret_field) FROM collection GROUP BY other_field</code>.</li>
<li>The Directus server processes the aggregate query but fails to properly apply the masking logic to the nested results.</li>
<li>The server returns the raw, unmasked values of the concealed field in the aggregate query response.</li>
<li>The attacker extracts static API tokens and TOTP seeds from the returned data.</li>
<li>Attacker uses the extracted API tokens to authenticate as other users, including administrators, bypassing username/password requirements.</li>
<li>Attacker uses the extracted TOTP seeds to bypass two-factor authentication for other users, gaining unauthorized access to their accounts.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability can lead to complete account takeover, including administrative accounts. Two-factor authentication mechanisms can be bypassed, invalidating this security control. The number of affected organizations depends on the adoption rate of Directus, but all instances running versions prior to 11.17.0 are vulnerable. If the attack succeeds, attackers gain full control over the Directus instance and associated data, potentially leading to data breaches, service disruption, and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Directus to version 11.17.0 or later to patch the vulnerability (CVE-2026-35442).</li>
<li>Implement a Web Application Firewall (WAF) rule to detect and block aggregate queries targeting concealed fields in sensitive collections. See the Sigma rule example for guidance.</li>
<li>Monitor Directus application logs for unusual aggregate query patterns, especially those involving <code>groupBy</code> and functions like <code>min</code> or <code>max</code>.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>directus</category><category>vulnerability</category><category>credential-access</category><category>api-token</category><category>2fa-bypass</category></item><item><title>Critical Vulnerabilities in Quest KACE SMA Allow System Takeover</title><link>https://feed.craftedsignal.io/briefs/2026-03-quest-kace-sma-vulns/</link><pubDate>Sat, 21 Mar 2026 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-03-quest-kace-sma-vulns/</guid><description>Multiple critical vulnerabilities in Quest KACE Systems Management Appliance (SMA), including authentication bypass and 2FA bypass, allow unauthenticated attackers to achieve system takeover and cause denial of service; active exploitation is reported.</description><content:encoded><![CDATA[<p>Quest KACE Systems Management Appliance (SMA) is an IT systems management solution used by organizations to manage and secure endpoints. In June 2025, multiple critical vulnerabilities were disclosed. These include CVE-2025-32975, an authentication bypass; CVE-2025-32976, a 2FA bypass; CVE-2025-32977, malicious backup upload; and CVE-2025-32978, license replacement leading to denial of service. The vulnerabilities were discovered during a third-party assessment. As of March 20, 2026, active exploitation has been reported, making immediate patching critical. Versions affected include KACE SMA versions 13.0.385, 13.1.81, 13.2.183, 14.0.341, and 14.1.101. Successful exploitation can lead to complete system compromise, impacting enterprise security and operations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Unauthenticated Request (CVE-2025-32975):</strong> An attacker sends a crafted request to the KACE SMA server, exploiting the improper authentication handling in the SSO mechanism.</li>
<li><strong>Authentication Bypass:</strong> The server fails to properly validate the request, allowing the attacker to bypass authentication and impersonate a legitimate user, gaining unauthorized access to the system.</li>
<li><strong>2FA Bypass (CVE-2025-32976):</strong> If the attacker has valid credentials, they exploit a logic flaw in the two-factor authentication implementation to bypass TOTP-based 2FA requirements.</li>
<li><strong>Privilege Escalation:</strong> Using the bypassed authentication, the attacker gains access to administrative privileges within the KACE SMA.</li>
<li><strong>Malicious Backup Upload (CVE-2025-32977):</strong> An unauthenticated attacker uploads a malicious backup file to the system, exploiting weaknesses in the cryptographic signature validation process.</li>
<li><strong>System Compromise:</strong> The malicious backup content is processed, compromising the system&rsquo;s integrity and potentially allowing the attacker to execute arbitrary code.</li>
<li><strong>License Replacement (CVE-2025-32978):</strong> The attacker uses a web interface intended for license renewal to replace valid system licenses with expired or trial licenses.</li>
<li><strong>Denial of Service:</strong> The replacement of valid licenses causes a denial of service, disrupting normal operations and preventing legitimate users from accessing the system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of these vulnerabilities allows attackers to gain complete control over the KACE SMA, leading to the compromise of managed endpoints. The denial-of-service vulnerability disrupts IT operations. While the exact number of victims is unknown, the widespread use of KACE SMA across various sectors suggests a broad potential impact. Active exploitation reported as of March 2026 increases the urgency.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the patches released by Quest for KACE SMA versions 13.0.385, 13.1.81, 13.2.183, 14.0.341 (Patch 5), 14.1.101 (Patch 4) to remediate CVE-2025-32975, CVE-2025-32976, CVE-2025-32977, and CVE-2025-32978.</li>
<li>Upscale monitoring and detection capabilities to identify any related suspicious activity as recommended by CCB.</li>
<li>Implement the Sigma rule &ldquo;Detect Unauthenticated Access Attempts to KACE SMA&rdquo; to identify potential exploitation attempts targeting CVE-2025-32975.</li>
<li>Review web server logs for suspicious file uploads to detect potential exploitation of CVE-2025-32977.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>quest-kace</category><category>vulnerability</category><category>authentication-bypass</category><category>2fa-bypass</category><category>denial-of-service</category><category>sma</category></item></channel></rss>