CVE-2026-64360
Analyzed
Analyzed - Analysis Complete
Buffer Zeroing in Linux Kernel HFS Filesystem
Vulnerability report for CVE-2026-64360, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-25
Last updated on: 2026-09-04
Assigner: kernel.org
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.4.297 (inc) to 5.5 (exc) |
| linux | linux_kernel | From 6.15.11 (inc) to 6.16 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.1.4 (exc) |
| linux | linux_kernel | From 5.10.241 (inc) to 5.10.261 (exc) |
| linux | linux_kernel | From 5.15.190 (inc) to 5.15.212 (exc) |
| linux | linux_kernel | From 6.1.149 (inc) to 6.1.178 (exc) |
| linux | linux_kernel | From 6.12.43 (inc) to 6.12.96 (exc) |
| linux | linux_kernel | From 6.16.2 (inc) to 6.18.39 (exc) |
| linux | linux_kernel | From 6.6.103 (inc) to 6.6.145 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-908 | The product uses or accesses a resource that has not been initialized. |