Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-26197— Array full size, element count, and element size are not checked to make sure they match in H5Odtype.c

AI Predicted 4.3 Difficulty: Moderate EPSS 0.27% · P19

Affected Version Matrix 1

VendorProductVersion RangeStatus
HDFGrouphdf5< 2.0.0affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-26197

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Array full size, element count, and element size are not checked to make sure they match in H5Odtype.c
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
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
Source: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
Source: CVE Program / CVE List V5
Vulnerability Title
HDFGroup hdf5 缓冲区错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
hdfgroup hdf5是hdfgroup组织开源的一种分层数据格式库。 HDFGroup hdf5 2.0.0之前版本存在缓冲区错误漏洞,该漏洞源于数组数据类型大小、元素数量和元素大小不一致时,可能触发越界读取。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
HDFGrouphdf5 < 2.0.0 -

II. Public POCs for CVE-2026-26197

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-26197

登录查看更多情报信息。

Vendor Advisories for CVE-2026-26197 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-26197

No comments yet


Leave a comment