Nixpkgs security tracker

Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Suggestions search

With package: hdf5-fortran

Found 11 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-26197
5.9 MEDIUM
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Attack Requirement (AT): Present (P)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): Active (A)
  • Vulnerable System Impact Confidentiality (VC): None (N)
  • Vulnerable System Impact Integrity (VI): None (N)
  • Vulnerable System Impact Availability (VA): High (H)
  • Subsequent System Impact Confidentiality (SC): None (N)
  • Subsequent System Impact Integrity (SI): None (N)
  • Subsequent System Impact Availability (SA): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Attack Requirement (MAT): Present (P)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): Active (A)
  • Modified Vulnerable System Impact Confidentiality (MVC): None (N)
  • Modified Vulnerable System Impact Integrity (MVI): None (N)
  • Modified Vulnerable System Impact Availability (MVA): High (H)
  • Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
  • Modified Subsequent System Impact Integrity (MSI): Negligible (N)
  • Modified Subsequent System Impact Availability (MSA): Negligible (N)
  • Safety (S): Not Defined (X)
  • Automatable (AU): Not Defined (X)
  • Recovery (R): Not Defined (X)
  • Value Density (V): Not Defined (X)
  • Vulnerability Response Effort (RE): Not Defined (X)
  • Provider Urgency (U): Not Defined (X)
  • Confidentiality Req. (CR): Not Defined (X)
  • Integrity Req. (IR): Not Defined (X)
  • Availability Req. (AR): Not Defined (X)
  • Exploit Maturity (E): Not Defined (X)
created 1 month, 1 week ago Activity log
  • Created suggestion
Array full size, element count, and element size are not checked to make sure they match in H5Odtype.c

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.

Affected products

hdf5
  • ==< 2.0.0

Matching in nixpkgs

pkgs.hdf5

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.hdf5-cpp

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.hdf5-mpi

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.hdf5_1_10

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.hdf5-blosc

Filter for HDF5 that uses the Blosc compressor

  • nixos-unstable -
    • nixos-unstable-small 1.0.1
  • nixos-26.05 -
    • nixos-26.05-small 1.0.1

pkgs.hdf5-fortran

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.hdf5-threadsafe

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.hdf5-fortran-mpi

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pkgsRocm.hdf5-mpi

Data model, library, and file format for storing and managing data

  • nixos-unstable -
  • nixos-26.05 -

pkgs.haskellPackages.hdf5

Haskell interface to the HDF5 scientific data storage library

  • nixos-unstable -
  • nixos-26.05 -

Package maintainers