PatchSiren cyber security CVE debrief
CVE-2026-19026 The HDF Group CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T23:16:53.617Z and has not been modified since then. The H5Z__filter_nbit function in H5Znbit.c of HDF5 through 2.3.0 is vulnerable to a denial of service attack. This function dereferences cd_values[0] through cd_values[4] without validating that cd_values is non-NULL or that cd_nelmts is at least 5. This allows attackers to create a crafted HDF5 file that stores the N-Bit filter pipeline message with zero client-data values. When such a file is opened and read using tools like h5ls or h5repack, it can cause a denial of service. Organizations and individuals using HDF5 version 2.3.0 or earlier, especially those working with large datasets or providing data processing services, should be aware of this vulnerability. This includes data scientists, researchers, and IT professionals handling HDF5 files.
- Vendor
- The HDF Group
- Product
- HDF5
- CVSS
- MEDIUM 6.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-05
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-05
- Advisory updated
- 2026-08-31
Who should care
Organizations and individuals using HDF5 version 2.3.0 or earlier, especially those working with large datasets or providing data processing services, should be aware of this vulnerability. This includes data scientists, researchers, and IT professionals handling HDF5 files.
Technical summary
The H5Z__filter_nbit function in H5Znbit.c of HDF5 through 2.3.0 is vulnerable to a denial of service attack. The function dereferences cd_values[0] through cd_values[4] without validating that cd_values is non-NULL or that cd_nelmts is at least 5. This allows attackers to create a crafted HDF5 file that stores the N-Bit filter pipeline message with zero client-data values. When such a file is opened and read using tools like h5ls or h5repack, it can cause a denial of service.
Defensive priority
Medium-priority defensive actions recommended due to potential denial of service via crafted HDF5 files.
Recommended defensive actions
- Inventory and assess systems for exposure to HDF5 files and affected tools.
- Implement compensating controls to monitor and restrict access to HDF5 files.
- Review and apply vendor remediation when available.
- Monitor for and track exceptions related to HDF5 file processing.
- Consider additional security measures for tools like h5ls and h5repack.
Evidence notes
Evidence from official CVE and NVD sources indicates a potential denial of service vulnerability in HDF5 through 2.3.0. The H5Z__filter_nbit function in H5Znbit.c dereferences cd_values without validating it or cd_nelmts, allowing for a crafted HDF5 file to cause issues when opened and read via tools like h5ls or h5repack.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-19026 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-19026
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-19026 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-19026
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/HDFGroup/hdf5/issues/6489
0253b833-3e77-4dfe-9d57-17db1a2f0a74
-
Source reference
Unverified legacy reference
URL: https://github.com/HDFGroup/hdf5/issues/6492
0253b833-3e77-4dfe-9d57-17db1a2f0a74
-
Source reference
Unverified legacy reference
URL: https://github.com/HDFGroup/hdf5/pull/6497
0253b833-3e77-4dfe-9d57-17db1a2f0a74
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.