<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>HAProxy - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/haproxy/</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>Mon, 14 Sep 2026 13:04:13 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/haproxy/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>HAProxy Security Bypass Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-09-haproxy-bypass/</link><pubDate>Mon, 14 Sep 2026 13:04:13 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-haproxy-bypass/</guid><description>A vulnerability in HAProxy (CVE-2023-45538) allows remote, unauthenticated attackers to bypass security restrictions, manipulate data, and trigger denial-of-service conditions.</description><content:encoded><![CDATA[<p>The BSI has reported a vulnerability in HAProxy identified as CVE-2023-45538. This security flaw enables a remote, unauthenticated attacker to circumvent established security controls within the load balancer. By exploiting this issue, unauthorized actors may be able to perform unauthorized data manipulation or disrupt service availability, resulting in a Denial-of-Service (DoS) state. Given HAProxy's position as a critical infrastructure component for traffic routing and load balancing, the potential for unauthorized data inspection or traffic redirection is significant. Organizations utilizing HAProxy are advised to review the vulnerability documentation to determine the specific impact on their configuration and to apply relevant vendor patches as soon as they are made available to mitigate the risk of remote service disruption or unauthorized traffic handling.</p>
<h2 id="impact">Impact</h2>
<p>The vulnerability poses a risk of service interruption and data integrity compromise for any organization utilizing HAProxy in an internet-facing capacity. Successful exploitation can lead to a Denial-of-Service, impacting the availability of web applications and services relying on HAProxy for load balancing. Furthermore, the bypass of security restrictions may allow attackers to manipulate traffic streams, potentially leading to unauthorized access to downstream systems or data exfiltration.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Identify all HAProxy instances within the environment using asset management tools or network discovery.</li>
<li>Consult the official HAProxy security documentation regarding CVE-2023-45538 to identify affected versions and verify if current configurations are susceptible.</li>
<li>Apply vendor-provided security patches immediately once available to remediate the vulnerability.</li>
<li>Implement strict access control lists (ACLs) to limit management and configuration interfaces to trusted administrative networks.</li>
</ol>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>security-bypass</category><category>denial-of-service</category><category>network-security</category></item><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>