Lucene search
+L

556180 matches found

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

CVE-2026-89697

In the Linux kernel, the following vulnerability has been resolved: nfsd: add fhwantwrite for early-verified SETATTR in nfsdprocsetattr The BOTHTIMESET branch calls fhverify early so setattrprepare can inspect the dentry. This causes nfsdsetattr to skip fhwantwrite, so notifychange runs without a...

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

CVE-2026-89695

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

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

CVE-2026-89694

In the Linux kernel, the following vulnerability has been resolved: nfsd: check client ownership when cancelling a copy-notify stateid On the OFFLOADCANCEL path clp != NULL, managecpntfstate freed the target cpntf state without checking ownership. The lookup key st-siopaque.soid is allocated...

6AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89692

In the Linux kernel, the following vulnerability has been resolved: nfsd: clear CALLBACKRUNNING on failed delegation recall queue nfsdbreakonedeleg sets NFSD4CALLBACKRUNNING via testandsetbit at entry to serialize recall work, then calls nfsd4runcb to queue the recall. When the queue attempt fail...

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

CVE-2026-89693

In the Linux kernel, the following vulnerability has been resolved: nfsd: check nfsd4acltoattr return value in nfsd4create nfsd4create stores the return value of nfsd4acltoattr in status, but the switchcreate-crtype block unconditionally overwrites it in every branch. ACL translation errors are...

5.9AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89691

In the Linux kernel, the following vulnerability has been resolved: nfsd: clear opcnt on compound arg release to prevent OOB read nfsd4releasecompoundargs resets args-ops to the inline iops8 array when the dynamically-allocated ops buffer is freed, but leaves args-opcnt at its original value whic...

7.1CVSS6.1AI score0.00125EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89690

In the Linux kernel, the following vulnerability has been resolved: nfsd: defer vfree of compound ops to fix rpcstatus UAF The rpcstatus netlink dumpit walks every in-flight svcrqst under rcureadlock and, for NFSv4 requests, reads opnums out of args-ops. But args-ops is a separate vmalloc buffer...

7.8CVSS6.9AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89689

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't free session slots that are still in use nfsd4sequence can free the very slot it is currently processing. When the session shrinker has reduced setargetmaxslots below sefchannel.maxreqs, the shrink path checks three...

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

CVE-2026-89688

In the Linux kernel, the following vulnerability has been resolved: nfsd: drop the stateid, not the stateowner, on seqidop replay retry In nfs4preprocessseqidop the stateid is obtained from nfsd4lookupstateid, which holds a reference on the nfs4stid sccount but takes no reference on the stateowne...

9.8CVSS7.2AI score0.00608EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89687

In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure nfsdfiledoacquire does not use a non-opened file -atomicopen is permitted to return success without actually opening the file. It indicates this by calling finishnoopen. This means dentrycreate can return a file whic...

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

CVE-2026-89685

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix clock domain mismatch in clientsstillreclaiming clientsstillreclaiming computes a deadline from nn-boottime CLOCKREALTIME, 1.7 billion but compares it against ktimegetboottimeseconds CLOCKBOOTTIME, seconds since boot. T...

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

CVE-2026-89686

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix BUGON in nfsd4alloclayoutstateid on racing delegation revoke nfsd4alloclayoutstateid reads fp-fidelegfile without holding filock when the parent stateid is a delegation. A concurrent delegation revoke via the laundromat...

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

CVE-2026-89684

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix cpntf publish race in nfs4initcpstate nfs4allocinitcpntfstate published the new cpntf entry into the s2scpstateids IDR with cstype set in one s2scplock section, then took the lock again to listadd it onto pstid-sccplist...

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

CVE-2026-89683

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix dentry ref leak on V4ROOT export filehandle lookup nfsdsetfhdentry leaks the dentry reference from exportfsdecodefhraw when the NFS3FHSIZE or NFSFHSIZE switch cases detect NFSEXPV4ROOT and goto out. The out: label calls...

5.7AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89681

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.8CVSS5.8AI score0.00379EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89682

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.2AI score0.00397EPSS
SaveExploits0
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
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
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