Lucene search
+L

323 matches found

Microsoft CVE
Microsoft CVE
added 2025/12/09 1:01 a.m.10 views

9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN

...

7AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/08 3:31 a.m.12 views

EUVD-2025-201640

In the Linux kernel, the following vulnerability has been resolved: 9p/transfd: p9fdrequest: kick rx thread if EPOLLIN p9readwork doesn't set Rworksched and doesn't do scheduleworkm-rq if listempty&m-reqlist. However, if the pipe is full, we need to read more data and this used to work prior to...

5.8AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 1:16 a.m.1 views

DEBIAN-CVE-2025-40305

In the Linux kernel, the following vulnerability has been resolved: 9p/transfd: p9fdrequest: kick rx thread if EPOLLIN p9readwork doesn't set Rworksched and doesn't do scheduleworkm-rq if listempty&m-reqlist. However, if the pipe is full, we need to read more data and this used to work prior to...

5.2AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 1:16 a.m.11 views

UBUNTU-CVE-2025-40305

In the Linux kernel, the following vulnerability has been resolved: 9p/transfd: p9fdrequest: kick rx thread if EPOLLIN p9readwork doesn't set Rworksched and doesn't do scheduleworkm-rq if listempty&m-reqlist. However, if the pipe is full, we need to read more data and this used to work prior to...

5.7AI score0.00168EPSS
SaveExploits0References21
CVE
CVE
added 2025/12/08 12:46 a.m.36 views

CVE-2025-40305

CVE-2025-40305 concerns Linux kernel 9p/trans_fd handling. Root cause: p9_fd_request relied on EPOLLOUT checks and wakeups via p9_pollwake/p9_poll_mux; after a pipe-read optimization, unnecessary wakeups were avoided by changing logic, reducing EPOLLIN-driven scheduling. The fix changes p9_fd_req...

6AI score0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 12:46 a.m.6 views

CVE-2025-40305 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN

In the Linux kernel, the following vulnerability has been resolved: 9p/transfd: p9fdrequest: kick rx thread if EPOLLIN p9readwork doesn't set Rworksched and doesn't do scheduleworkm-rq if listempty&m-reqlist. However, if the pipe is full, we need to read more data and this used to work prior to...

6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.40 views

CVE-2025-40305 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN

In the Linux kernel, the following vulnerability has been resolved: 9p/transfd: p9fdrequest: kick rx thread if EPOLLIN p9readwork doesn't set Rworksched and doesn't do scheduleworkm-rq if listempty&m-reqlist. However, if the pipe is full, we need to read more data and this used to work prior to...

0.00168EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-40305

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 9p/transfd: p9fdrequest: kick rx thread if EPOLLIN p9readwork doesn't set Rworksched and doesn't do scheduleworkm-rq if listempty&m-reqlist. However, if the pip...

5.9AI score0.00168EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/11/17 8:34 a.m.6 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/12 1:52 p.m.4 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/12 12:40 a.m.10 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.7 views

kernel: list: fix a data-race around ep->rdllist

In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep-rdllist eppoll first calls epeventsavailable with no lock held and checks if ep-rdllist is empty by listemptycareful, which reads rdllist-prev. Thus all accesses to it need some protection to avoid...

4.7CVSS6.8AI score0.00176EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/03 4:00 p.m.4 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: eventpoll: Fixed semi-unbounded recursion. Ensured that epoll instances never form a graph with more than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is free of loops and performs some recursion depth...

7.8CVSS6.5AI score0.00172EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/10/29 3:15 p.m.6 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/20 10:01 a.m.9 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/13 4:28 a.m.12 views

kernel: eventpoll: Fix semi-unbounded recursion

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EPMAXNESTS+1 links. Currently, eploopcheckproc ensures that the graph is loop-free and does some recursion depth checks, but...

7.8CVSS6.8AI score0.00172EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2011-1097

Malware in sbrugna...

4.9CVSS6AI score0.00778EPSS
SaveExploits3References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2011-1098

Malware in sbrugna...

4.9CVSS6.5AI score0.00795EPSS
SaveExploits2References23
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2022-51315

Malicious code in bioql PyPI...

9.8CVSS9.2AI score0.01319EPSS
SaveExploits0References10
Rows per page
Query Builder