4 matches found
CVE-2026-74606
In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...
EUVD-2026-64543
In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...
CVE-2026-74606
CVE-2026-74606 is a use-after-free vulnerability in the Linux kernel 's eventfs (event filesystem) subsystem, specifically in eventfs_remove_rec(). The function recursively removes child entries from a list; after the recursive call returns, list_for_each_entry() advances by reading list.next fro...
PT-2026-79611
In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfs remove rec eventfs remove rec recursively removes the child at the current loop position. After the recursive call returns, list for each entry advances by reading list.next from the removed...