Home

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.

PUBLISHED Reserved 2026-03-24 | Published 2026-05-04 | Updated 2026-05-04 | Assigner redhat




HIGH: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Problem types

Improper Handling of Length Parameter Inconsistency

Product status

Default status
affected

Default status
affected

Default status
affected

Default status
affected

Default status
affected

Default status
affected

Default status
affected

Timeline

2026-03-24:Reported to Red Hat.
2026-05-04:Made public.

References

access.redhat.com/security/cve/CVE-2026-33846 vdb-entry

bugzilla.redhat.com/show_bug.cgi?id=2450625 (RHBZ#2450625) issue-tracking

cve.org (CVE-2026-33846)

nvd.nist.gov (CVE-2026-33846)

Download JSON