<?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>Cve-2026-1584 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-1584/</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>Thu, 09 Apr 2026 18:16:44 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-1584/feed.xml" rel="self" type="application/rss+xml"/><item><title>GNUTLS Denial of Service via Malformed ClientHello (CVE-2026-1584)</title><link>https://feed.craftedsignal.io/briefs/2026-04-gnutls-dos/</link><pubDate>Thu, 09 Apr 2026 18:16:44 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-gnutls-dos/</guid><description>A remote, unauthenticated attacker can exploit CVE-2026-1584 in gnutls by sending a specially crafted ClientHello message with an invalid Pre-Shared Key (PSK) binder value during the TLS handshake, leading to a NULL pointer dereference and a denial-of-service condition.</description><content:encoded><![CDATA[<p>CVE-2026-1584 is a vulnerability found in the gnutls library, a widely used implementation of the TLS protocol. This vulnerability allows an unauthenticated, remote attacker to cause a denial-of-service (DoS) condition on a server utilizing a vulnerable version of gnutls. The attack involves sending a specially crafted TLS ClientHello message containing an invalid Pre-Shared Key (PSK) binder value. This malformed message triggers a NULL pointer dereference within the gnutls library, leading to a server crash. The vulnerability was reported on April 9, 2026, and affects systems using gnutls for TLS communication. This vulnerability poses a significant risk to services relying on gnutls for secure communication, potentially disrupting availability and impacting users.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a server utilizing a vulnerable version of gnutls.</li>
<li>Attacker crafts a TLS ClientHello message.</li>
<li>Attacker modifies the ClientHello message to include an invalid Pre-Shared Key (PSK) binder value.</li>
<li>Attacker sends the crafted ClientHello message to the target server.</li>
<li>The server&rsquo;s gnutls library processes the malformed ClientHello message.</li>
<li>Due to the invalid PSK binder, a NULL pointer dereference occurs within gnutls.</li>
<li>The NULL pointer dereference causes the gnutls process to crash.</li>
<li>The server becomes unavailable, resulting in a denial-of-service condition.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-1584 leads to a denial-of-service condition, rendering the affected server unavailable. The impact is service disruption for any application relying on the vulnerable gnutls instance. There is no specific victim count available; however, any server using a vulnerable version of gnutls is susceptible. The vulnerable software is used across multiple sectors, including web servers, mail servers, and VPN gateways. A successful attack disrupts TLS communication, preventing users from accessing services.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor network traffic for malformed TLS ClientHello messages containing invalid PSK binder values to detect potential exploitation attempts. (See Sigma rule &ldquo;Detect Malformed TLS ClientHello with Invalid PSK Binder&rdquo;)</li>
<li>Upgrade to a patched version of gnutls that addresses CVE-2026-1584 to remediate the vulnerability.</li>
<li>Implement rate limiting on TLS connections to mitigate the impact of DoS attacks.</li>
<li>Enable verbose logging on TLS connections to aid in the detection and analysis of exploitation attempts (e.g., webserver logs).</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-1584</category><category>denial-of-service</category><category>gnutls</category></item></channel></rss>