Description
HDF5 contains a NULL pointer dereference vulnerability. Processing a crafted HDF5 file containing an attribute with an invalid variable-length datatype type field may cause the application to crash when the attribute is read.
Published: 2026-07-27
Score: 5.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

HDF5 can dereference a null pointer when reading an attribute that contains an invalid variable-length datatype type tag. A crafted HDF5 file that includes such an attribute causes the library to crash as the file is processed, resulting in a denial of service. The vulnerability is a classic NULL pointer dereference, identified by CWE-476, and also involves improper loop bounds validation (CWE-617). No escalation of privileges or remote code execution is possible directly from the flaw.

Affected Systems

The HDF Group’s HDF5 library is affected. Exact version information is not supplied; consequently all installations that use the current release chain potentially contain the flaw.

Risk and Exploitability

The CVSS score of 5.2 indicates moderate severity. The EPSS score of <1% suggests a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is local, requiring the attacker to provide a malicious HDF5 file to a process that reads it. Once the file is loaded, the crash occurs immediately, preventing further execution but not allowing arbitrary code execution. The overall risk remains moderate, primarily stemming from the availability impact to the hosting application.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest HDF5 release that includes the NULL pointer dereference fix.
  • If an immediate upgrade is not possible, isolate the file ingestion routine by running it in a sandboxed environment or under reduced privileges, so a crash cannot bring down the entire application.
  • Configure input validation to reject HDF5 files with malformed attributes before they reach the library, and monitor for abnormal termination events to detect exploitation attempts.

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 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
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

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

Type Values Removed Values Added
Description HDF5 contains a NULL pointer dereference vulnerability. Processing a crafted HDF5 file containing an attribute with an invalid variable-length datatype type field may cause the application to crash when the attribute is read.
Title NULL Pointer Dereference in HDF5 via Invalid Variable-Length Datatype Type Tag
Weaknesses CWE-476
CWE-617
References
Metrics cvssV4_0

{'score': 5.2, '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:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: HDFG

Published:

Updated: 2026-07-27T18:36:55.399Z

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

Link: CVE-2026-17574

cve-icon Vulnrichment

Updated: 2026-07-27T18:36:51.732Z

cve-icon NVD

Status : Undergoing Analysis

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

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

Link: CVE-2026-17574

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-27T15:12:18Z

Links: CVE-2026-17574 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses