Lucene search
+L

79124 matches found

CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64412

The CVE-2026-64412 issue affects the Linux kernel’s netfilter ebtables component, where module names must be null-terminated. The root cause is failing to explicitly check length, which could allow passing a non-null terminated string to request_module(), potentially enabling a local impact as de...

7.1CVSS5.7AI score0.00126EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.25 views

CVE-2026-64405 Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix null ptr deref in hciabortconn hciabortconn read hciskbeventhdev-sentcmd when a connection was pending, but hdev-sentcmd can be NULL while reqstatus is still HCIREQPEND, leading to a NULL pointer dereferen...

0.00173EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48949

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix null ptr deref in hciabortconn hciabortconn read hciskbeventhdev-sentcmd when a connection was pending, but hdev-sentcmd can be NULL while reqstatus is still HCIREQPEND, leading to a NULL pointer dereferen...

5.8AI score0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 8:50 a.m.6 views

CVE-2026-64405 Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix null ptr deref in hciabortconn hciabortconn read hciskbeventhdev-sentcmd when a connection was pending, but hdev-sentcmd can be NULL while reqstatus is still HCIREQPEND, leading to a NULL pointer dereferen...

5.8AI score
SaveExploits0References9
CVE
CVE
added 2026/07/25 8:50 a.m.21 views

CVE-2026-64405

CVE-2026-64405 affects the Linux kernel Bluetooth subsystem (HCI). The vulnerability arises when hci_abort_conn() reads hdev->sent_cmd during a pending connection, where sent_cmd can be NULL (req_status == HCI_REQ_PEND), causing a NULL pointer dereference. The fix introduces a per-connection H...

5.8AI score0.00173EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64405

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix null ptr deref in hciabortconn hciabortconn read hciskbeventhdev-sentcmd when a connection was pending, but hdev-sentcmd can be NULL while reqstatus is still HCIREQPEND, leading to a NULL pointer dereferen...

5.7AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64404 Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in isoconnbigsync isoconnbigsync drops the socket lock to call hcigetroute and then re-acquires it, but dereferences isopisk-conn-hcon afterwards without re-checking that conn is still...

5.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64404 Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in isoconnbigsync isoconnbigsync drops the socket lock to call hcigetroute and then re-acquires it, but dereferences isopisk-conn-hcon afterwards without re-checking that conn is still...

0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64404

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in isoconnbigsync isoconnbigsync drops the socket lock to call hcigetroute and then re-acquires it, but dereferences isopisk-conn-hcon afterwards without re-checking that conn is still...

5.7AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64404

CVE-2026-64404 concerns the Linux kernel Bluetooth ISO stack. The vulnerability arises in iso_conn_big_sync(): it drops the socket lock to call hci_get_route(), then re-acquires the lock but may dereference iso_pi(sk)->conn->hcon without re-checking that conn is still valid. While the lock ...

5.7AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:50 a.m.15 views

CVE-2026-64364

The CVE-2026-64364 entry describes a Linux kernel multitouch flaw where mt_io_flags is treated as a per-slot bitmap indexed by slot number, but the slot index can be as large as td->maxcontacts (up to 255) and not bounded by BITS_PER_LONG. This can cause set_bit/clear_bit to access beyond mt_i...

8.8CVSS5.7AI score0.00345EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64347 usb: gadget: composite: fix dead empty check in the USB_DT_OTG handler

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix dead empty check in the USBDTOTG handler The OTG branch of compositesetup falls back to the first configuration when none is selected: if cdev-config config = cdev-config; else config =...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.10 views

EUVD-2026-48891

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix dead empty check in the USBDTOTG handler The OTG branch of compositesetup falls back to the first configuration when none is selected: if cdev-config config = cdev-config; else config =...

5.7AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64347 usb: gadget: composite: fix dead empty check in the USB_DT_OTG handler

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix dead empty check in the USBDTOTG handler The OTG branch of compositesetup falls back to the first configuration when none is selected: if cdev-config config = cdev-config; else config =...

5.7AI score
SaveExploits0References11
OSV
OSV
added 2026/07/25 8:49 a.m.6 views

CVE-2026-64331 usbip: vudc: fix NULL deref in vep_dequeue()

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vepdequeue vepallocrequest wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vepdequeue without a valid UDC reference. Since vrequest-udc is never actual...

5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.27 views

CVE-2026-64331 usbip: vudc: fix NULL deref in vep_dequeue()

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vepdequeue vepallocrequest wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vepdequeue without a valid UDC reference. Since vrequest-udc is never actual...

0.00177EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.10 views

CVE-2026-64331

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vepdequeue vepallocrequest wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vepdequeue without a valid UDC reference. Since vrequest-udc is never actual...

5.7AI score0.00177EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-48869

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beacon This patch is based on a BUG as reported by Bongani Hlope at https://lore.kernel.org/all/[email protected]/ When a channel-switch...

5.8AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64325

In the Linux kernel wifi mt76 driver (mt7921/mt7925), CVE-2026-64325 describes a NULL pointer dereference triggered when a CSA beacon is processed and the station disconnects before the queued work runs. The issue arises from dereferencing dev->new_ctx without a NULL check in mt7921_channel_sw...

5.8AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64325 wifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beacon

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921/mt7925: fix NULL dereference in CSA beacon This patch is based on a BUG as reported by Bongani Hlope at https://lore.kernel.org/all/[email protected]/ When a channel-switch...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder