Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-33846 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:13274 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:20611 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:20612 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:20613 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:26319 redhat-SADP

see all 57 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-130Improper Handling of Length Parameter Inconsistencyredhat-SADP
CWE-130Improper Handling of Length Parameter Inconsistency[email protected]

Affected Products

No affected product data is available for this CVE.

Change History

44 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-33846
NVD Published Date:
May 4, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]
CVE-2026-33846 Details - Not Deferred