CVE-2026-80656
Last modified
CVE-2026-80656 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hfsplus: Add a sanity check for btree node size Syzbot reported an uninit-value bug in [1] with a corrupted HFS+ image, during the file system mounting process, specifically while loading the catalog, a corrupted node_size value of 1 caused the rec_off argument passed to hfs_bnode_read_u16() (within hfs_bnode_find()) to be excessively large. Consequently, the function failed to return a valid value to initialize the off variable, triggering the bug [1]. Every node starts from BTree node descriptor: struct hfs_bnode_desc. So, the size of node cannot be lesser than that. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hfsplus: Add a sanity check for btree node size Syzbot reported an uninit-value bug in [1] with a corrupted HFS+ image, during the file system mounting process, specifically while loading the catalog, a corrupted node_size value of 1 caused the rec_off argument passed to hfs_bnode_read_u16() (within hfs_bnode_find()) to be excessively large. Consequently, the function failed to return a valid value to initialize the off variable, triggering the bug [1]. Every node starts from BTree node descriptor: struct hfs_bnode_desc. So, the size of node cannot be lesser than that. However, technical specification declares that: "The node size (which is expressed in bytes) must be power of two, from 512 through 32,768, inclusive." Add a check for btree node size base on technical specification. [1] BUG: KMSAN: uninit-value in hfsplus_bnode_find+0x141c/0x1600 fs/hfsplus/bnode.c:584 hfsplus_bnode_find+0x141c/0x1600 fs/hfsplus/bnode.c:584 hfsplus_btree_open+0x169a/0x1e40 fs/hfsplus/btree.c:382 hfsplus_fill_super+0x111f/0x2770 fs/hfsplus/super.c:553 get_tree_bdev_flags+0x6e6/0x920 fs/super.c:1694 get_tree_bdev+0x38/0x50 fs/super.c:1717 hfsplus_get_tree+0x35/0x40 fs/hfsplus/super.c:709 vfs_get_tree+0xb3/0x5d0 fs/super.c:1754 fc_mount fs/namespace.c:1193 [inline]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8ad2c6a36ac4328072377906a47ea0bff11e4032, < 306265eb9384d2c224f1b14d83a29323f0eab6d1; >= 8ad2c6a36ac4328072377906a47ea0bff11e4032, < 3f95e2661574ff13f099dd13456751933c280628 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80656?
How severe is CVE-2026-80656?
How do I fix CVE-2026-80656?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80650In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80651In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80652In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80653In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80654In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80655In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80657In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80658In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80659In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80660In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80661In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80662In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-80656?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
