CVE-2026-17573
Received Received - Intake

Double Free in HDF5 Library via h5repack

Vulnerability report for CVE-2026-17573, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-27

Last updated on: 2026-07-27

Assigner: 0253b833-3e77-4dfe-9d57-17db1a2f0a74

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-27
Last Modified
2026-07-27
Generated
2026-07-27
AI Q&A
2026-07-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
hdf_group hdf5 *
hdf_group hdf5 From 441d83a (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-415 The product calls free() twice on the same memory address.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a double free error in the HDF5 library. When processing a specially crafted HDF5 file with an oversized chunk size field using the h5repack tool, the application may crash due to attempting to free the same memory twice. This causes the program to abort with a SIGABRT signal.

Detection Guidance

To detect this vulnerability, monitor for crashes in h5repack when processing HDF5 files with the -c (compression) option and --enable-error-stack. Look for error messages like 'free(): double free detected in tcache 2' or SIGABRT signals.

Impact Analysis

If you use the h5repack tool with the -c (compression) option and --enable-error-stack on a malformed HDF5 file, the program may crash unexpectedly. This could lead to data processing failures or denial of service if the tool is used in automated workflows.

Compliance Impact

This vulnerability causes application crashes due to double free errors when processing crafted HDF5 files. While it does not directly impact data confidentiality or integrity, compliance risks may arise if the crashes lead to data corruption or unavailability during processing. Systems handling sensitive data under GDPR or HIPAA may face disruptions if this issue is not addressed.

Mitigation Strategies

Avoid using h5repack with the -c (compression) option and --enable-error-stack on untrusted HDF5 files. Update to a patched version of HDF5 once available. Monitor for crashes and restrict access to h5repack in critical systems.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-17573. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart