OESA-2026-2331

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-2331
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-2331.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-2331
Upstream
  • CVE-2026-33846
Published
2026-05-15T14:02:09Z
Modified
2026-05-15T14:15:11.755315Z
Summary
gnutls security update
Details

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, and other required structures. The project strives to provide a secure communications back-end, simple to use and integrated with the rest of the base Linux libraries. A back-end designed to work and be secure out of the box, keeping the complexity of TLS and PKI out of application code.

Security Fix(es):

A heap buffer overflow vulnerability exists in the DTLS handshake fragment reassembly logic of GnuTLS. The issue arises in mergehandshakepacket() where incoming handshake fragments are matched and merged based solely on handshake type, without validating that the messagelength field remains consistent across all fragments of the same logical message. An attacker can exploit this by sending crafted DTLS fragments with conflicting messagelength 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.(CVE-2026-33846)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:20.03-LTS-SP4 / gnutls

Package

Name
gnutls
Purl
pkg:rpm/openEuler/gnutls&distro=openEuler-20.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.6.14-21.oe2003sp4

Ecosystem specific

{
    "src": [
        "gnutls-3.6.14-21.oe2003sp4.src.rpm"
    ],
    "aarch64": [
        "gnutls-3.6.14-21.oe2003sp4.aarch64.rpm",
        "gnutls-debuginfo-3.6.14-21.oe2003sp4.aarch64.rpm",
        "gnutls-debugsource-3.6.14-21.oe2003sp4.aarch64.rpm",
        "gnutls-devel-3.6.14-21.oe2003sp4.aarch64.rpm",
        "gnutls-utils-3.6.14-21.oe2003sp4.aarch64.rpm"
    ],
    "x86_64": [
        "gnutls-3.6.14-21.oe2003sp4.x86_64.rpm",
        "gnutls-debuginfo-3.6.14-21.oe2003sp4.x86_64.rpm",
        "gnutls-debugsource-3.6.14-21.oe2003sp4.x86_64.rpm",
        "gnutls-devel-3.6.14-21.oe2003sp4.x86_64.rpm",
        "gnutls-utils-3.6.14-21.oe2003sp4.x86_64.rpm"
    ],
    "noarch": [
        "gnutls-help-3.6.14-21.oe2003sp4.noarch.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-2331.json"