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 flaw was found in the GnuTLS library, specifically in the gnutlspkcs11token_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.(CVE-2025-9820)
{
"severity": "Medium"
}{
"x86_64": [
"gnutls-3.7.2-19.oe2203sp4.x86_64.rpm",
"gnutls-debuginfo-3.7.2-19.oe2203sp4.x86_64.rpm",
"gnutls-debugsource-3.7.2-19.oe2203sp4.x86_64.rpm",
"gnutls-devel-3.7.2-19.oe2203sp4.x86_64.rpm",
"gnutls-utils-3.7.2-19.oe2203sp4.x86_64.rpm"
],
"aarch64": [
"gnutls-3.7.2-19.oe2203sp4.aarch64.rpm",
"gnutls-debuginfo-3.7.2-19.oe2203sp4.aarch64.rpm",
"gnutls-debugsource-3.7.2-19.oe2203sp4.aarch64.rpm",
"gnutls-devel-3.7.2-19.oe2203sp4.aarch64.rpm",
"gnutls-utils-3.7.2-19.oe2203sp4.aarch64.rpm"
],
"src": [
"gnutls-3.7.2-19.oe2203sp4.src.rpm"
],
"noarch": [
"gnutls-help-3.7.2-19.oe2203sp4.noarch.rpm"
]
}