CVE-2026-43268
Awaiting Analysis Awaiting Analysis - Queue
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
In the Linux kernel, the following vulnerability has been resolved: hfsplus: pretend special inodes as regular files Since commit af153bb63a33 ("vfs: catch invalid modes in may_open()") requires any inode be one of S_IFDIR/S_IFLNK/S_IFREG/S_IFCHR/S_IFBLK/ S_IFIFO/S_IFSOCK type, use S_IFREG for special inodes.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart