Bug 2515609 - CVE-2026-19028 hdf5: HDF5: Denial of Service via integer underflow in Fletcher32 filter [epel-all]
Summary: CVE-2026-19028 hdf5: HDF5: Denial of Service via integer underflow in Fletche...
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: hdf5
Version: epel10
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["d691c9ba-4f1f-4f32-bdc9-3...
Depends On:
Blocks: CVE-2026-19028
TreeView+ depends on / blocked
 
Reported: 2026-08-13 19:50 UTC by Joel Chamberlain
Modified: 2026-08-13 19:50 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description Joel Chamberlain 2026-08-13 19:50:30 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

H5Z__filter_fletcher32 in H5Zfletcher32.c in HDF5 through 2.3.0 computes the data length to checksum by subtracting the 4-byte trailing checksum size from the input buffer size without checking that the buffer is at least 4 bytes, allowing a size_t underflow. This allows attackers to cause a denial of service (massively out-of-bounds read and application crash in H5_checksum_fletcher32) via a crafted HDF5 file with a Fletcher32-filtered chunk smaller than 4 bytes, triggered via H5Dread, e.g. by the h5ls or h5dump tools.


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