Lucene search
+L

2415 matches found

EUVD
EUVD
added 6 days ago7 views

EUVD-2026-46014

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.4AI score0.00174EPSS
SaveExploits0References3
CVE
CVE
added 6 days ago22 views

CVE-2026-64206

CVE-2026-64206 : In the Linux kernel Bluetooth L2CAP path, the teardown can deadlock because l2cap_conn_del() takes conn->lock and then cancels pending_rx_work, while process_pending_rx() also takes the same lock. The fix is to cancel pending_rx_work before acquiring conn->lock to enforce t...

5.4AI score0.00174EPSS
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-64206 Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lock

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

0.00174EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 6 days ago6 views

CVE-2026-64206

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx takes the same mutex, so teardown can deadlock against the worker it is...

5.2AI score0.00174EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 6 days ago6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64062

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential deadlock in write-through mode Fix netfsadvancewritethrough to always...

5.7AI score0.00168EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 6 days ago10 views

PT-2026-61647

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: cancel pending rx work before taking conn-lock l2cap conn del takes conn-lock and then calls cancel work sync for pending rx work. process pending rx takes the same mutex, so teardown can deadlock against the...

5.3AI score0.00174EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 6 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64206

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: L2CAP: cancel pendingrxwork before taking conn-lock l2capconndel takes conn-lock and then calls cancelworksync for pendingrxwork. processpendingrx...

5.8AI score0.00174EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 6 days ago3 views

Linux Distros Unpatched Vulnerability : CVE-2026-64115

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: er...

8.8CVSS5.9AI score0.00135EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.4 views

CVE-2026-64115

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS0.00135EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 4:17 p.m.6 views

CVE-2026-63978

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

9.8CVSS0.00598EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64115

CVE-2026-64115 affects the Linux kernel’s vsock/vmci component. The issue is a Use-After-Free caused when a peer resets a connection during the handshake, leading to a pending socket remaining in a listener’s pending list and the possibility of a crash/DoS. Root cause: vmci_transport_recv_connect...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:40 p.m.4 views

CVE-2026-64115 vsock/vmci: fix UAF when peer resets connection during handshake

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64115

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS5.3AI score0.00135EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63978 net/handshake: Drain pending requests at net namespace exit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

9.8CVSS5.3AI score0.00598EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 2:56 p.m.9 views

CVE-2026-63978

The CVE-2026-63978 issue affects the Linux kernel in net/handshake handling during net namespace exit. The root cause is reversed arguments to list_splice_init() in handshake_net_exit(), which transfers the pending handshake requests to the wrong list, causing the drain loop to skip, leaving some...

9.8CVSS5.3AI score0.00598EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:56 p.m.10 views

EUVD-2026-45751

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

5.3AI score0.00598EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.5 views

CVE-2026-63978

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

9.8CVSS5.2AI score0.00598EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 12:2 p.m.10 views

CVE-2026-63820

CVE-2026-63820 relates to the Linux kernel's f2fs filesystem. The issue occurs in f2fs_read_data_large_folio(), which can keep a read bio across multiple readahead folios. If a later folio errors before any of its blocks are added to the bio, folio_in_bio is false and the path returns after endin...

5.4AI score0.00145EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 12:2 p.m.6 views

CVE-2026-63820

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix missing read bio submission on large folio error f2fsreaddatalargefolio can keep a read bio across multiple readahead folios. If a later folio hits an error before any of its blocks are added to the bio, folioinbio is...

5.2AI score0.00145EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:2 p.m.5 views

CVE-2026-63804 gfs2: fix use-after-free in gfs2_qd_dealloc

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix use-after-free in gfs2qddealloc gfs2qddealloc, called as an RCU callback from gfs2qddispose, accesses the superblock object sdp through qd-qdsbd after freeing qd. It does so to decrement sdquotacount and wake up...

5.5AI score0.00168EPSS
SaveExploits0References8
Rows per page
Query Builder