CVE-2026-26197
Last modified
CVE-2026-26197 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Hdfgroup | Hdf5 | < 2.1.0 |
References
- https://github.com/HDFGroup/hdf5/security/advisories/GHSA-gh44-7wpq-622fExploit, Vendor Advisory
- https://github.com/HDFGroup/hdf5/security/advisories/GHSA-gh44-7wpq-622fExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-26197?
How severe is CVE-2026-26197?
How do I fix CVE-2026-26197?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-26191Fleet is open source device management software. Prior to ve…9.8
- CVE-2026-26192Open WebUI is a self-hosted artificial intelligence platform…5.4
- CVE-2026-26193Open WebUI is a self-hosted artificial intelligence platform…5.4
- CVE-2026-26194Gogs is an open source self-hosted Git service. Prior to ver…7.3
- CVE-2026-26195Gogs is an open source self-hosted Git service. Prior to ver…6.1
- CVE-2026-26196Gogs is an open source self-hosted Git service. Prior to ver…5.3
- CVE-2026-26198Ormar is a async mini ORM for Python. In versions 0.9.9 thro…7.5
- CVE-2026-26199HDF5 is a high-performance library and a file format specifi…6.5
- CVE-2026-2620A weakness has been identified in Huace Monitoring and Early…7.3
- CVE-2026-26200HDF5 is software for managing data. Prior to version 1.14.4-…7.8
- CVE-2026-26201emp3r0r is a C2 designed by Linux users for Linux environmen…7.5
- CVE-2026-26202Penpot is an open-source design tool for design and code col…7.5
Are you affected by CVE-2026-26197?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
