Lucene search
+L

407551 matches found

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

CVE-2026-89663

In the Linux kernel, the following vulnerability has been resolved: nfsd: revoke copy-notify stateids before dropping their reference Copy-notify stateids live in the s2scpstateids IDR and on their parent stid's sccplist, pinned by a single membership reference. freecpntfstatelocked only unlinks ...

8.8CVSS6.4AI score0.00455EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89661

CVE-2026-89661 is a use-after-free in the Linux kernel's NFSD (NFS server daemon) subsystem. Writing a filesystem path to /proc/fs/nfsd/unlock_filesystem calls nfsd4_cancel_copy_by_sb() before the nfsd_mutex is held and before the handler confirms the server is still running. After shutdown, nfs4...

6.4AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:45 p.m.19 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...

6.5AI score
SaveExploits0References5
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
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
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
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
Rows per page
Query Builder