<?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>Radius — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/radius/</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>Fri, 29 May 2026 06:21:31 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/radius/feed.xml" rel="self" type="application/rss+xml"/><item><title>strongSwan 5.9.13 Denial-of-Service Vulnerability (CVE-2026-35333)</title><link>https://feed.craftedsignal.io/briefs/2026-05-strongswan-dos/</link><pubDate>Fri, 29 May 2026 06:21:31 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-strongswan-dos/</guid><description>A denial-of-service vulnerability exists in strongSwan version 5.9.13 due to a flaw in the eap-radius plugin when built with DAE enabled, allowing remote attackers to exhaust worker threads by sending a crafted RADIUS Access-Request (CVE-2026-35333).</description><content:encoded><![CDATA[<p>A denial-of-service (DoS) vulnerability has been identified in strongSwan version 5.9.13 (and earlier) within the eap-radius plugin when the DAE (Dead Anti-Exploit) feature is enabled. The vulnerability, tracked as CVE-2026-35333, stems from how the <code>attribute_enumerate()</code> function handles RADIUS messages with zero-length attributes. An attacker can exploit this flaw by sending a specially crafted RADIUS Access-Request containing a zero-length attribute. This triggers an infinite loop within the <code>charon</code> process, causing a worker thread to consume 100% CPU. Repeated exploitation can exhaust all available worker threads, effectively denying service to legitimate users. This vulnerability is pre-authentication, meaning an attacker does not need valid credentials to trigger the DoS. Public exploit code is available, increasing the urgency for patching vulnerable systems.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a strongSwan instance running version 5.9.13 or earlier with the eap-radius plugin and DAE enabled.</li>
<li>The attacker crafts a malicious RADIUS Access-Request packet. The packet contains a User-Name attribute with a length of 0.</li>
<li>The attacker sends the crafted RADIUS Access-Request packet to the strongSwan instance on UDP port 3799 (default).</li>
<li>The <code>charon</code> daemon receives the packet and processes it via the <code>attribute_enumerate()</code> function in <code>src/libradius/radius_message.c</code>.</li>
<li>Due to the zero-length attribute, the <code>attribute_enumerate()</code> function enters an infinite loop, causing a single <code>charon</code> worker thread to consume 100% CPU.</li>
<li>The attacker sends multiple crafted packets to exhaust all available <code>charon</code> worker threads.</li>
<li>Legitimate RADIUS authentication requests are no longer processed due to the exhaustion of worker threads.</li>
<li>The strongSwan service becomes unavailable, resulting in a denial-of-service condition.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-35333 results in a denial-of-service condition, rendering the strongSwan VPN service unavailable. This can disrupt network access for legitimate users and impact business operations. The vulnerability is pre-authentication, meaning that anyone can trigger the DoS without requiring credentials. There is currently no information available regarding specific sectors targeted or the number of victims affected.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade to a patched version of strongSwan that addresses CVE-2026-35333 to remediate the vulnerability.</li>
<li>Disable the <code>charon.plugins.eap-radius.dae.enable</code> option in the <code>strongswan.conf</code> file as a temporary workaround to mitigate the DoS, as shown in the exploit description.</li>
<li>Monitor strongSwan servers for high CPU utilization by <code>charon</code> worker threads using tools like <code>ps</code> to detect potential exploitation attempts.</li>
<li>Deploy the Sigma rule &ldquo;Detect Strongswan CVE-2026-35333 DoS Exploit&rdquo; to identify malicious RADIUS packets targeting the vulnerability in network traffic.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>denial-of-service</category><category>radius</category><category>strongswan</category><category>CVE-2026-35333</category></item></channel></rss>