Lucene search
+L

500228 matches found

Cvelist
Cvelist
added 2026/09/11 7:46 p.m.27 views

CVE-2026-89681 nfsd: fix layout fence worker double-reference race

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix layout fence worker double-reference race The workqueue core clears WORKSTRUCTPENDING before the callback is invoked, so delayedworkpending in lmbreakertimedout can return false while the fence worker is already running...

9.8CVSS0.00379EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:46 p.m.15 views

CVE-2026-89681

A race condition in the Linux kernel's nfsd component (the NFS server daemon) affects the layout fence worker. Because the workqueue core clears WORK_STRUCT_PENDING before invoking the callback, delayed_work_pending() in lm_breaker_timedout() can return false while a fence worker is already runni...

9.8CVSS5.8AI score0.00379EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89682 nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_net

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix fcachedisposal UAF by inlining dispose state into nfsdnet nfsdfiledisposelistdelayed defers fput to nfsd service threads via a per-net freeme queue, preventing the shrinker and GC worker from bearing the cost of closing...

8.1CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.26 views

CVE-2026-89680 nfsd: fix nfsd_file leak on inter-server COPY setup failure

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsdfile leak on inter-server COPY setup failure When nfsd4setupinterssc fails, nfsd4copy returns nfserroffloaddenied directly, bypassing the out: label where releasecopyfiles would drop the nfdst reference taken by...

7.5CVSS0.00641EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76592

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsdfile leak on inter-server COPY setup failure When nfsd4setupinterssc fails, nfsd4copy returns nfserroffloaddenied directly, bypassing the out: label where releasecopyfiles would drop the nfdst reference taken by...

5.6AI score0.00641EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.16 views

CVE-2026-89680

CVE-2026-89680 affects the Linux kernel's nfsd (NFS server daemon) component. When nfsd4_setup_inter_ssc() fails during an inter-server COPY operation, nfsd4_copy() returns nfserr_offload_denied directly, bypassing the cleanup path (out: label) where release_copy_files() would release the destina...

7.5CVSS5.6AI score0.00641EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89680 nfsd: fix nfsd_file leak on inter-server COPY setup failure

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsdfile leak on inter-server COPY setup failure When nfsd4setupinterssc fails, nfsd4copy returns nfserroffloaddenied directly, bypassing the out: label where releasecopyfiles would drop the nfdst reference taken by...

7.5CVSS5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89680

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsdfile leak on inter-server COPY setup failure When nfsd4setupinterssc fails, nfsd4copy returns nfserroffloaddenied directly, bypassing the out: label where releasecopyfiles would drop the nfdst reference taken by...

7.5CVSS5.7AI score0.00641EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.27 views

CVE-2026-89678 nfsd: fix partial-write detection in nfsd_direct_write

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix partial-write detection in nfsddirectwrite nfsddirectwrite walks a list of write segments and, after each vfsiocbiterwrite, tries to detect a short write so the loop can stop before placing the next segment at a wrong...

7.5CVSS0.00354EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.27 views

CVE-2026-89679 nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrs

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix null dereference in nfsd4setattr for deleg timestamp attrs When a SETATTR request includes FATTR4WORD2TIMEDELEGACCESS or FATTR4WORD2TIMEDELEGMODIFY in the attribute bitmap, nfsd4setattr sets delegattrs=true and calls...

7.5CVSS0.00687EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.8 views

CVE-2026-89678 nfsd: fix partial-write detection in nfsd_direct_write

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix partial-write detection in nfsddirectwrite nfsddirectwrite walks a list of write segments and, after each vfsiocbiterwrite, tries to detect a short write so the loop can stop before placing the next segment at a wrong...

7.5CVSS6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76590

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix partial-write detection in nfsddirectwrite nfsddirectwrite walks a list of write segments and, after each vfsiocbiterwrite, tries to detect a short write so the loop can stop before placing the next segment at a wrong...

5.8AI score0.00354EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76591

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix null dereference in nfsd4setattr for deleg timestamp attrs When a SETATTR request includes FATTR4WORD2TIMEDELEGACCESS or FATTR4WORD2TIMEDELEGMODIFY in the attribute bitmap, nfsd4setattr sets delegattrs=true and calls...

5.6AI score0.00687EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89679

CVE-2026-89679 is a null pointer dereference in the Linux kernel's nfsd component. When an NFSv4 client sends a SETATTR request containing the special "one stateid" (all-0xFF bytes) along with delegation timestamp attributes (FATTR4_WORD2_TIME_DELEG_ACCESS or FATTR4_WORD2_TIME_DELEG_MODIFY), nfsd...

7.5CVSS5.6AI score0.00687EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89678

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix partial-write detection in nfsddirectwrite nfsddirectwrite walks a list of write segments and, after each vfsiocbiterwrite, tries to detect a short write so the loop can stop before placing the next segment at a wrong...

7.5CVSS5.9AI score0.00354EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89679

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix null dereference in nfsd4setattr for deleg timestamp attrs When a SETATTR request includes FATTR4WORD2TIMEDELEGACCESS or FATTR4WORD2TIMEDELEGMODIFY in the attribute bitmap, nfsd4setattr sets delegattrs=true and calls...

7.5CVSS5.7AI score0.00687EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89678

CVE-2026-89678 is a flaw in the Linux kernel's nfsd (NFS server daemon), specifically in the nfsd_direct_write() function. The partial-write detection logic compares host_err against segments[i].iter.count, which has already been advanced by vfs_iocb_iter_write() to the residual (original length ...

7.5CVSS5.8AI score0.00354EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89679 nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrs

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix null dereference in nfsd4setattr for deleg timestamp attrs When a SETATTR request includes FATTR4WORD2TIMEDELEGACCESS or FATTR4WORD2TIMEDELEGMODIFY in the attribute bitmap, nfsd4setattr sets delegattrs=true and calls...

7.5CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89677

CVE-2026-89677 affects the Linux kernel NFS daemon (nfsd) subsystem, specifically the nfsd4_create_file() function. The root cause is that dentry_create() can return a dentry different from the one expected — for instance, when the exported filesystem is NFS and the server returns a filehandle ma...

9.8CVSS5.8AI score0.00407EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89677

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix possible fhcompose of wrong dentry in nfsd4createfile dentrycreate can hypothetically provide a different dentry than the one passed in. This could happen, for example, if the exported filesystem is NFS, and the server...

9.8CVSS6AI score0.00407EPSS
SaveExploits0
Rows per page
Query Builder