PT-2026-34353 · Linux · Linux Kernel
Published
2026-04-22
·
Updated
2026-05-15
·
CVE-2026-31448
CVSS v3.1
9.4
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the ext4 file system during the mkdir and mknod paths. When mapping logical blocks to physical blocks, if inserting a new extent into the extent tree fails, the
ext4 ext map blocks() function calls ext4 free blocks() to reclaim the physical block but fails to delete the corresponding data in the extent tree. This results in subsequent mkdir operations referencing a reclaimed physical block already in use by the xattr block, causing both the directory and xattr to use the same buffer head block in memory simultaneously. Consequently, the ext4 xattr block set() function enters an infinite loop and cannot release the inode lock, leading to system blocking.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Infinite Loop
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel