Lucene search
+L

500162 matches found

CVE
CVE
β€’added 2026/09/11 7:45 p.m.β€’13 views

CVE-2026-89670

CVE-2026-89670 is a use-after-free race condition in the Linux kernel's nfsd (NFS daemon) component. In nfsd_open_local_fh(), a retry path loads a pointer via cmpxchg and calls nfsd_file_get() without holding rcu_read_lock, while the nfsd_file slab is created without SLAB_TYPESAFE_BY_RCU. Once th...

7.8CVSS5.8AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
β€’added 2026/09/11 7:45 p.m.β€’7 views

CVE-2026-89669 nfsd: initialize copy-notify stateid before publishing it

In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize copy-notify stateid before publishing it nfsd4copynotify finished initializing the cpntf state after nfs4allocinitcpntfstate had already linked it into the s2scpstateids IDR and the parent's sccplist, with cscoun...

9.8CVSS5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
β€’added 2026/09/11 7:45 p.m.β€’10 views

CVE-2026-89670

In the Linux kernel, the following vulnerability has been resolved: nfsd: hold rcu across localio cmpxchg retry nfsdfile objects are freed via callrcu filecache.c:296, and nfsdfileslab is created without SLABTYPESAFEBYRCU KMEMCACHEnfsdfile, 0 at filecache.c:789, so the slab page backing a freed...

7.8CVSS5.9AI score0.00161EPSS
SaveExploits0
Cvelist
Cvelist
β€’added 2026/09/11 7:45 p.m.β€’29 views

CVE-2026-89668 nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()

In the Linux kernel, the following vulnerability has been resolved: nfsd: move nfsddebugfsinit after nfsd4initslabs in initnfsd nfsddebugfsinit runs before nfsd4initslabs in initnfsd. If the slab allocation fails, the bare "return retval" bypasses nfsddebugfsexit, leaving orphan debugfs files wit...

7.8CVSS0.00171EPSS
SaveExploits0References3
CVE
CVE
β€’added 2026/09/11 7:45 p.m.β€’18 views

CVE-2026-89668

CVE-2026-89668 affects the nfsd (NFS daemon) component of the Linux kernel . In init_nfsd(), nfsd_debugfs_init() is called before nfsd4_init_slabs(). If the slab allocation fails, the early return bypasses nfsd_debugfs_exit(), leaving orphaned debugfs files with stale fops pointers into freed mod...

7.8CVSS5.8AI score0.00171EPSS
SaveExploits0References3
Debian CVE
Debian CVE
β€’added 2026/09/11 7:45 p.m.β€’11 views

CVE-2026-89668

In the Linux kernel, the following vulnerability has been resolved: nfsd: move nfsddebugfsinit after nfsd4initslabs in initnfsd nfsddebugfsinit runs before nfsd4initslabs in initnfsd. If the slab allocation fails, the bare "return retval" bypasses nfsddebugfsexit, leaving orphan debugfs files wit...

7.8CVSS5.9AI score0.00171EPSS
SaveExploits0
EUVD
EUVD
β€’added 2026/09/11 7:45 p.m.β€’8 views

EUVD-2026-76580

In the Linux kernel, the following vulnerability has been resolved: nfsd: move nfsddebugfsinit after nfsd4initslabs in initnfsd nfsddebugfsinit runs before nfsd4initslabs in initnfsd. If the slab allocation fails, the bare "return retval" bypasses nfsddebugfsexit, leaving orphan debugfs files wit...

5.8AI score0.00171EPSS
SaveExploits0References3
OSV
OSV
β€’added 2026/09/11 7:45 p.m.β€’7 views

CVE-2026-89668 nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()

In the Linux kernel, the following vulnerability has been resolved: nfsd: move nfsddebugfsinit after nfsd4initslabs in initnfsd nfsddebugfsinit runs before nfsd4initslabs in initnfsd. If the slab allocation fails, the bare "return retval" bypasses nfsddebugfsexit, leaving orphan debugfs files wit...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
β€’added 2026/09/11 7:45 p.m.β€’19 views

CVE-2026-89667

CVE-2026-89667 is a race condition in the Linux kernel's nfsd file cache subsystem. When the shrinker, GC worker, or fsnotify/lease callbacks unhash an nfsd_file and queue it for delayed disposal concurrently with nfsd_file_cache_shutdown_net(), the shutdown path can miss the file and drain the d...

8.1CVSS5.8AI score0.00512EPSS
SaveExploits0References3
Cvelist
Cvelist
β€’added 2026/09/11 7:45 p.m.β€’28 views

CVE-2026-89667 nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache

In the Linux kernel, the following vulnerability has been resolved: nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache The shrinker, GC worker, and fsnotify/lease callbacks can unhash an nfsdfile from the rhashtable and then call nfsdfiledisposelistdelayed to move it to the...

8.1CVSS0.00512EPSS
SaveExploits0References3
OSV
OSV
β€’added 2026/09/11 7:45 p.m.β€’5 views

CVE-2026-89667 nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache

In the Linux kernel, the following vulnerability has been resolved: nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache The shrinker, GC worker, and fsnotify/lease callbacks can unhash an nfsdfile from the rhashtable and then call nfsdfiledisposelistdelayed to move it to the...

8.1CVSS5.9AI score
SaveExploits0References6
EUVD
EUVD
β€’added 2026/09/11 7:45 p.m.β€’8 views

EUVD-2026-76579

In the Linux kernel, the following vulnerability has been resolved: nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache The shrinker, GC worker, and fsnotify/lease callbacks can unhash an nfsdfile from the rhashtable and then call nfsdfiledisposelistdelayed to move it to the...

5.8AI score0.00512EPSS
SaveExploits0References3
Debian CVE
Debian CVE
β€’added 2026/09/11 7:45 p.m.β€’10 views

CVE-2026-89667

In the Linux kernel, the following vulnerability has been resolved: nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache The shrinker, GC worker, and fsnotify/lease callbacks can unhash an nfsdfile from the rhashtable and then call nfsdfiledisposelistdelayed to move it to the...

8.1CVSS5.8AI score0.00512EPSS
SaveExploits0
Cvelist
Cvelist
β€’added 2026/09/11 7:45 p.m.β€’29 views

CVE-2026-89665 nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATE

In the Linux kernel, the following vulnerability has been resolved: nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATE The NFSv2 sattr decoder converts the wire useconds to nanoseconds in svcxdrdecodesattr: iap-iaatime.tvnsec = tmp2 NSECPERUSEC; tmp2 is a u32 and NSECPERUSEC is 1000, so t...

8.2CVSS0.0062EPSS
SaveExploits0References8
EUVD
EUVD
β€’added 2026/09/11 7:45 p.m.β€’8 views

EUVD-2026-76578

In the Linux kernel, the following vulnerability has been resolved: nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops A client can send an NFSv3 SETATTR, CREATE, MKDIR, SYMLINK or MKNOD carrying an atime or mtime whose nseconds field is out of range. The value is well-formed on t...

5.8AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
β€’added 2026/09/11 7:45 p.m.β€’5 views

CVE-2026-89666 nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops

In the Linux kernel, the following vulnerability has been resolved: nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops A client can send an NFSv3 SETATTR, CREATE, MKDIR, SYMLINK or MKNOD carrying an atime or mtime whose nseconds field is out of range. The value is well-formed on t...

5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
β€’added 2026/09/11 7:45 p.m.β€’10 views

CVE-2026-89665

In the Linux kernel, the following vulnerability has been resolved: nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATE The NFSv2 sattr decoder converts the wire useconds to nanoseconds in svcxdrdecodesattr: iap-iaatime.tvnsec = tmp2 NSECPERUSEC; tmp2 is a u32 and NSECPERUSEC is 1000, so t...

8.2CVSS6.1AI score0.0062EPSS
SaveExploits0
CVE
CVE
β€’added 2026/09/11 7:45 p.m.β€’15 views

CVE-2026-89666

CVE-2026-89666 affects the Linux kernel's nfsd (NFS server daemon). A client can send an NFSv3 SETATTR, CREATE, MKDIR, SYMLINK, or MKNOD carrying an atime or mtime whose nseconds field is out of range β€”it decodes as a valid uint32 but is not a valid timespec64. Nothing in the setattr path clamps ...

5.8AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
β€’added 2026/09/11 7:45 p.m.β€’16 views

CVE-2026-89665

CVE-2026-89665 affects the Linux kernel's nfsd (NFS server daemon) component. The NFSv2 svcxdr_decode_sattr() function converts wire useconds to nanoseconds via tmp2 * NSEC_PER_USEC. On ILP32 (32-bit) architectures, unsigned long is 32 bits, so an out-of-range value (e.g., 4294968) wraps to a see...

8.2CVSS6AI score0.0062EPSS
SaveExploits0References8
Cvelist
Cvelist
β€’added 2026/09/11 7:45 p.m.β€’25 views

CVE-2026-89666 nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops

In the Linux kernel, the following vulnerability has been resolved: nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops A client can send an NFSv3 SETATTR, CREATE, MKDIR, SYMLINK or MKNOD carrying an atime or mtime whose nseconds field is out of range. The value is well-formed on t...

0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder