Vulnerabilities
136 CVEs · NVD, GitHub Advisories, CISA KEV, FIRST EPSS, GitHub PoC repos
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-17572 | Heap-based buffer overflow in the SOHM list-index deserialization code in HDF5 through 2.1.1 on all platforms allows attackers to cause a denial of service (cra Heap-based buffer overflow in the SOHM list-index deserialization code in HDF5 through 2.1.1 on all platforms allows attackers to cause a denial of service (crash) via a crafted HDF5 file whose shared-message list index declares a num_messages count exceeding list_max, triggering out-of-bounds heap reads and writes in H5SM__cache_list_deserialize and H5SM__cache_list_verify_chksum. NVD description · AI analysis pending | 5.5 group max | <1% |
| — | ||
| CVE-2026-26197 +1 in the same advisory: …26199 | HDF5 is a high-performance library and a file format specification that implements the HDF5 data model. HDF5 is a high-performance library and a file format specification that implements the HDF5 data model. If a file is corrupted such that an array datatype's size, the number of elements, and the element size are not in agreement it can trigger an out of bounds read. The array datatype stores the full size of the datatype (`dt->shared->size`) separately from the number of elements (`dt->shared->u.array.nelem`) and the element size (`dt->shared->parent->shared->size`). If any one of these are corrupted so that they don't align with the others (element size * nelem = full size), it can lead to an out of bounds read. Depending on what is corrupted, it can alter the type of out of bounds read triggered. The vulnerability is present only in files that have been maliciously altered, as its generally not possible to independently alter the full size of the datatype, the element count and the element size. As such, this is only present if a malicious actor is altering files, and won't appear in regular usage. NVD description · AI analysis pending | 5.9 | <1% | PoC |
| — | |
| CVE-2026-29043 | HDF5 is software for managing data. HDF5 is software for managing data. In 1.14.1-2 and earlier, an attacker who can control an h5 file parsed by HDF5 can trigger a write-based heap buffer overflow condition in the H5T__ref_mem_setnull method. This can lead to a denial-of-service condition, and potentially further issues such as remote code execution depending on the practical exploitability of the heap overflow against modern operating systems. NVD description · AI analysis pending | 5.5 | <1% | PoC |
| — | |
| CVE-2026-34734 | HDF5 is software for managing data. 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. NVD description · AI analysis pending | 7.8 | <1% | PoC |
| — | |
| CVE-2026-26200 | HDF5 is software for managing data. HDF5 is software for managing data. Prior to version 1.14.4-2, an attacker who can control an `h5` file parsed by HDF5 can trigger a write-based heap buffer overflow condition. This can lead to a denial-of-service condition, and potentially further issues such as remote code execution depending on the practical exploitability of the heap overflow against modern operating systems. Real-world exploitability of this issue in terms of remote-code execution is currently unknown. Version 1.14.4-2 fixes the issue. NVD description · AI analysis pending | 7.8 | <1% | PoC |
| — | |
| CVE-2025-7069 | A vulnerability, which was classified as problematic, was found in HDF5 1.14.6. A vulnerability, which was classified as problematic, was found in HDF5 1.14.6. Affected is the function H5FS__sect_link_size of the file src/H5FSsection.c. The manipulation leads to heap-based buffer overflow. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 1.9 | <1% | PoC ×2 |
| — | |
| CVE-2025-6857 | A vulnerability has been found in HDF5 1.14.6 and classified as problematic. A vulnerability has been found in HDF5 1.14.6 and classified as problematic. Affected by this vulnerability is the function H5G__node_cmp3 of the file src/H5Gnode.c. The manipulation leads to stack-based buffer overflow. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 1.9 | <1% | PoC ×2 |
| — | |
| CVE-2025-6818 | A vulnerability, which was classified as problematic, was found in HDF5 1.14.6. A vulnerability, which was classified as problematic, was found in HDF5 1.14.6. Affected is the function H5O__chunk_protect of the file /src/H5Ochunk.c. The manipulation leads to heap-based buffer overflow. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 1.9 | <1% | PoC ×2 |
| — | |
| CVE-2025-6750 | A vulnerability, which was classified as problematic, has been found in HDF5 1.14.6. A vulnerability, which was classified as problematic, has been found in HDF5 1.14.6. Affected by this issue is the function H5O__mtime_new_encode of the file src/H5Omtime.c. The manipulation leads to heap-based buffer overflow. Attacking locally is a requirement. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 1.9 | <1% | PoC ×2 |
| — | |
| CVE-2025-6516 | A vulnerability has been found in HDF5 up to 1.14.6 and classified as critical. A vulnerability has been found in HDF5 up to 1.14.6 and classified as critical. This vulnerability affects the function H5F_addr_decode_len of the file /hdf5/src/H5Fint.c. The manipulation leads to heap-based buffer overflow. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 1.9 | <1% | PoC ×2 |
| — | |
| CVE-2025-6270 +1 in the same advisory: …6269 | A vulnerability, which was classified as critical, has been found in HDF5 up to 1.14.6. A vulnerability, which was classified as critical, has been found in HDF5 up to 1.14.6. Affected by this issue is the function H5FS__sect_find_node of the file H5FSsection.c. The manipulation leads to heap-based buffer overflow. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 1.9 | <1% | PoC ×2 |
| — | |
| CVE-2025-44905 +1 in the same advisory: …44904 | hdf5 v1.14.6 was discovered to contain a heap buffer overflow via the H5Z__filter_scaleoffset function. hdf5 v1.14.6 was discovered to contain a heap buffer overflow via the H5Z__filter_scaleoffset function. NVD description · AI analysis pending | 8.8 | <1% | PoC |
| — | |
| CVE-2025-2924 | A vulnerability, which was classified as problematic, was found in HDF5 up to 1.14.6. A vulnerability, which was classified as problematic, was found in HDF5 up to 1.14.6. This affects the function H5HL__fl_deserialize of the file src/H5HLcache.c. The manipulation of the argument free_block leads to heap-based buffer overflow. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 1.9 | <1% | PoC |
| — | |
| CVE-2025-2308 | A vulnerability, which was classified as critical, was found in HDF5 1.14.6. A vulnerability, which was classified as critical, was found in HDF5 1.14.6. This affects the function H5Z__scaleoffset_decompress_one_byte of the component Scale-Offset Filter. The manipulation leads to heap-based buffer overflow. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. The vendor plans to fix this issue in an upcoming release. NVD description · AI analysis pending | 4.8 | <1% | PoC |
| — | |
| CVE-2025-2153 | A vulnerability, which was classified as critical, was found in HDF5 1.14.6. A vulnerability, which was classified as critical, was found in HDF5 1.14.6. Affected is the function H5SM_delete of the file H5SM.c of the component h5 File Handler. The manipulation leads to heap-based buffer overflow. It is possible to launch the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. NVD description · AI analysis pending | 2.3 | <1% | PoC ×2 |
| — | |
| CVE-2024-32608 | HDF5 library through 1.14.3 has memory corruption in H5A__close resulting in the corruption of the instruction pointer and causing denial of service or potentia HDF5 library through 1.14.3 has memory corruption in H5A__close resulting in the corruption of the instruction pointer and causing denial of service or potential code execution. NVD description · AI analysis pending | 9.8 | <1% |
| — | ||
| CVE-2024-33874 | HDF5 Library through 1.14.3 has a heap buffer overflow in H5O__mtime_new_encode in H5Omtime.c. HDF5 Library through 1.14.3 has a heap buffer overflow in H5O__mtime_new_encode in H5Omtime.c. NVD description · AI analysis pending | 9.8 group max | <1% |
| — |