CVE-2026-1584: Gnutls: gnutls: remote denial of service via crafted clienthello with invalid psk binder
A flaw was found in gnutls. A remote, unauthenticated attacker can exploit this vulnerability by sending a specially crafted ClientHello message with an invalid Pre-Shared Key (PSK) binder value during the TLS handshake. This can lead to a NULL pointer dereference, causing the server to crash and resulting in a remote Denial of Service (DoS) condition.
Security readout for executives and security teams
Plain-English summary
CVE-2026-1584 is a GnuTLS flaw that can let an unauthenticated remote attacker crash an affected TLS server. The described impact is denial of service, not data theft or code execution. Red Hat marks Red Hat Hardened Images gnutls-main 3.8.12-1.1.hum1 as affected, while listed RHEL and OpenShift entries are unaffected.
Executive priority
Treat as high priority for availability-sensitive services using affected Red Hat Hardened Images. It does not indicate data exposure or takeover, but unauthenticated network-triggered crashes can disrupt customer-facing systems and operations.
Technical view
A crafted TLS ClientHello containing an invalid PSK binder can trigger a NULL pointer dereference in GnuTLS during handshake processing. The CVSS 3.1 score is 7.5 with network attack vector, low complexity, no privileges, no user interaction, and high availability impact only.
Likely exposure
Exposure is most likely where Red Hat Hardened Images include the affected gnutls-main package and terminate TLS using GnuTLS. The provided Red Hat data lists RHEL 6, 7, 8, 9, 10 and OpenShift Container Platform 4 rhcos as unaffected.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The issue is remotely reachable and unauthenticated, so vulnerable internet-facing TLS services would be more urgent, but the documented outcome is service crash rather than compromise.
Researcher notes
Focus validation on package provenance and runtime reachability. The key primitive is a NULL pointer dereference during TLS handshake handling of an invalid PSK binder. Do not assume impact beyond denial of service without additional vendor evidence.
Mitigation direction
Identify Red Hat Hardened Images using gnutls-main 3.8.12-1.1.hum1.
Review and apply Red Hat guidance in RHSA-2026:7477.
Prioritize internet-facing TLS services and high-availability systems first.
Monitor Red Hat CVE and Bugzilla pages for updated fixed-version details.
Use service redundancy where patching must be delayed.
Validation and detection
Inventory deployed images and packages for gnutls-main version 3.8.12-1.1.hum1.
Confirm whether affected containers or hosts expose TLS services remotely.
Check Red Hat VEX status for each product in scope.
Verify patched systems no longer report the affected package version.
Review crash logs for GnuTLS-related TLS handshake failures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.