๐Ÿ” CVE Alert

CVE-2026-26199

UNKNOWN 0.0

Buffer underflow in `H5Iget_name `/`H5G_get_name` if size is zero

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-124
Vendor hdfgroup
Product hdf5
Published Jul 20, 2026
Last Updated Jul 20, 2026
Stay Ahead of the Next One

Get instant alerts for hdfgroup hdf5

Be the first to know when new unknown vulnerabilities affecting hdfgroup hdf5 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

HDFGroup / hdf5
<= 1.14.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/HDFGroup/hdf5/security/advisories/GHSA-5c6x-jmgf-f5vc github.com: https://github.com/HDFGroup/hdf5/blob/develop/src/H5Gname.c#L474