CVE-2026-43268
HFSPlus Special Inodes Treated as Regular Files in Linux Kernel
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
This vulnerability involves the Linux kernel's hfsplus filesystem treating special inodes as regular files, which was resolved by enforcing inode types to be one of the standard types such as S_IFREG for special inodes.
The impact could potentially involve improper handling of filesystem objects, which might lead to unexpected behavior or security issues related to file access or permissions.
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the hfsplus filesystem where special inodes were incorrectly treated. The fix ensures that special inodes are represented as regular files (S_IFREG) to comply with the kernel's inode type requirements enforced by the commit af153bb63a33.