GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
oesa-2026-3260
Vulnerability from osv_openeuler
Published
2026-08-07 02:42
Modified
2026-08-07 02:42
Summary
hdf5 security update
Details

HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format.

Security Fix(es):

Heap-based buffer overflow in the SOHM list-index deserialization code in HDF5 through 2.1.1 on all platforms allows attackers to cause a denial of service (crash) via a crafted HDF5 file whose shared-message list index declares a num_messages count exceeding list_max, triggering out-of-bounds heap reads and writes in H5SM__cache_list_deserialize and H5SM__cache_list_verify_chksum.(CVE-2026-17572)

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.(CVE-2026-17573)

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.(CVE-2026-17574)

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.(CVE-2026-26197)


{
  "affected": [
    {
      "ecosystem_specific": {
        "aarch64": [
          "hdf5-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-debuginfo-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-debugsource-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-devel-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-mpich-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-mpich-devel-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-mpich-static-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-openmpi-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-openmpi-devel-1.14.5-5.oe2403sp1.aarch64.rpm",
          "hdf5-openmpi-static-1.14.5-5.oe2403sp1.aarch64.rpm"
        ],
        "src": [
          "hdf5-1.14.5-5.oe2403sp1.src.rpm"
        ],
        "x86_64": [
          "hdf5-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-debuginfo-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-debugsource-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-devel-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-mpich-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-mpich-devel-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-mpich-static-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-openmpi-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-openmpi-devel-1.14.5-5.oe2403sp1.x86_64.rpm",
          "hdf5-openmpi-static-1.14.5-5.oe2403sp1.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:24.03-LTS-SP1",
        "name": "hdf5",
        "purl": "pkg:rpm/openEuler/hdf5\u0026distro=openEuler-24.03-LTS-SP1"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "1.14.5-5.oe2403sp1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "Medium"
  },
  "details": "HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format.\r\n\r\nSecurity Fix(es):\n\nHeap-based buffer overflow in the SOHM list-index deserialization code in HDF5 through 2.1.1 on all platforms allows attackers to cause a denial of service (crash) via a crafted HDF5 file whose shared-message list index declares a num_messages count exceeding list_max, triggering out-of-bounds heap reads and writes in H5SM__cache_list_deserialize and H5SM__cache_list_verify_chksum.(CVE-2026-17572)\n\nA 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.(CVE-2026-17573)\n\nHDF5 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.(CVE-2026-17574)\n\nHDF5 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\u0026apos;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-\u0026gt;shared-\u0026gt;size`) separately from the number of elements (`dt-\u0026gt;shared-\u0026gt;u.array.nelem`) and the element size (`dt-\u0026gt;shared-\u0026gt;parent-\u0026gt;shared-\u0026gt;size`). If any one of these are corrupted so that they don\u0026apos;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\u0026apos;t appear in regular usage.(CVE-2026-26197)",
  "id": "OESA-2026-3260",
  "modified": "2026-08-07T02:42:29Z",
  "published": "2026-08-07T02:42:29Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-3260"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-17572"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-17573"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-17574"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26197"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
      "type": "CVSS_V4"
    }
  ],
  "summary": "hdf5 security update",
  "upstream": [
    "CVE-2026-17572",
    "CVE-2026-17573",
    "CVE-2026-17574",
    "CVE-2026-26197"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…