Lucene search
+L

132503 matches found

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

CVE-2026-89733

A use-after-free (UAF) vulnerability exists in the Linux kernel USB gadget UVC driver . In the error path of uvc_function_bind() and in uvc_function_unbind(), the pointers uvc->control_req and uvc->control_buf are freed but not set to NULL , leaving dangling pointers that can be dereference...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•12 views

EUVD-2026-76645

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix dangling pointers in uvcfunctionbind and uvcfunctionunbind In uvcfunctionbind error path, we use usbepfreerequest which uses uvc-controlreq but does not set it to NULL afterwards. Thus, uvc-controlreq is a...

5.7AI score0.00176EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•18 views

CVE-2026-89733

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix dangling pointers in uvcfunctionbind and uvcfunctionunbind In uvcfunctionbind error path, we use usbepfreerequest which uses uvc-controlreq but does not set it to NULL afterwards. Thus, uvc-controlreq is a...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•32 views

CVE-2026-89733 usb: gadget: uvc: fix dangling pointers in uvc_function_bind() and uvc_function_unbind()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix dangling pointers in uvcfunctionbind and uvcfunctionunbind In uvcfunctionbind error path, we use usbepfreerequest which uses uvc-controlreq but does not set it to NULL afterwards. Thus, uvc-controlreq is a...

7.8CVSS0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/11 7:46 p.m.•13 views

CVE-2026-89733 usb: gadget: uvc: fix dangling pointers in uvc_function_bind() and uvc_function_unbind()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix dangling pointers in uvcfunctionbind and uvcfunctionunbind In uvcfunctionbind error path, we use usbepfreerequest which uses uvc-controlreq but does not set it to NULL afterwards. Thus, uvc-controlreq is a...

7.8CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•34 views

CVE-2026-89712 NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lock

In the Linux kernel, the following vulnerability has been resolved: NFSD: restart sscexpireumount walk after dropping nfsdssclock nfsd4sscexpireumount walks nn-nfsdsscmountlist with listforeachentrysafeni, tmp, .... For each expired entry it sets nsuibusy = true, drops nfsdssclock to run mntput o...

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

CVE-2026-89712

In the Linux kernel, the following vulnerability has been resolved: NFSD: restart sscexpireumount walk after dropping nfsdssclock nfsd4sscexpireumount walks nn-nfsdsscmountlist with listforeachentrysafeni, tmp, .... For each expired entry it sets nsuibusy = true, drops nfsdssclock to run mntput o...

9.8CVSS5.9AI score0.00755EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:46 p.m.•36 views

CVE-2026-89712 NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lock

In the Linux kernel, the following vulnerability has been resolved: NFSD: restart sscexpireumount walk after dropping nfsdssclock nfsd4sscexpireumount walks nn-nfsdsscmountlist with listforeachentrysafeni, tmp, .... For each expired entry it sets nsuibusy = true, drops nfsdssclock to run mntput o...

9.8CVSS5.8AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•9 views

EUVD-2026-76624

In the Linux kernel, the following vulnerability has been resolved: NFSD: restart sscexpireumount walk after dropping nfsdssclock nfsd4sscexpireumount walks nn-nfsdsscmountlist with listforeachentrysafeni, tmp, .... For each expired entry it sets nsuibusy = true, drops nfsdssclock to run mntput o...

5.8AI score0.00755EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/11 7:46 p.m.•30 views

CVE-2026-89712

A use-after-free race condition in the Linux kernel's NFSD component affects nfsd4_ssc_expire_umount(). When this function drops nfsd_ssc_lock to release a source vfsmount, a concurrent NFS RPC thread can free a list entry that the iteration macro has cached as its next pointer, causing a subsequ...

9.8CVSS5.8AI score0.00755EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•10 views

EUVD-2026-76620

In the Linux kernel, the following vulnerability has been resolved: nfsd: RCU-protect clcbsession to fix use-after-free on session teardown After a DESTROYSESSION the per-session teardown path can free a session while rpciod still holds an inflight callback rpctask that dereferences...

6.3AI score0.00652EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/11 7:46 p.m.•28 views

CVE-2026-89709

CVE-2026-89709 affects the Linux kernel's lockd and nfsd subsystems. The nlmsvc_ops pointer is published and cleared with plain stores while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. After rmmod nfsd, a stale load produces either a NULL pointer dereference or a mo...

8.1CVSS5.8AI score0.00454EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•34 views

CVE-2026-89708 nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardown

In the Linux kernel, the following vulnerability has been resolved: nfsd: RCU-protect clcbsession to fix use-after-free on session teardown After a DESTROYSESSION the per-session teardown path can free a session while rpciod still holds an inflight callback rpctask that dereferences...

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

CVE-2026-89708

In the Linux kernel, the following vulnerability has been resolved: nfsd: RCU-protect clcbsession to fix use-after-free on session teardown After a DESTROYSESSION the per-session teardown path can free a session while rpciod still holds an inflight callback rpctask that dereferences...

9.8CVSS6.4AI score0.00652EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•16 views

CVE-2026-89709

In the Linux kernel, the following vulnerability has been resolved: lockd, nfsd: RCU-protect nlmsvcops dispatch nlmsvcops is published by nfsdlockdinit and cleared by nfsdlockdshutdown with plain stores, while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. The pointer...

8.1CVSS5.8AI score0.00454EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/11 7:46 p.m.•11 views

EUVD-2026-76621

In the Linux kernel, the following vulnerability has been resolved: lockd, nfsd: RCU-protect nlmsvcops dispatch nlmsvcops is published by nfsdlockdinit and cleared by nfsdlockdshutdown with plain stores, while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. The pointer...

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

CVE-2026-89709 lockd, nfsd: RCU-protect nlmsvc_ops dispatch

In the Linux kernel, the following vulnerability has been resolved: lockd, nfsd: RCU-protect nlmsvcops dispatch nlmsvcops is published by nfsdlockdinit and cleared by nfsdlockdshutdown with plain stores, while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. The pointer...

8.1CVSS5.9AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/11 7:46 p.m.•23 views

CVE-2026-89708

CVE-2026-89708 is a use-after-free race condition in the Linux kernel's NFS daemon (nfsd) . During NFSv4 session teardown (DESTROY_SESSION), the session memory can be freed via kfree() while an in-flight callback rpc_task on rpciod still dereferences clp->cl_cb_session. The workqueue flush in ...

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

CVE-2026-89708 nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardown

In the Linux kernel, the following vulnerability has been resolved: nfsd: RCU-protect clcbsession to fix use-after-free on session teardown After a DESTROYSESSION the per-session teardown path can free a session while rpciod still holds an inflight callback rpctask that dereferences...

9.8CVSS6.3AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/11 7:46 p.m.•33 views

CVE-2026-89709 lockd, nfsd: RCU-protect nlmsvc_ops dispatch

In the Linux kernel, the following vulnerability has been resolved: lockd, nfsd: RCU-protect nlmsvcops dispatch nlmsvcops is published by nfsdlockdinit and cleared by nfsdlockdshutdown with plain stores, while lockd dereferences it unguarded from dispatch sites in fs/lockd/svcsubs.c. The pointer...

8.1CVSS0.00454EPSS
SaveExploits0References2
Rows per page
Query Builder