Lucene search
+L

369999 matches found

OSV
OSV
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74300 Bluetooth: hci: validate codec capability element length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes...

8.8CVSS5.6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.4 views

CVE-2026-74301

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix URB leak in allocmtkintrurb error path When btmtkisopktpad fails, the previously allocated URB is not freed, leaking the urb structure. Add usbfreeurb before returning the error...

5.3AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.33 views

CVE-2026-74301 Bluetooth: btmtk: fix URB leak in alloc_mtk_intr_urb error path

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix URB leak in allocmtkintrurb error path When btmtkisopktpad fails, the previously allocated URB is not freed, leaking the urb structure. Add usbfreeurb before returning the error...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:58 a.m.26 views

CVE-2026-74301

CVE-2026-74301 documents a fix in the Linux kernel for the Bluetooth btmtk driver where an allocated URB could leak if btmtk_isopkt_pad() fails during alloc_mtk_intr_urb. The remedy is to call usb_free_urb() before returning the error, preventing the URB leak and releasing associated resources. N...

5.2AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.30 views

CVE-2026-74300 Bluetooth: hci: validate codec capability element length

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes...

8.8CVSS0.0026EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74300

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes...

8.8CVSS5.4AI score0.0026EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59448

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix URB leak in allocmtkintrurb error path When btmtkisopktpad fails, the previously allocated URB is not freed, leaking the urb structure. Add usbfreeurb before returning the error...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74301 Bluetooth: btmtk: fix URB leak in alloc_mtk_intr_urb error path

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix URB leak in allocmtkintrurb error path When btmtkisopktpad fails, the previously allocated URB is not freed, leaking the urb structure. Add usbfreeurb before returning the error...

5.4AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:58 a.m.19 views

CVE-2026-74300

CVE-2026-74300 affects the Linux kernel Bluetooth HCI codec capability parsing. The issue: when reading Local Codec Capabilities, each capability element starts with a length byte followed by payload; the parser validated only the remaining skb length against caps->len, allowing a malformed re...

8.8CVSS5.4AI score0.0026EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:58 a.m.13 views

CVE-2026-74298 RDMA/core: Fix FRMR set pinned push error path

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

EUVD-2026-59445

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails...

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.10 views

CVE-2026-74298

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails...

5.3AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74299

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR aging push to queue error flow Aging pools with pinned handles requires moving handles from the active queue to a non-empty inactive queue that might fail on new page allocation, we are currently not handling...

5.4AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74299 RDMA/core: Fix FRMR aging push to queue error flow

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR aging push to queue error flow Aging pools with pinned handles requires moving handles from the active queue to a non-empty inactive queue that might fail on new page allocation, we are currently not handling...

5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:58 a.m.21 views

CVE-2026-74299

CVE-2026-74299 affects the Linux kernel RDMA/core subsystem. A FRMR aging path could leak an mkey when aging pinned-handle pools move handles between active/inactive queues and a new page allocation fails. The fix adds push_queue_to_queue_locked() to populate the destination tail from the source ...

5.4AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 views

CVE-2026-74299 RDMA/core: Fix FRMR aging push to queue error flow

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR aging push to queue error flow Aging pools with pinned handles requires moving handles from the active queue to a non-empty inactive queue that might fail on new page allocation, we are currently not handling...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:58 a.m.23 views

CVE-2026-74298

CVE-2026-74298 pertains to the Linux kernel, specifically the RDMA/core path. The vulnerability is resolved by fixing the FRMR set pinned push error path and by adding destruction of FRMR handles when pushing to the pool fails, preventing resource leaks if pool page allocation fails. Documents do...

5.3AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.30 views

CVE-2026-74298 RDMA/core: Fix FRMR set pinned push error path

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

EUVD-2026-59446

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR aging push to queue error flow Aging pools with pinned handles requires moving handles from the active queue to a non-empty inactive queue that might fail on new page allocation, we are currently not handling...

5.4AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59444

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix undefined shift of user RQ WQE size setrqsize computes the RQ WQE size as "1 rqwqeshift" based on the user-provided rqwqeshift, which is only checked to be greater than 32, so shifts of 32 are still accepted. A shi...

5.4AI score0.00129EPSS
SaveExploits0References8
Rows per page
Query Builder