Lucene search
+L

132185 matches found

Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•13 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.00649EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:46 p.m.•14 views

CVE-2026-89689 nfsd: don't free session slots that are still in use

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 score
SaveExploits0References6
CVE
CVE
•added 2026/09/11 7:46 p.m.•28 views

CVE-2026-89688

CVE-2026-89688 affects the Linux kernel's nfsd (NFS server) component. In nfs4_preprocess_seqid_op(), when nfsd4_cstate_assign_replay() returns -EAGAIN (replay owner being torn down), the error path incorrectly drops a stateowner reference it never acquired while leaking the stid reference it did...

9.8CVSS6.7AI score0.00652EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•10 views

EUVD-2026-76601

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...

5.8AI score0.00649EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/11 7:46 p.m.•20 views

CVE-2026-89688 nfsd: drop the stateid, not the stateowner, on seqid_op replay retry

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.8CVSS5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•13 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.00652EPSS
SaveExploits0
CVE
CVE
•added 2026/09/11 7:46 p.m.•31 views

CVE-2026-89682

CVE-2026-89682 is a use-after-free (UAF) in the Linux kernel's NFS daemon (nfsd) component. The function nfsd_file_dispose_list_delayed() uses a separately-allocated struct nfsd_fcache_disposal for its per-net freeme queue. During network namespace teardown, this struct is freed while the global ...

8.1CVSS6.2AI score0.00534EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•31 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.1CVSS0.00534EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•9 views

EUVD-2026-76594

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...

6.2AI score0.00534EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•15 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.00534EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:46 p.m.•21 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
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•16 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.00553EPSS
SaveExploits0
CVE
CVE
•added 2026/09/11 7:46 p.m.•14 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.00553EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•7 views

EUVD-2026-76589

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...

5.8AI score0.00553EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•30 views

CVE-2026-89677 nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()

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.8CVSS0.00553EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/11 7:46 p.m.•14 views

CVE-2026-89677 nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()

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.8CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•9 views

EUVD-2026-76588

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2scpstateids IDR entry for async COPY For an async COPY, nfsd4copy called nfs4initcopystate before dupcopyfields, so the s2scpstateids IDR was pointed at &u-copy-cpstateid -- memory in the per-rqstp COMPOUND buff...

6AI score0.00671EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•34 views

CVE-2026-89676 nfsd: fix stale s2s_cp_stateids IDR entry for async COPY

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2scpstateids IDR entry for async COPY For an async COPY, nfsd4copy called nfs4initcopystate before dupcopyfields, so the s2scpstateids IDR was pointed at &u-copy-cpstateid -- memory in the per-rqstp COMPOUND buff...

9.8CVSS0.00671EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•16 views

CVE-2026-89676

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2scpstateids IDR entry for async COPY For an async COPY, nfsd4copy called nfs4initcopystate before dupcopyfields, so the s2scpstateids IDR was pointed at &u-copy-cpstateid -- memory in the per-rqstp COMPOUND buff...

9.8CVSS6.1AI score0.00671EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:46 p.m.•27 views

CVE-2026-89676 nfsd: fix stale s2s_cp_stateids IDR entry for async COPY

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2scpstateids IDR entry for async COPY For an async COPY, nfsd4copy called nfs4initcopystate before dupcopyfields, so the s2scpstateids IDR was pointed at &u-copy-cpstateid -- memory in the per-rqstp COMPOUND buff...

9.8CVSS6AI score
SaveExploits0References7
Rows per page
Query Builder