Executive brief
GnuTLS is a widely used security library that enables encrypted communications for websites and applications. A flaw in how it handles certain certificate data could allow an attacker to crash services or potentially corrupt system memory. This could lead to a service outage or provide a foothold for further malicious activity.
Technical details
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'. When a malformed or invalid type-id OID is encountered, GnuTLS incorrectly calls asn1_delete_structure() on an ASN.1 node it does not own. This results in a double-free condition when the caller subsequently attempts to free the same structure. The flaw can be triggered via public GnuTLS APIs, and while it primarily results in a denial of service (crash), it may lead to memory corruption depending on the system's memory allocator behavior. The issue is resolved in GnuTLS version 3.8.10 and various vendor-specific patches.
Affected products
- GnuTLS Project GnuTLS < 3.8.10
- Red Hat Red Hat Enterprise Linux 8 < 3.6.16-8.el8_10.4
- Red Hat Red Hat Enterprise Linux 9 < 3.8.3-6.el9_6.2
- Red Hat Red Hat Enterprise Linux 10 < 3.8.9-9.el10_0.14
Timeline
- 2025-07-08: patched: GnuTLS 3.8.10 released with fix
- 2025-07-10: disclosed: CVE-2025-32988 published
- 2025-09-17: advisory: Red Hat issued security advisories RHSA-2025:16115 and RHSA-2025:16116
References
- https://www.gnutls.org/
- https://access.redhat.com/downloads/content/package-browser/
- https://catalog.redhat.com/software/containers/
- https://access.redhat.com/errata/RHSA-2025:16115
- https://access.redhat.com/errata/RHSA-2025:16116
- https://access.redhat.com/errata/RHSA-2025:17181
- https://access.redhat.com/errata/RHSA-2025:17348