Lucene search
+L

48121 matches found

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

CVE-2026-89683

CVE-2026-89683 affects the Linux kernel 's nfsd subsystem. The flaw is in nfsd_set_fh_dentry(), which leaks a dentry reference obtained from exportfs_decode_fh_raw() when the NFS3_FHSIZE or NFS_FHSIZE switch cases detect NFSEXP_V4ROOT and jump to the out: label. That label calls exp_put() but nev...

0.00175EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.6 views

EUVD-2026-76595

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

0.00175EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.4 views

CVE-2026-89683 nfsd: fix dentry ref leak on V4ROOT export filehandle lookup

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.8AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:46 p.m.11 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.5CVSS0.00641EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.24 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.7 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...

0.00641EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.5 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.5CVSS0.00641EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89664

In the Linux kernel, the following vulnerability has been resolved: nfsd: release OPEN-decoded posix ACLs via oprelease nfsd4decodecreatehow4 calls nfsd4decodefattr4, which allocates refcounted struct posixacl objects via posixaclalloc and stores them in open-oppacl and open-opdpacl. These pointe...

7.5CVSS0.00488EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.26 views

CVE-2026-89664 nfsd: release OPEN-decoded posix ACLs via op_release

In the Linux kernel, the following vulnerability has been resolved: nfsd: release OPEN-decoded posix ACLs via oprelease nfsd4decodecreatehow4 calls nfsd4decodefattr4, which allocates refcounted struct posixacl objects via posixaclalloc and stores them in open-oppacl and open-opdpacl. These pointe...

7.5CVSS0.00488EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:45 p.m.6 views

CVE-2026-89648 ceph: cap delegated inode count in ceph_parse_deleg_inos()

In the Linux kernel, the following vulnerability has been resolved: ceph: cap delegated inode count in cephparsedeleginos cephparsedeleginos decodes interval sets of delegated inode numbers from an MDS create-with-delegation reply. For each set it reads a 64-bit start and a 64-bit len with...

5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.23 views

CVE-2026-89645 btrfs: drop recovered reloc root refs on recovery failure

In the Linux kernel, the following vulnerability has been resolved: btrfs: drop recovered reloc root refs on recovery failure During relocation recovery, each fs root gets a reference to its relocation root. If loading or adding a later root fails, or if the first transaction commit fails,...

0.00225EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76558

In the Linux kernel, the following vulnerability has been resolved: ceph: fix leaked inode reference on writeback abort at umount cephdirtyfolio takes a wrbuffer claim on each newly dirtied folio: it bumps iwrbufferref taking an ihold on the 0-1 transition and attaches the snapcontext to...

0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89645

CVE-2026-89645 affects the btrfs filesystem in the Linux kernel. During relocation recovery , if loading a later root fails or the first transaction commit fails, btrfs_recover_relocation() exits via put_reloc_control(), which drops list-owned relocation root references but does not clear fs_root...

0.00225EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:45 p.m.5 views

CVE-2026-89644 btrfs: fix extent map leak in NOCOW direct I/O write

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfsdioiomapbegin calls btrfsgetextent, which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range,...

5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89626

CVE-2026-89626 affects the Linux kernel's HID sensor custom driver (hid_sensor_custom). In hid_sensor_custom_add_attributes(), if sysfs_create_group() fails after some groups are already created, the function returns the error without removing previously created groups . The fix adds a local unwi...

8.8CVSS0.00321EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89626

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix field sysfs group cleanup on failure hidsensorcustomaddattributes creates one sysfs group for each custom sensor field. If sysfscreategroup fails after some groups have already been created, the function...

8.8CVSS0.00321EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89626 HID: sensor: custom: Fix field sysfs group cleanup on failure

In the Linux kernel, the following vulnerability has been resolved: HID: sensor: custom: Fix field sysfs group cleanup on failure hidsensorcustomaddattributes creates one sysfs group for each custom sensor field. If sysfscreategroup fails after some groups have already been created, the function...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.25 views

CVE-2026-89605 ecryptfs: release message context on send failure

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: release message context on send failure ecryptfssendmessagelocked moves a message context from the free list to the allocated list before sending the request to the userspace daemon. If ecryptfssendmiscdev fails, the...

7.8CVSS0.00163EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.4 views

CVE-2026-89605

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: release message context on send failure ecryptfssendmessagelocked moves a message context from the free list to the allocated list before sending the request to the userspace daemon. If ecryptfssendmiscdev fails, the...

7.8CVSS0.00163EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89605

CVE-2026-89605 affects the ecryptfs component of the Linux kernel . The root cause is that ecryptfs_send_message_locked() moves a message context to the allocated list before sending a request to the userspace daemon, but if ecryptfs_send_miscdev() fails, the context is never returned to the free...

7.8CVSS0.00163EPSS
SaveExploits0References4
Rows per page
Query Builder