PT-2026-34351 · Linux · Linux Kernel
Published
2026-04-22
·
Updated
2026-04-23
·
CVE-2026-31446
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the ext4 file system during the unmount process. The problem occurs when
update super work races with umount, specifically when ext4 notify error sysfs() calls sysfs notify(). This sequence accesses a kernfs node after it has been freed by kobject del() within the ext4 unregister sysfs() function.Recommendations
As a temporary workaround, restrict access to the
/proc/fs/ext4/xx/mb groups interface to minimize the risk of triggering the race condition during unmount.Fix
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel