CVE-2026-33846
HIGHA 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...
Full CISO analysis pending enrichment.
What systems are affected?
| Package | Ecosystem | Vulnerable Range | Patched |
|---|---|---|---|
| vLLM | pip | — | No patch |
| discovery/discovery-server-rhel9 | — | — | No patch |
| discovery/discovery-ui-rhel9 | — | — | No patch |
| gnutls | — | — | No patch |
| gnutls-main | — | — | No patch |
| libtasn1 | — | — | No patch |
| rhaiis/model-opt-cuda-rhel9 | — | — | No patch |
| rhcos | — | — | No patch |
| rhui5/cds-rhel9 | — | — | No patch |
| rhui5/haproxy-rhel9 | — | — | No patch |
| rhui5/installer-rhel9 | — | — | No patch |
| rhui5/rhua-rhel9 | — | — | No patch |
How severe is it?
What is the attack surface?
What should I do?
No patch available
Monitor for updates. Consider compensating controls or temporary mitigations.
Which compliance frameworks are affected?
Compliance analysis pending. Sign in for full compliance mapping when available.
Frequently Asked Questions
What is CVE-2026-33846?
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.
Is CVE-2026-33846 actively exploited?
No confirmed active exploitation of CVE-2026-33846 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-33846?
No patch is currently available. Monitor vendor advisories for updates.
What is the CVSS score for CVE-2026-33846?
CVE-2026-33846 has a CVSS v3.1 base score of 7.5 (HIGH).
What are the technical details?
Original Advisory
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.
Weaknesses (CWE)
CWE-130 — Improper Handling of Length Parameter Inconsistency: The product parses a formatted message or structure, but it does not handle or incorrectly handles a length field that is inconsistent with the actual length of the associated data.
- [Implementation] When processing structured incoming data containing a size field followed by raw data, ensure that you identify and resolve any inconsistencies between the size field and the actual size of the data.
- [Implementation] Do not let the user control the size of the buffer.
Source: MITRE CWE corpus.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H References
- access.redhat.com/errata/RHSA-2026:13274 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:20611 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:20612 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:20613 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:26319 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:26409 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:29197 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:30004 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:30849 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:30850 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:32962 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:33125 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:34372 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:36004 vendor-advisory x_refsource_REDHAT
- access.redhat.com/errata/RHSA-2026:36006 vendor-advisory x_refsource_REDHAT
- access.redhat.com/security/cve/CVE-2026-33846 vdb-entry x_refsource_REDHAT
- bugzilla.redhat.com/show_bug.cgi issue-tracking x_refsource_REDHAT
Timeline
Related Vulnerabilities
CVE-2024-9053 9.8 vllm: RCE via unsafe pickle deserialization in RPC server
Same package: vllm CVE-2026-25960 9.8 vllm: SSRF allows internal network access
Same package: vllm CVE-2025-47277 9.8 vLLM: RCE via exposed TCPStore in distributed inference
Same package: vllm CVE-2024-11041 9.8 vllm: RCE via unsafe pickle deserialization in MessageQueue
Same package: vllm CVE-2025-32444 9.8 vLLM: RCE via pickle deserialization on ZeroMQ
Same package: vllm