Description
A double free vulnerability was discovered in the HDF5 library. Processing a crafted HDF5 file containing an oversized chunk size field via h5repack may cause the application to abort due to a double free.
Published: 2026-07-27
Score: 4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A double free vulnerability exists in the HDF5 library’s H5D__chunk_copy() function, triggered when processing a crafted HDF5 file that contains an oversized chunk-index size field. The flaw causes the application, such as h5repack, to abort abruptly due to a double free of memory, potentially leading to a crash and denial of service. The CVE specifically describes an abort rather than arbitrary code execution, implying the primary impact is loss of availability.

Affected Systems

The vulnerability affects the HDF Group's HDF5 library, versions not explicitly listed in the advisory. Systems that install any unpatched iteration of HDF5 and that use h5repack or similar utilities that parse custom HDF5 files are at risk. The impact extends to any process that loads or repacks these files, regardless of whether the file originates locally.

Risk and Exploitability

The CVSS score of four indicates a moderate severity, while the EPSS score of 0.00117 indicates a very low exploitation probability, and the CVE is not listed in the CISA KEV catalog. The likely attack vector is local or file-based penetration: an adversary would need to supply a malicious HDF5 file to the target application or otherwise influence the file processed by h5repack. The requirement for privilege or local access suggests a lower probability of widespread exploitation, but the vulnerability can be leveraged by anyone who controls a file that the application processes.

Generated by OpenCVE AI on August 3, 2026 at 17:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest HDF5 release that contains the fixed H5D__chunk_copy() function; obtain the patch from the HDF Group’s official distribution channels.
  • Configure any applications that use h5repack to reject or strictly validate the size fields of incoming HDF5 files before parsing them.
  • If an immediate update is not possible, isolate or restrict the use of h5repack to trusted data sources, and monitor for future advisories that may add workarounds or additional fixes.

Generated by OpenCVE AI on August 3, 2026 at 17:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-763
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.0, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
First Time appeared Hdfgroup
Hdfgroup hdf5
Vendors & Products Hdfgroup
Hdfgroup hdf5
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 27 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description A double free vulnerability was discovered in the HDF5 library. Processing a crafted HDF5 file containing an oversized chunk size field via h5repack may cause the application to abort due to a double free.
Title Double Free in H5D__chunk_copy() in HDF5 via a Crafted Chunk-Index Size Field
Weaknesses CWE-415
References
Metrics cvssV4_0

{'score': 4, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U'}


cve-icon MITRE

Status: PUBLISHED

Assigner: HDFG

Published:

Updated: 2026-07-27T17:27:00.732Z

Reserved: 2026-07-27T15:07:06.180Z

Link: CVE-2026-17573

cve-icon Vulnrichment

Updated: 2026-07-27T17:26:56.213Z

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-07-27T16:17:04.807

Modified: 2026-07-30T20:11:59.920

Link: CVE-2026-17573

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-27T15:11:54Z

Links: CVE-2026-17573 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T17:30:17Z

Weaknesses