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)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
10 packages
- hdf5-blosc
- hdf5-fortran
- hdf5-threadsafe
- hdf5-fortran-mpi
- pkgsRocm.hdf5-mpi
- haskellPackages.hdf5
- haskellPackages.hdf5-lite
- pkgsRocm.hdf5-fortran-mpi
- python313Packages.hdf5plugin
- python314Packages.hdf5plugin
- @LeSuisse accepted
- @LeSuisse published on GitHub
Buffer underflow in `H5Iget_name `/`H5G_get_name` if size is zero
HDF5 is a high-performance library and a file format specification that implements the HDF5 data model. If `H5Iget_name` is invoked on a group id with `0` for the size parameter, it will underflow when trying to place a null terminator in the buffer. This can occur if `H5Iget_name` is invoked in a way where `size` can be forced to zero, and there is important data before the `name` buffer.
References
-
-
https://github.com/HDFGroup/hdf5/blob/develop/src/H5Gname.c#L474 x_refsource_MISC
Affected products
- ==<= 1.14.6
Matching in nixpkgs
Ignored packages (10)
pkgs.hdf5-blosc
Filter for HDF5 that uses the Blosc compressor
pkgs.hdf5-fortran
Data model, library, and file format for storing and managing data
pkgs.hdf5-threadsafe
Data model, library, and file format for storing and managing data
pkgs.hdf5-fortran-mpi
Data model, library, and file format for storing and managing data
pkgs.pkgsRocm.hdf5-mpi
Data model, library, and file format for storing and managing data
pkgs.haskellPackages.hdf5
Haskell interface to the HDF5 scientific data storage library
pkgs.haskellPackages.hdf5-lite
High-level bindings to the HDF5 "lite" interface
pkgs.pkgsRocm.hdf5-fortran-mpi
Data model, library, and file format for storing and managing data
pkgs.python313Packages.hdf5plugin
Additional compression filters for h5py
Package maintainers
-
@markuskowa Markus Kowalewski <markus.kowalewski@gmail.com>
-
@stephen-huan Stephen Huan <stephen.huan@cgdct.moe>