CVE-2026-34734: HDF5: H5T__conv_struct Use After Free
HDF5 is software for managing data. In 1.14.1-2 and earlier, a heap-use-after-free was found in the h5dump helper utility. An attacker who can supply a malicious h5 file can trigger a heap use-after-free. The freed object is referenced in a memmove call from H5T__conv_struct. The original object was allocated by H5D__typeinfo_init_phase3 and freed by H5D__typeinfo_term.
Security readout for executives and security teams
Plain-English summary
A malicious HDF5 file can crash or potentially compromise systems that process it with the h5dump utility in HDF5 1.14.1-2 and earlier. The risk is highest where staff, pipelines, or researchers inspect externally supplied HDF5 data files.
Executive priority
Treat as high priority for environments that exchange or inspect HDF5 datasets. Business urgency depends on whether untrusted files reach h5dump; isolated internal-only use lowers immediate risk.
Technical view
The issue is a heap use-after-free in h5dump. A freed object is later referenced during a memmove call from H5T__conv_struct after allocation in H5D__typeinfo_init_phase3 and release in H5D__typeinfo_term. The CVSS 3.1 score is 7.8 with local attack vector and required user interaction.
Likely exposure
Organizations using HDFGroup hdf5 versions 1.14.1-2 or earlier, especially where h5dump processes HDF5 files from partners, customers, research datasets, or uploads.
Exploitation context
The bundle does not show active exploitation, and KEV is false. Exploitation requires a malicious .h5 file to be supplied and processed by h5dump. The CVSS vector indicates no privileges are required, but user interaction is required.
Researcher notes
Evidence names CWE-416 and CWE-825 and identifies the allocation, free, and later memmove reference path. The provided bundle does not include exploit proof, patch commit details, or downstream package status beyond the listed advisory references.
Mitigation direction
Inventory HDF5 and h5dump versions across workstations, servers, containers, and pipelines.
Avoid processing untrusted HDF5 files with vulnerable h5dump versions.
Check HDFGroup and distribution advisories for fixed packages or vendor-specific guidance.
Isolate file-inspection workflows using sandboxing or least-privilege execution.
Prioritize upgrades when a vendor-supported fixed release is available.
Validation and detection
Confirm whether installed HDF5 versions are 1.14.1-2 or earlier.
Identify automated jobs or user workflows that run h5dump on external files.
Review SBOMs and container images for bundled HDF5 utilities.
Check vendor advisories for your operating system package status.
Verify compensating controls around untrusted scientific or data-exchange files.
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-416: 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.
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.
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.
2CVSS vectors
5Timeline events
2ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Expired Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.