PT-2026-43782 · Linux · Linux
Published
2026-05-27
·
Updated
2026-05-27
·
CVE-2026-45915
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
fat: avoid parent link count underflow in rmdir
Corrupted FAT images can leave a directory inode with an incorrect
i nlink (e.g. 2 even though subdirectories exist). rmdir then
unconditionally calls drop nlink(dir) and can drive i nlink to 0,
triggering the WARN ON in drop nlink().
Add a sanity check in vfat rmdir() and msdos rmdir(): only drop the
parent link count when it is at least 3, otherwise report a filesystem
error.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux