Lucene search
+L

246440 matches found

CVE
CVE
added 2026/08/10 12:4 p.m.44 views

CVE-2026-68399

CVE-2026-68399: Linux kernel BPF sock_clone UAF fixed by resetting newsk->sk_bpf_storage to NULL after sock_copy() (in sk_clone) and removing redundant init in bpf_sk_storage_clone. Exploit could lead to use-after-free of parent socket’s BPF storage with potential DoS or arbitrary code executi...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.36 views

CVE-2026-68398 ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF

In the Linux kernel, the following vulnerability has been resolved: ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF pppol2tprecv runs in the L2TP UDP-encap softirq RX path: l2tpudpencaprecv - l2tprecvcommon - pppol2tprecv - pppinput&po-chan It runs under rcureadlock holding...

7.8CVSS0.00128EPSS
SaveExploits1References5
OSV
OSV
added 2026/08/10 12:4 p.m.17 views

CVE-2026-68398 ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF

In the Linux kernel, the following vulnerability has been resolved: ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF pppol2tprecv runs in the L2TP UDP-encap softirq RX path: l2tpudpencaprecv - l2tprecvcommon - pppol2tprecv - pppinput&po-chan It runs under rcureadlock holding...

7.8CVSS5.3AI score
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:4 p.m.33 views

CVE-2026-68397

The CVE-2026-68397 issue affects the Linux kernel net/iucv code: afiucv_hs_rcv() may pass a destination socket to handlers without holding a reference, allowing a concurrent close to free the socket before the handler dereferences it (e.g., sk->sk_data_ready()) because AF_IUCV sockets aren’t R...

8.8CVSS5.3AI score0.00257EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:4 p.m.7 views

EUVD-2026-55583

In the Linux kernel, the following vulnerability has been resolved: net/iucv: take a reference on the socket found in afiucvhsrcv afiucvhsrcv looks up the destination socket under iucvsklist.lock, drops the lock, and then passes the socket to the afiucvhscallback handlers without holding a...

5.3AI score0.00257EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.8 views

CVE-2026-68397

In the Linux kernel, the following vulnerability has been resolved: net/iucv: take a reference on the socket found in afiucvhsrcv afiucvhsrcv looks up the destination socket under iucvsklist.lock, drops the lock, and then passes the socket to the afiucvhscallback handlers without holding a...

8.8CVSS5.2AI score0.00257EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 12:4 p.m.6 views

CVE-2026-68397 net/iucv: take a reference on the socket found in afiucv_hs_rcv()

In the Linux kernel, the following vulnerability has been resolved: net/iucv: take a reference on the socket found in afiucvhsrcv afiucvhsrcv looks up the destination socket under iucvsklist.lock, drops the lock, and then passes the socket to the afiucvhscallback handlers without holding a...

8.8CVSS5.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.34 views

CVE-2026-68397 net/iucv: take a reference on the socket found in afiucv_hs_rcv()

In the Linux kernel, the following vulnerability has been resolved: net/iucv: take a reference on the socket found in afiucvhsrcv afiucvhsrcv looks up the destination socket under iucvsklist.lock, drops the lock, and then passes the socket to the afiucvhscallback handlers without holding a...

8.8CVSS0.00257EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:4 p.m.7 views

EUVD-2026-55582

In the Linux kernel, the following vulnerability has been resolved: scsi: core: wake eh reliably when using scsischeduleeh Drivers which use the scsischeduleeh function to run the error handler currently risk the error handler thread never waking once all commands are timed out or inactive. There...

5.4AI score0.002EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.9 views

CVE-2026-68396

In the Linux kernel, the following vulnerability has been resolved: scsi: core: wake eh reliably when using scsischeduleeh Drivers which use the scsischeduleeh function to run the error handler currently risk the error handler thread never waking once all commands are timed out or inactive. There...

5.3AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 12:4 p.m.34 views

CVE-2026-68395

CVE-2026-68395 pertains to the Linux kernel’s SATA DWC 460ex driver. The issue was that sata_dwc_enable_interrupts() was executed before the IRQ handler and related initialization (platform_get_irq(), ata_host_activate()), leaving the SATA controller’s interrupt mask enabled without a registered ...

5.3AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.8 views

CVE-2026-68395

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: enable SATA interrupts only after IRQ handler is registered satadwcenableinterrupts is called before platformgetirq and atahostactivate, leaving the SATA controller's interrupt mask enabled without a registered...

5.2AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:4 p.m.9 views

EUVD-2026-55581

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: enable SATA interrupts only after IRQ handler is registered satadwcenableinterrupts is called before platformgetirq and atahostactivate, leaving the SATA controller's interrupt mask enabled without a registered...

5.3AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.14 views

CVE-2026-68394

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: revalidate LOADCONNPARAM queued update MGMTOPLOADCONNPARAM queues connupdatesync when a single parameter update changes an existing LE central connection. The queued work currently stores a borrowed hciconnparams...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 12:4 p.m.34 views

CVE-2026-68394

In CVE-2026-68394, the Linux kernel Bluetooth MGMT path had a use-after-free in conn_update_sync triggered by MGMT_OP_LOAD_CONN_PARAM queuing a param update. The queued work incorrectly kept a borrowed hci_conn_params pointer; if userspace freed the entry before the callback ran, a use-after-free...

7.8CVSS5.4AI score0.00125EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:4 p.m.4 views

CVE-2026-68394 Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued update

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: revalidate LOADCONNPARAM queued update MGMTOPLOADCONNPARAM queues connupdatesync when a single parameter update changes an existing LE central connection. The queued work currently stores a borrowed hciconnparams...

7.8CVSS5.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.7 views

CVE-2026-68393

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: extend connhash lookup critical sections Using RCU-protected pointers outside the critical sections without refcount is incorrect and may result to UAF. Extend critical section to cover both hciconnhash lookup...

8.8CVSS5.2AI score0.00242EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 12:4 p.m.5 views

CVE-2026-68393 Bluetooth: hci_sync: extend conn_hash lookup critical sections

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: extend connhash lookup critical sections Using RCU-protected pointers outside the critical sections without refcount is incorrect and may result to UAF. Extend critical section to cover both hciconnhash lookup...

8.8CVSS5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:4 p.m.6 views

EUVD-2026-55579

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: extend connhash lookup critical sections Using RCU-protected pointers outside the critical sections without refcount is incorrect and may result to UAF. Extend critical section to cover both hciconnhash lookup...

5.3AI score0.00242EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:4 p.m.6 views

EUVD-2026-55578

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix locking in unpairdevice/disconnectsync Dereferencing RCU-protected pointers outside critical sections is invalid and may lead to UAF. Take hdev-lock for hciconn lookup and hciabortconn. Don't use RCU to ensur...

5.3AI score0.00128EPSS
SaveExploits0References5
Rows per page
Query Builder