Lucene search
+L

62 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 12:46 p.m.7 views

CVE-2026-74605

A flaw was found in the Linux kernel's eventfs component. This vulnerability allows a local attacker to cause a system crash or other unpredictable behavior due to a race condition during the freeing of an eventfs inode. The issue stems from improper synchronization when iterating over a specific...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 10:46 a.m.7 views

CVE-2026-74606

A flaw was found in the Linux kernel's eventfs component. The eventfsremoverec function contains a use-after-free vulnerability where it attempts to access memory after it has been deallocated. This can occur during recursive removal of child entries. A local attacker could exploit this flaw to...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

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...

7.8CVSS0.00125EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74605

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-isfreed and then uses its ei-list to add it to the srcu link list as the list field is a union with the rcu list head. As...

7.8CVSS0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 3:31 p.m.8 views

CVE-2026-74606 eventfs: Fix use-after-free in eventfs_remove_rec()

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...

5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:31 p.m.6 views

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...

5.6AI score0.00125EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:31 p.m.19 views

CVE-2026-74606

CVE-2026-74606 is a use-after-free vulnerability in the Linux kernel's eventfs component, specifically in eventfs_remove_rec(). When this function recursively removes a child entry, it subsequently reads list.next from that child via list_for_each_entry(). If free_ei() drops the final reference a...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:31 p.m.12 views

CVE-2026-74605

A race condition in the Linux kernel's eventfs component occurs when an eventfs inode is freed. The ei->list field is a union with the RCU list head, and during SRCU-protected list iteration (without holding eventfs_mutex), a concurrent iterator may read the RCU head instead of the children li...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/22 3:31 p.m.7 views

EUVD-2026-64542

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-isfreed and then uses its ei-list to add it to the srcu link list as the list field is a union with the rcu list head. As...

5.7AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.26 views

CVE-2026-74605 eventfs: Use children field for rcu head and add memory barriers

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-isfreed and then uses its ei-list to add it to the srcu link list as the list field is a union with the rcu list head. As...

7.8CVSS0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.25 views

CVE-2026-74606 eventfs: Fix use-after-free in eventfs_remove_rec()

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...

7.8CVSS0.00125EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:31 p.m.11 views

CVE-2026-74605 eventfs: Use children field for rcu head and add memory barriers

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-isfreed and then uses its ei-list to add it to the srcu link list as the list field is a union with the rcu list head. As...

5.8AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.16 views

PT-2026-79610

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-is freed and then uses its ei-list to add it to the srcu link list as the list field is a union with the rcu list head. A...

5.5AI score0.0012EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74605

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-isfreed and then uses its ei-list to add it to the...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.11 views

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...

5.5AI score0.00125EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-74606

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns,...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: eventfs: It was necessary to hold the eventfsmutex and SRCU when remounting events. The commit 340f0c7067a9 “eventfs: Update all the eventfsinodes from the events descriptor” had eventfsset attrs recursively traversing ei-childre...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:09 a.m.17 views

eventfs: Hold eventfs_mutex and SRCU when remount walks events

...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/29 1:17 a.m.21 views

SUSE CVE-2026-46106

In the Linux kernel, the following vulnerability has been resolved: eventfs: Hold eventfsmutex and SRCU when remount walks events Commit 340f0c7067a9 "eventfs: Update all the eventfsinodes from the events descriptor" had eventfssetattrs recurse through ei-children on remount. The walk only holds...

4.1CVSS5.7AI score0.00122EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/29 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-46106

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - eventfs: Hold eventfsmutex and SRCU when remount walks events Commit 340f0c7067a9 eventfs: Update all the eventfsinodes from the events descriptor had...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References3
Rows per page
Query Builder