CVEInsight.
TrendingZero-DayExploreBrowseSearchSaved
CVEInsight.

Free vulnerability intelligence for developers, security teams, and researchers. Data sourced from public databases for informational purposes only.

Explore

HomeTrendingZero-Day WatchAttack TypesBrowse CVEsSearch

Legal

Privacy PolicyTerms of ServiceData Disclaimer

© 2026CVEInsight. For informational use only — not a substitute for professional security advice.

CVE data sourced from NVD / NIST & public disclosures.

gnu

gnutls

22 known vulnerabilities · sorted by CVSS score

CVE-2021-20232
CRITICAL9.8

A flaw was found in gnutls. A use after free issue in client_send_params in lib/ext/pre_shared_key.c may lead to memory corruption and other potential consequences.

gnu / gnutls+2
Network
Published Mar 12, 2021
Page 1 of 2
CVE-2021-20231
CRITICAL9.8

A flaw was found in gnutls. A use after free issue in client sending key_share extension may lead to memory corruption and other consequences.

gnu / gnutls+4
Network
Published Mar 12, 2021
CVE-2020-24659
HIGH7.5

An issue was discovered in GnuTLS before 3.6.15. A server can trigger a NULL pointer dereference in a TLS 1.3 client if a no_renegotiation alert is sent with unexpected timing, and then an invalid second handshake occurs. The crash happens in the application's error handling path, where the gnutls_deinit function is called after detecting a handshake failure.

gnu / gnutls+5
Network
Published Sep 4, 2020
CVE-2022-2509
HIGH7.5

A vulnerability found in gnutls. This security flaw happens because of a double free error occurs during verification of pkcs7 signatures in gnutls_pkcs7_verify function.

gnu / gnutls+5
Network
Published Aug 1, 2022
CVE-2024-0567
HIGH7.5

A vulnerability was found in GnuTLS, where a cockpit (which uses gnuTLS) rejects a certificate chain with distributed trust. This issue occurs when validating a certificate chain with cockpit-certificate-ensure. This flaw allows an unauthenticated, remote client or attacker to initiate a denial of service attack.

gnu / gnutls+4
Network
Published Jan 16, 2024
CVE-2015-0294
HIGH7.5

GnuTLS before 3.3.13 does not validate that the signature algorithms match when importing a certificate.

gnu / gnutls+3
Network
Published Jan 27, 2020
CVE-2024-0553
HIGH7.5

A vulnerability was found in GnuTLS. The response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from the response times of ciphertexts with correct PKCS#1 v1.5 padding. This issue may allow a remote attacker to perform a timing side-channel attack in the RSA-PSK key exchange, potentially leading to the leakage of sensitive data. CVE-2024-0553 is designated as an incomplete resolution for CVE-2023-5981.

gnu / gnutls+3
Network
Published Jan 16, 2024
CVE-2020-11501
HIGH7.4

GnuTLS 3.6.x before 3.6.13 uses incorrect cryptography for DTLS. The earliest affected version is 3.6.3 (2018-07-16) because of an error in a 2017-10-06 commit. The DTLS client always uses 32 '\0' bytes instead of a random value, and thus contributes no randomness to a DTLS negotiation. This breaks the security guarantees of the DTLS protocol.

gnu / gnutls+5
Network
Published Apr 3, 2020
CVE-2023-0361
HIGH7.4

A timing side-channel in the handling of RSA ClientKeyExchange messages was discovered in GnuTLS. This side-channel can be sufficient to recover the key encrypted in the RSA ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption the attacker would need to send a large amount of specially crafted messages to the vulnerable server. By recovering the secret from the ClientKeyExchange message, the attacker would be able to decrypt the application data exchanged over that connection.

gnu / gnutls+9
Network
Published Feb 15, 2023
CVE-2020-13777
HIGH7.4

GnuTLS 3.6.x before 3.6.14 uses incorrect cryptography for encrypting a session ticket (a loss of confidentiality in TLS 1.2, and an authentication bypass in TLS 1.3). The earliest affected version is 3.6.4 (2018-09-24) because of an error in a 2018-09-18 commit. Until the first key rotation, the TLS server always uses wrong data in place of an encryption key derived from an application.

gnu / gnutls+5
Network
Published Jun 4, 2020
CVE-2025-32990
MEDIUM6.5

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.

gnu / gnutls+6
Network
Published Jul 10, 2025
CVE-2025-32988
MEDIUM6.5

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.

gnu / gnutls+6
Network
Published Jul 10, 2025
CVE-2021-4209
MEDIUM6.5

A NULL pointer dereference flaw was found in GnuTLS. As Nettle's hash update functions internally call memcpy, providing zero-length input may cause undefined behavior. This flaw leads to a denial of service after authentication in rare circumstances.

gnu / gnutls+4
Network
Published Aug 24, 2022
CVE-2018-10845
MEDIUM5.9

It was found that the GnuTLS implementation of HMAC-SHA-384 was vulnerable to a Lucky thirteen style attack. Remote attackers could use this flaw to conduct distinguishing attacks and plain text recovery attacks via statistical analysis of timing data using crafted packets.

gnu / gnutls+10
Network
Published Aug 22, 2018
CVE-2019-3836
MEDIUM5.9

It was discovered in gnutls before version 3.6.7 upstream that there is an uninitialized pointer access in gnutls versions 3.6.3 or later which can be triggered by certain post-handshake messages.

gnu / gnutls+2
Network
Published Apr 1, 2019
CVE-2015-8313
MEDIUM5.9

GnuTLS incorrectly validates the first byte of padding in CBC modes

gnu / gnutls+4
Network
Published Dec 20, 2019
CVE-2023-5981
MEDIUM5.9

A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS#1 v1.5 padding.

debian / debian_linux+5
Network
Published Nov 28, 2023
CVE-2018-10844
MEDIUM5.9

It was found that the GnuTLS implementation of HMAC-SHA-256 was vulnerable to a Lucky thirteen style attack. Remote attackers could use this flaw to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data using crafted packets.

gnu / gnutls+10
Network
Published Aug 22, 2018
CVE-2018-16868
MEDIUM5.6

A Bleichenbacher type side-channel based padding oracle attack was found in the way gnutls handles verification of RSA decrypted PKCS#1 v1.5 data. An attacker who is able to run process on the same physical core as the victim process, could use this to extract plaintext or in some cases downgrade any TLS connections to a vulnerable server.

gnu / gnutls
Physical
Published Dec 3, 2018
CVE-2018-10846
MEDIUM5.6

A cache-based side channel in GnuTLS implementation that leads to plain text recovery in cross-VM attack setting was found. An attacker could use a combination of "Just in Time" Prime+probe attack in combination with Lucky-13 attack to recover plain text using crafted packets.

gnu / gnutls+10
Local
Published Aug 22, 2018