CVE-2025-32990: Gnutls: vulnerability in gnutls certtool template parsing
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.
Security readout for executives and security teams
Plain-English summary
A flaw in GnuTLS certtool can corrupt memory when it parses a specially formed template file. The likely result is a crash or denial of service; the supplied evidence does not show confidentiality impact or code execution. Business risk is greatest where automated systems accept templates from untrusted or externally influenced sources.
Executive priority
Schedule remediation promptly through normal vulnerability-management processes. This is not an emergency based on supplied evidence, but priority should increase where certificate automation consumes untrusted templates or supports critical operations. Track RHEL 6 and 7 separately because their status remains unknown.
Technical view
An off-by-one heap buffer overflow in certtool template parsing permits an out-of-bounds NULL write. This can cause memory corruption, limited integrity impact, and availability loss. The supplied CVSS 3.1 score is 6.5. Multiple Red Hat packages are listed as affected, while exact upstream affected and fixed ranges are not supplied.
Likely exposure
Exposure includes listed GnuTLS packages in RHEL 8, 9, and 10, certain RHEL lifecycle variants, Ceph Storage 7, Discovery 2, Hardened Images, Insights proxy, and OpenShift 4. RHEL 6 and 7 status is unknown. Practical risk depends on whether certtool processes attacker-influenced templates.
Exploitation context
The supplied record does not identify active exploitation, and the CVE is not listed as KEV. Exploitation evidence is therefore incomplete, not negative proof. The documented pathway requires certtool to parse a crafted template; no evidence supplied supports remote code execution or information disclosure.
Researcher notes
The vulnerable component is certtool template parsing, not necessarily every use of the GnuTLS library. The bundle lists vendor-specific affected packages but marks the generic libgnutls entry unaffected by default. Exact upstream version boundaries and fixed package versions are absent, so validate against each referenced vendor advisory.
Mitigation direction
Review Red Hat CVE guidance and map deployed products to their applicable security advisories.
Apply vendor-provided package or product updates after standard compatibility testing.
Prioritize automated certtool workflows that process externally supplied or attacker-influenced templates.
Until updated, restrict template processing to trusted administrative sources where operationally feasible.
Validation and detection
Inventory installed GnuTLS packages and compare versions with the affected product entries.
Determine whether certtool is installed, invoked automatically, or exposed to untrusted template inputs.
Confirm updated packages correspond to the applicable Red Hat security advisory.
After remediation, retest certificate automation and monitor for certtool crashes or memory-corruption indicators.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-122: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-122 · source CWE mapping
Heap-based Buffer Overflow
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.