Lucene search
+L

407630 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.17 views

CVE-2026-89661

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent post-shutdown use-after-free in unlockfilesystem Writing a filesystem path to /proc/fs/nfsd/unlockfilesystem runs nfsd4cancelcopybysb before nfsdmutex is held and before the handler confirms that nn-nfsdserv is set...

6.5AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.15 views

CVE-2026-89662

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent lock owner use-after-free during client teardown destroyclient releases a client's open owners, but a lock owner whose only reference is a blocked lock nbl stays on clownerstrhashtbl. clienthasstate does not count a...

9.8CVSS6.4AI score0.00684EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.24 views

CVE-2026-89661 NFSD: Prevent post-shutdown use-after-free in unlock_filesystem

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent post-shutdown use-after-free in unlockfilesystem Writing a filesystem path to /proc/fs/nfsd/unlockfilesystem runs nfsd4cancelcopybysb before nfsdmutex is held and before the handler confirms that nn-nfsdserv is set...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:45 p.m.12 views

EUVD-2026-76573

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent post-shutdown use-after-free in unlockfilesystem Writing a filesystem path to /proc/fs/nfsd/unlockfilesystem runs nfsd4cancelcopybysb before nfsdmutex is held and before the handler confirms that nn-nfsdserv is set...

6.4AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.34 views

CVE-2026-89662 NFSD: Prevent lock owner use-after-free during client teardown

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent lock owner use-after-free during client teardown destroyclient releases a client's open owners, but a lock owner whose only reference is a blocked lock nbl stays on clownerstrhashtbl. clienthasstate does not count a...

9.8CVSS0.00684EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:45 p.m.23 views

CVE-2026-89662

CVE-2026-89662 is a use-after-free vulnerability in the Linux kernel's NFSD (Network File System Daemon) component, triggered during client teardown. A race condition between __destroy_client() and the per-net laundromat (which independently reaps blocked locks) allows a lock owner to be freed wh...

9.8CVSS6.3AI score0.00684EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76574

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent lock owner use-after-free during client teardown destroyclient releases a client's open owners, but a lock owner whose only reference is a blocked lock nbl stays on clownerstrhashtbl. clienthasstate does not count a...

6.3AI score0.00684EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:45 p.m.11 views

CVE-2026-89662 NFSD: Prevent lock owner use-after-free during client teardown

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent lock owner use-after-free during client teardown destroyclient releases a client's open owners, but a lock owner whose only reference is a blocked lock nbl stays on clownerstrhashtbl. clienthasstate does not count a...

9.8CVSS6.3AI score
SaveExploits0References11
CVE
CVE
added 2026/09/11 7:45 p.m.29 views

CVE-2026-89660

CVE-2026-89660 is a use-after-free in the Linux kernel's NFSD (Network File System Daemon) subsystem, rated CVSS 9.8 (Critical) . The flaw arises in nfsd4_revoke_states(), which drops client_lock while dereferencing a client to revoke a stateid. A concurrent teardown can free the nfs4_client befo...

9.8CVSS6.2AI score0.00608EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89660

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during admin state revocation A stateid holds only a bare pointer to its nfs4client; a stateid reference does not pin it. The client survives only because destroyclient drains its stateids befo...

9.8CVSS6.4AI score0.00608EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76572

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during admin state revocation A stateid holds only a bare pointer to its nfs4client; a stateid reference does not pin it. The client survives only because destroyclient drains its stateids befo...

6.2AI score0.00608EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.32 views

CVE-2026-89660 NFSD: Prevent client use-after-free during admin state revocation

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during admin state revocation A stateid holds only a bare pointer to its nfs4client; a stateid reference does not pin it. The client survives only because destroyclient drains its stateids befo...

9.8CVSS0.00608EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:45 p.m.12 views

CVE-2026-89660 NFSD: Prevent client use-after-free during admin state revocation

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during admin state revocation A stateid holds only a bare pointer to its nfs4client; a stateid reference does not pin it. The client survives only because destroyclient drains its stateids befo...

9.8CVSS6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.32 views

CVE-2026-89659 NFSD: Prevent client use-after-free during delegation revoke

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during delegation revoke A delegation stateid holds only a bare pointer to its owning nfs4client and does not keep it alive. The client survives its stateids only because destroyclient drains...

9.8CVSS0.0045EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:45 p.m.9 views

CVE-2026-89659 NFSD: Prevent client use-after-free during delegation revoke

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during delegation revoke A delegation stateid holds only a bare pointer to its owning nfs4client and does not keep it alive. The client survives its stateids only because destroyclient drains...

9.8CVSS6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89659

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during delegation revoke A delegation stateid holds only a bare pointer to its owning nfs4client and does not keep it alive. The client survives its stateids only because destroyclient drains...

9.8CVSS6.3AI score0.0045EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:45 p.m.19 views

CVE-2026-89659

A use-after-free in the Linux kernel's NFSD (NFSv4 daemon) occurs during delegation revocation. The nfs4_laundromat() function unhashes an expired delegation from cl_delegations and drops the lock, creating a window where client_has_state() reports no remaining state, allowing free_client() to ru...

9.8CVSS6.3AI score0.0045EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.7 views

EUVD-2026-76571

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during delegation revoke A delegation stateid holds only a bare pointer to its owning nfs4client and does not keep it alive. The client survives its stateids only because destroyclient drains...

6.3AI score0.0045EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.29 views

CVE-2026-89654

CVE-2026-89654 is a use-after-free race condition in the Ceph file system component of the Linux kernel. The vulnerable function, check_new_map(), iterates over MDS sessions and drops the global mutex without holding a reference on the session struct in three code paths. A concurrent thread can t...

9.8CVSS6.3AI score0.00407EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.32 views

CVE-2026-89655 ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlock

In the Linux kernel, the following vulnerability has been resolved: ceph: fix UAF in kickflushingcaps on cf entry freed during unlock listforeachentry iterates ci-icapflushlist but drops icephlock to send cap messages. During the unlock window, handlecapflushack can acquire icephlock, detach cf...

9.8CVSS0.00704EPSS
SaveExploits0References8
Rows per page
Query Builder