CVE Catalog

CVE-2026-34734

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

9th percentile - higher than 9% of all known CVEs

Summary

In HDF5 library version 1.14.1-2 and earlier, a heap-use-after-free vulnerability was found in the h5dump helper utility. An attacker can supply a malicious h5 file, causing a reference to a freed object in a memmove call from H5T__conv_struct.

Risk Assessment

The risk involves potential remote code execution or application crash by an attacker sending a specially crafted HDF5 file. This could lead to data integrity compromise or system disruption.

Recommendation

It is recommended to immediately update the HDF5 library to a version later than 1.14.1-2 that includes a fix for this vulnerability. Also avoid opening h5 files from untrusted sources.

Other vulnerabilities in HDF5

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS