CVE-2026-33846
Published: May 4, 2026
Modified: Jun 2, 2026
CVSS v3.1
7.5
Description
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.
| Vendor | Product | Versions |
|---|---|---|
Red Hat | Red Hat Enterprise Linux 10 | unaffected 0:3.8.10-4.el10_2 - < * |
Red Hat | Red Hat Enterprise Linux 8 | unaffected 0:3.6.16-8.el8_10.6 - < * |
Red Hat | Red Hat Enterprise Linux 8 | unaffected 0:3.6.16-8.el8_10.6 - < * |
Red Hat | Red Hat Enterprise Linux 9 | unaffected 0:3.8.10-4.el9_8 - < * |
Red Hat | Red Hat Enterprise Linux 9 | unaffected 0:3.8.10-4.el9_8 - < * |
Red Hat | Red Hat Hardened Images | unaffected 3.8.13-1.hum1 - < * |
Red Hat | Red Hat Enterprise Linux 6 | All versions |
Red Hat | Red Hat Enterprise Linux 7 | All versions |
Red Hat | Red Hat OpenShift Container Platform 4 | All versions |
Weaknesses (CWE)
CVSS v3.1 Details
CVSS v3.1 Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now