2 matches found
EUVD-2025-31877
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...
CVE-2022-50432
CVE-2022-50432 : The Linux kernel kernfs use-after-free is caused by a race where the root node is freed during kernfs_drain(), allowing concurrent kernfs_remove_by_name_ns() calls to dereference freed memory. The fix adds an extra reference to the root of the tree before calling __kernfs_remove(...