CVE Catalog

CVE-2026-92627

MediumCVSS 4.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

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

Summary

HDF5 before version 1.14.2 contains a heap-use-after-free vulnerability in H5T__conv_f_f() in src/H5Tconv.c. When converting a compound datatype containing floating-point members during a dataset read, a temporary buffer allocated with calloc() is freed and subsequently read within the same conversion routine.

Risk Assessment

An attacker can supply a crafted HDF5 file that, when parsed by an application (e.g., h5dump), triggers a crash and, depending on heap layout, may enable further memory corruption potentially leading to remote code execution.

Recommendation

Update HDF5 to version 1.14.2 or later, which contains the fix for this issue.

Other vulnerabilities in HDF5

See all
Original NVD description (English source)

A heap-use-after-free vulnerability exists in H5T__conv_f_f() in src/H5Tconv.c in HDF5 before 1.14.2. When converting a compound datatype containing floating-point members during a dataset read, a temporary buffer allocated with calloc() is freed and subsequently read from within the same conversion routine. An attacker who can supply a crafted HDF5 file containing a specially constructed compound datatype can trigger the use-after-free when the file is parsed by an application that reads the affected dataset, such as h5dump. This can result in a crash and, depending on heap layout and allocator behavior, may be exploitable for further memory corruption up to remote code execution.

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