Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

openSUSE-SU-2026:20778-1

Опубликовано: 18 мая 2026
Источник: suse-cvrf

Описание

Security update for gnutls

This update for gnutls fixes the following issues

  • CVE-2026-3832: cert-session: fix multi-entry OCSP revocation bypass (bsc#1263706).
  • CVE-2026-3833: x509/name-constraints: compare domain names case-insensitive (bsc#1263707).
  • CVE-2026-5260: lib/pkcs11_privkey: guard against overreading on short ciphertexts (bsc#1263715).
  • CVE-2026-5419: gnutls_cipher_decrypt3: make PKCS#7 unpadding branch free (bsc#1263716).
  • CVE-2026-33845: buffers: switch from end_offset over to frag_length (bsc#1263704).
  • CVE-2026-33846: buffers: add more checks to DTLS reassembly (bsc#1263705).
  • CVE-2026-42009: lib/buffers: ensure packets have differing sequence numbers (bsc#1263708).
  • CVE-2026-42010: lib/auth/rsa_psk: fix binary PSK identity lookup (bsc#1263709).
  • CVE-2026-42011: x509/name_constraints: fix intersecting empty constraints (bsc#1263710).
  • CVE-2026-42012: x509/hostname-verify: make URI/SRV SAN preclude CN fallback (bsc#1263711).
  • CVE-2026-42013: x509: prevent fallback on oversized SAN (bsc#1263712).
  • CVE-2026-42014: pkcs11_write: fix UAF and leak in gnutls_pkcs11_token_set_pin (bsc#1263713).
  • CVE-2026-42015: x509/pkcs12_bag: fix off-by-one in bag element bounds chec (bsc#1263714).

Список пакетов

openSUSE Leap 16.0
gnutls-3.8.10-160000.3.1
libgnutls-devel-3.8.10-160000.3.1
libgnutls-devel-doc-3.8.10-160000.3.1
libgnutls30-3.8.10-160000.3.1
libgnutlsxx-devel-3.8.10-160000.3.1
libgnutlsxx30-3.8.10-160000.3.1

Описание

A flaw in GnuTLS DTLS handshake parsing allows malformed fragments with zero length and non-zero offset, leading to an integer underflow during reassembly and resulting in an out-of-bounds read. This issue is remotely exploitable and may cause information disclosure or denial of service.


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

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.


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

A flaw was found in gnutls. A remote attacker could exploit this vulnerability by presenting a specially crafted Online Certificate Status Protocol (OCSP) response during a TLS handshake. Due to a logic error in how gnutls processes multi-record OCSP responses, a client with OCSP verification enabled may incorrectly accept a revoked server certificate, potentially leading to a compromise of trust.


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

A flaw was found in gnutls. This vulnerability occurs because gnutls performs case-sensitive comparisons of `nameConstraints` labels, specifically for `dNSName` (DNS) or `rfc822Name` (email) constraints within `excludedSubtrees` or `permittedSubtrees`. A remote attacker can exploit this by crafting a leaf certificate with casing differences in the Subject Alternative Name (SAN), leading to a policy bypass where a certificate that should be rejected is instead accepted. This could result in unauthorized access or information disclosure.


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

A flaw was found in gnutls. A remote attacker could exploit an issue in the Datagram Transport Layer Security (DTLS) packet reordering logic. The comparator function, responsible for ordering DTLS packets by sequence numbers, did not correctly handle packets with duplicate sequence numbers. This could lead to unstable packet ordering or undefined behavior, resulting in a denial of service.


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

A flaw was found in gnutls. Servers configured with RSA-PSK (Rivest-Shamir-Adleman - Pre-Shared Key) wrongfully matched usernames containing a NUL character with truncated usernames. A remote attacker could exploit this by sending a specially crafted username, leading to an authentication bypass. This vulnerability allows an attacker to gain unauthorized access by circumventing the authentication process.


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

A flaw was found in gnutls. This vulnerability occurs because permitted name constraints were incorrectly ignored when previous Certificate Authorities (CAs) only had excluded name constraints. A remote attacker could exploit this to bypass critical name constraint checks during certificate validation. This bypass could lead to the acceptance of invalid certificates, potentially enabling spoofing or man-in-the-middle attacks against affected systems.


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

unknown


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

unknown


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

unknown


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

unknown


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

unknown


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки

Описание

unknown


Затронутые продукты
openSUSE Leap 16.0:gnutls-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls-devel-doc-3.8.10-160000.3.1
openSUSE Leap 16.0:libgnutls30-3.8.10-160000.3.1

Ссылки
Уязвимость openSUSE-SU-2026:20778-1