CVE Catalog

CVE-2026-33846

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.26%

68th percentile - higher than 68% of all known CVEs

Summary

A heap buffer overflow vulnerability exists in the DTLS handshake fragment reassembly logic of GnuTLS. The issue arises in merge_handshake_packet() where incoming handshake fragments are matched and merged based solely on handshake type, without validating that the message_length field remains consistent across all fragments. An attacker can exploit this by sending crafted DTLS fragments with conflicting message_length values, causing an out-of-bounds write on the heap.

Risk Assessment

The vulnerability allows remote unauthenticated attackers to cause application crashes or potential memory corruption via the DTLS handshake path, which could lead to code execution or denial of service.

Recommendation

Update GnuTLS to the latest patched version immediately. As a temporary mitigation, restrict access to DTLS services and monitor network traffic for anomalous handshake fragments.

Other vulnerabilities in GnuTLS

See all
Original NVD description (English source)

A heap buffer overflow vulnerability exists in the DTLS handshake fragment reassembly logic of GnuTLS. The issue arises in merge_handshake_packet() where incoming handshake fragments are matched and merged based solely on handshake type, without validating that the message_length field remains consistent across all fragments of the same logical message. An attacker can exploit this by sending crafted DTLS fragments with conflicting message_length values, causing the implementation to allocate a buffer based on a smaller initial fragment and subsequently write beyond its bounds using larger, inconsistent fragments. Because the merge operation does not enforce proper bounds checking against the allocated buffer size, this results in an out-of-bounds write on the heap. The vulnerability is remotely exploitable without authentication via the DTLS handshake path and can lead to application crashes or potential memory corruption.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS