<?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>Traefik (&lt; 2.11.53, &lt; 3.6.24, &lt; 3.7.9) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/traefik--2.11.53--3.6.24--3.7.9/</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, 05 Aug 2026 21:11:55 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/traefik--2.11.53--3.6.24--3.7.9/feed.xml" rel="self" type="application/rss+xml"/><item><title>Service Exhaustion via Stalled TLS ALPN Handshakes</title><link>https://feed.craftedsignal.io/briefs/2026-08-stalled-tls-handshakes/</link><pubDate>Wed, 05 Aug 2026 21:11:55 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-stalled-tls-handshakes/</guid><description>Attackers are exploiting unpatched TLS listeners by flooding them with incomplete ACME ALPN handshakes to exhaust server-side resources like goroutines and worker threads.</description><content:encoded><![CDATA[<p>This threat involves the abuse of the acme-tls/1 ALPN extension to trigger denial-of-service conditions against TLS-enabled reverse proxies. Attackers initiate high volumes of TLS connections advertising the acme-tls/1 extension, a protocol intended only for ACME TLS-ALPN-01 certificate validation, and deliberately stall the handshake process. By failing to complete the handshake, the attacker forces the destination service to maintain open connection states, effectively exhausting available goroutines, worker threads, or accept queue depths. This exploitation pattern is specifically documented as a technique to target CVE-2026-22045, which affects services like Traefik that lack adequate handshake timeout enforcement. When performed at scale, this resource exhaustion results in a denial-of-service (DoS) for legitimate users. Defenders should monitor for repeated incomplete TLS sessions originating from non-authorized sources to identify exploitation attempts against edge infrastructure.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to a denial of service on internet-facing reverse proxies and web application load balancers, impacting service availability. Affected infrastructure includes common reverse proxies such as Traefik, nginx, HAProxy, and Caddy. If handshake timeouts are not correctly configured, a relatively low-volume flood can exhaust server resources, causing service instability or total outage for the host.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize hardening of all internet-facing TLS listeners to prevent resource exhaustion.</p>
<ul>
<li>Upgrade Traefik and other reverse proxies to versions that explicitly address CVE-2026-22045 and related handshake-timeout vulnerabilities.</li>
<li>Enforce strict <code>ssl_handshake_timeout</code> settings at the listener level to bound the duration any connection can remain in a pending state.</li>
<li>Rate-limit inbound TLS connections per source IP at the network perimeter to mitigate the impact of connection-flooding attacks.</li>
<li>Configure the Elastic Agent <code>network_traffic</code> integration with <code>include_detailed_fields: true</code> to ensure visibility into ALPN extension fields.</li>
<li>Suppress noise by creating allowlists for known ACME Certificate Authority IP ranges (e.g., Let's Encrypt, ZeroSSL, Buypass) and internal certificate renewal agents.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category></item></channel></rss>