Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-64361
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Jul, 2026 | 08:50
Updated At-27 Jul, 2026 | 04:59
Rejected At-
▼CVE Numbering Authority (CNA)
hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length check_and_correct_requested_length() compares (off + len) against node_size using u32 arithmetic. When the caller passes a large len value (e.g. from an underflowed subtraction in hfs_brec_remove()), off + len can wrap past 2^32 and produce a small result, causing the bounds check to pass when it should fail. For example, with off=14 and len=0xFFFFFFF2 (underflowed from data_off - keyoffset - size in hfs_brec_remove), off + len wraps to 6, which is less than a typical node_size of 512, so the check passes and the subsequent memmove reads ~4GB past the node buffer. Fix this by widening the addition to u64 before comparing against node_size. This prevents the u32 wrap while keeping the logic straightforward.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/hfs/bnode.c
  • fs/hfsplus/hfsplus_fs.h
Default Status
unaffected
Versions
Affected
  • From 67ecc81f6492275c9c54280532f558483c99c90e before c8dd112173c02adf539fe2ad34a45f5e0068780d (git)
  • From a1a60e79502279f996e55052f50cc14919020475 before fc9d1447ca3cdc78d2e4ace1ce1f3a7c77ca08b1 (git)
  • From fe2891a9c43ab87d1a210d61e6438ca6936e2f62 before 671c3fcc2ad31c1311ea6414382a2d95104ae1b9 (git)
  • From 384a66b89f9540a9a8cb0f48807697dfabaece4c before b6a481642ea1977be2f84dc08c5affd742c177e7 (git)
  • From efc095b35b23297e419c2ab4fc1ed1a8f0781a29 before 7399c3baee7bb622a92f0b895cd4d3009a693f2b (git)
  • From a431930c9bac518bf99d6b1da526a7f37ddee8d8 before 607217f7ad419b53926f71e3f75001813bbc08ad (git)
  • From a431930c9bac518bf99d6b1da526a7f37ddee8d8 before c25d3c931a63e762fcaa9cb125b901c53b62403f (git)
  • From a431930c9bac518bf99d6b1da526a7f37ddee8d8 before 966cb76fb2857a4242cab6ea2ea17acf818a3da7 (git)
  • e7d2dc2421e821e4045775e6dc226378328de6f6 (git)
  • fc7f732984ec91f30be3e574e0644066d07f2b78 (git)
  • eec522fd0d28106b14a59ab2d658605febe4a3bb (git)
  • From 5.10.241 before 5.10.261 (semver)
  • From 5.15.190 before 5.15.212 (semver)
  • From 6.1.149 before 6.1.178 (semver)
  • From 6.6.103 before 6.6.145 (semver)
  • From 6.12.43 before 6.12.97 (semver)
  • From 5.4.297 before 5.5 (semver)
  • From 6.15.11 before 6.16 (semver)
  • From 6.16.2 before 6.17 (semver)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/hfs/bnode.c
  • fs/hfsplus/hfsplus_fs.h
Default Status
affected
Versions
Affected
  • 6.17
Unaffected
  • From 0 before 6.17 (semver)
  • From 5.10.261 through 5.10.* (semver)
  • From 5.15.212 through 5.15.* (semver)
  • From 6.1.178 through 6.1.* (semver)
  • From 6.6.145 through 6.6.* (semver)
  • From 6.12.97 through 6.12.* (semver)
  • From 6.18.40 through 6.18.* (semver)
  • From 7.1.4 through 7.1.* (semver)
  • From 7.2-rc1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/c8dd112173c02adf539fe2ad34a45f5e0068780d
N/A
https://git.kernel.org/stable/c/fc9d1447ca3cdc78d2e4ace1ce1f3a7c77ca08b1
N/A
https://git.kernel.org/stable/c/671c3fcc2ad31c1311ea6414382a2d95104ae1b9
N/A
https://git.kernel.org/stable/c/b6a481642ea1977be2f84dc08c5affd742c177e7
N/A
https://git.kernel.org/stable/c/7399c3baee7bb622a92f0b895cd4d3009a693f2b
N/A
https://git.kernel.org/stable/c/607217f7ad419b53926f71e3f75001813bbc08ad
N/A
https://git.kernel.org/stable/c/c25d3c931a63e762fcaa9cb125b901c53b62403f
N/A
https://git.kernel.org/stable/c/966cb76fb2857a4242cab6ea2ea17acf818a3da7
N/A
Hyperlink: https://git.kernel.org/stable/c/c8dd112173c02adf539fe2ad34a45f5e0068780d
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/fc9d1447ca3cdc78d2e4ace1ce1f3a7c77ca08b1
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/671c3fcc2ad31c1311ea6414382a2d95104ae1b9
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/b6a481642ea1977be2f84dc08c5affd742c177e7
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7399c3baee7bb622a92f0b895cd4d3009a693f2b
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/607217f7ad419b53926f71e3f75001813bbc08ad
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/c25d3c931a63e762fcaa9cb125b901c53b62403f
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/966cb76fb2857a4242cab6ea2ea17acf818a3da7
Resource: N/A
Details not found