Back to overview

CVE-2026-64360

Description
In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: zero-initialize buffer in hfs_bnode_read hfs_bnode_read() can return early without writing to the output buffer when is_bnode_offset_valid() fails or when check_and_correct_requested_ length() corrects the length to zero. Callers such as hfs_bnode_read_ u16() and hfs_bnode_read_u8() pass stack-allocated buffers and use the result unconditionally, leading to KMSAN uninit-value reports. Rather than initializing at each individual call site, zero the buffer at the start of hfs_bnode_read() before any validation checks. This ensures all callers in both hfs and hfsplus get a deterministic zero value regardless of which early-return path is taken.

Metadata

CVE ID
CVE-2026-64360
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:50 UTC
Last updated
2026-07-25 08:50 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 67ecc81f6492275c9c54280532f558483c99c90e < 34684a04777358b2b40ac729e54c8e45359e46b3, a1a60e79502279f996e55052f50cc14919020475 < 0b189b2204f1a2612dc68f8d139fb5b80539e710, fe2891a9c43ab87d1a210d61e6438ca6936e2f62 < 8f72fd25a57a457866350359ddd27a43caa62c95, 384a66b89f9540a9a8cb0f48807697dfabaece4c < 16ca053c2be5f4f3044dccf7fc19237dc820d394 …
Linux Linux 6.17, 0 < 6.17, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview