Logo
componentgnutls
Name
gnutls
Version
3.8.4
Type
library
Description
GNU Transport Layer Security Library
Licenses
GPL-3.0-or-later & LGPL-2.1-or-later
PURL
-
CPE
cpe:2.3:*:gnu:gnutls:3.8.4:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
3.7.4
master
3.8.13

Patches#


#
Title
Author
Resolve
1
x509/name_constraints: name_constraints_node_list_intersect
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
2
x509: reject zero-length version in certificate request
Andrew Hamilton <adhamilt@gmail.com>
3
tests/name-constraints-ip: stop swallowing errors...
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
4
psk: fix read buffer overrun in the "pre_shared_key"
Andrew Hamilton <adhamilt@gmail.com>
5
x509: optimize name constraints processing
Daiki Ueno <ueno@gnu.org>
CVE-2024-12243
6
certtool: avoid 1-byte write buffer overrun when parsing
Daiki Ueno <ueno@gnu.org>
CVE-2025-32990
7
x509/name_constraints: name_constraints_node_add_{new,copy}
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
8
handshake: clear HSK_PSK_SELECTED is when resetting
Daiki Ueno <ueno@gnu.org>
CVE-2025-6395
9
x509: avoid double free when exporting othernames in SAN
Daiki Ueno <ueno@gnu.org>
CVE-2025-32988
10
gnutls: account for ARM_EABI
Joe Slater <jslater@windriver.com>
11
x509: fix read buffer overrun in SCT timestamps
Andrew Hamilton <adhamilt@gmail.com>
CVE-2025-32989
12
pkcs11: avoid stack overwrite when initializing a token
Daiki Ueno <ueno@gnu.org>
CVE-2025-9820
13
x509/name_constraints: make types_with_empty_intersection a
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
14
x509/name_constraints: reject some malformed domain names
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
15
Creating .hmac file should be excuted in target environment,
Lei Maohui <leimaohui@fujitsu.com>
16
x509/name_constraints: add sorted_view in preparation...
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
17
x509/name_constraints: use actual zeroes in universal exclude
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
18
x509/name_constraints: implement
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831
19
gnutls: add ptest support
Ravineet Singh <ravineet.a.singh@est.tech>
20
x509/name_constraints: introduce a rich comparator
Alexander Sosedkin <asosedkin@redhat.com>
CVE-2025-14831

Vulnerabilities#


Name
Analysis
Description
Patched
A flaw was found in the GnuTLS library, specifically in the gnutls_pkcs11_token_init() function that handles PKCS#11 token initialization. When a token label longer than expected is processed, the function writes past the end of a fixed-size stack buffer. This programming error can cause the application using GnuTLS to crash or, in certain conditions, be exploited for code execution. As a result, systems or applications relying on GnuTLS may be vulnerable to a denial of service or local privilege escalation attacks.
Patched
A NULL pointer dereference flaw was found in the GnuTLS software in _gnutls_figure_common_ciphersuite().
Patched
A heap-buffer-overflow (off-by-one) flaw was found in the GnuTLS software in the template parsing logic within the certtool utility. When it reads certain settings from a template file, it allows an attacker to cause an out-of-bounds (OOB) NULL pointer write, resulting in memory corruption and a denial-of-service (DoS) that could potentially crash the system.
Patched
A heap-buffer-overread vulnerability was found in GnuTLS in how it handles the Certificate Transparency (CT) Signed Certificate Timestamp (SCT) extension during X.509 certificate parsing. This flaw allows a malicious user to create a certificate containing a malformed SCT extension (OID 1.3.6.1.4.1.11129.2.4.2) that contains sensitive data. This issue leads to the exposure of confidential information when GnuTLS verifies certificates from certain websites when the certificate (SCT) is not checked correctly.
Patched
A flaw was found in GnuTLS. A double-free vulnerability exists in GnuTLS due to incorrect ownership handling in the export logic of Subject Alternative Name (SAN) entries containing an otherName. If the type-id OID is invalid or malformed, GnuTLS will call asn1_delete_structure() on an ASN.1 node it does not own, leading to a double-free condition when the parent function or caller later attempts to free the same structure. This vulnerability can be triggered using only public GnuTLS APIs and may result in denial of service or memory corruption, depending on allocator behavior.
Patched
A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).
Patched
A flaw was found in GnuTLS, which relies on libtasn1 for ASN.1 data processing. Due to an inefficient algorithm in libtasn1, decoding certain DER-encoded certificate data can take excessive time, leading to increased resource consumption. This flaw allows a remote attacker to send a specially crafted certificate, causing GnuTLS to become unresponsive or slow, resulting in a denial-of-service condition.