2 matches found
EUVD-2026-86737
In the Linux kernel, the following vulnerability has been resolved: fs: autofs: fix memory leak in autofsfillsuper In autofsfillsuper, we create a new inode using autofsnewino, however, if we fail to create rootinode, that is, rootinode failure path, we return -ENOMEM without freeing the new...
5.6AI score
SaveExploits0References4
CVE-2026-97606
The Linux kernel contains a memory leak vulnerability in the autofs filesystem component within the autofs_fill_super() function. The issue occurs because the system creates a new inode using autofs_new_ino(), but fails to free this inode if the root_inode creation fails, resulting in an -ENOMEM ...
5.6AI score
SaveExploits0References4
20