CVE Catalog

CVE-2026-26199

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

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

Summary

Vulnerability in the HDF5 library: invoking `H5Iget_name` on a group id with a size parameter of 0 causes an underflow when trying to place a null terminator in the buffer. This may lead to unexpected behavior if important data precedes the buffer.

Risk Assessment

The risk involves potential memory corruption or data disclosure, which may affect the stability of applications using HDF5.

Recommendation

It is recommended to update the HDF5 library to a version containing the fix or avoid calling `H5Iget_name` with size 0.

Other vulnerabilities in HDF5

See all
Original NVD description (English source)

HDF5 is a high-performance library and a file format specification that implements the HDF5 data model. If `H5Iget_name` is invoked on a group id with `0` for the size parameter, it will underflow when trying to place a null terminator in the buffer. This can occur if `H5Iget_name` is invoked in a way where `size` can be forced to zero, and there is important data before the `name` buffer.

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