Bug 2502846 (CVE-2026-26197) - CVE-2026-26197 hdf5: HDF5: Out-of-bounds read due to corrupted file can lead to denial of service
Summary: CVE-2026-26197 hdf5: HDF5: Out-of-bounds read due to corrupted file can lead ...
Keywords:
Status: NEW
Alias: CVE-2026-26197
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2502861 2502862
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-20 16:01 UTC by OSIDB Bzimport
Modified: 2026-09-08 13:24 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-20 16:01:32 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.