Lucene search
+L

3460 matches found

OSV
OSV
added 2026/09/17 4:11 p.m.4 views

CVE-2026-93153 RDMA/bng_re: return a timeout when firmware responses stall

In the Linux kernel, the following vulnerability has been resolved: RDMA/bngre: return a timeout when firmware responses stall waitforresp documents that it returns a non-zero error when a firmware command does not complete, and bngrercfwsendmessage already marks the firmware as stalled when the...

SaveExploits0References5
CVE
CVE
added 2026/09/17 4:11 p.m.13 views

CVE-2026-93151

CVE-2026-93151 is a memory leak in the Linux kernel's nvmet-rdma module. When an NVMe target using the RDMA transport is removed while I/Os are in flight, posted responses never receive their send completions before the connection is torn down, causing RDMA read/write contexts and request SGLs to...

7.5CVSS0.0067EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/17 4:11 p.m.33 views

CVE-2026-93151 nvmet-rdma: fix response resource leak on queue teardown

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: fix response resource leak on queue teardown When an nvme target with rdma transport is removed while I/Os are in flight, a response can be posted but its send completion is never delivered before the connection is to...

7.5CVSS0.0067EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 4:11 p.m.3 views

CVE-2026-93151 nvmet-rdma: fix response resource leak on queue teardown

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: fix response resource leak on queue teardown When an nvme target with rdma transport is removed while I/Os are in flight, a response can be posted but its send completion is never delivered before the connection is to...

7.5CVSS
SaveExploits0References10
EUVD
EUVD
added 2026/09/17 4:11 p.m.6 views

EUVD-2026-82259

In the Linux kernel, the following vulnerability has been resolved: nvmet-rdma: fix response resource leak on queue teardown When an nvme target with rdma transport is removed while I/Os are in flight, a response can be posted but its send completion is never delivered before the connection is to...

0.0067EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 4:11 p.m.4 views

CVE-2026-93109 RDMA/mlx5: Drain RCU callbacks during module teardown

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Drain RCU callbacks during module teardown devxfreesubscription can remain queued after the last DevX event file drops its module reference or an auxiliary driver detaches its devices. mlx5ib can then unload before the...

SaveExploits0References10
EUVD
EUVD
added 2026/09/17 4:11 p.m.5 views

EUVD-2026-82217

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Drain RCU callbacks during module teardown devxfreesubscription can remain queued after the last DevX event file drops its module reference or an auxiliary driver detaches its devices. mlx5ib can then unload before the...

0.00206EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 4:11 p.m.5 views

CVE-2026-93110 RDMA/core: Wait for RCU callbacks before unloading ib_core

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Wait for RCU callbacks before unloading ibcore putgidndev is queued with callrcu and implemented in ibcore. Stopping the workqueues does not drain callbacks already queued, so RCU could invoke it after the module code...

SaveExploits0References11
EUVD
EUVD
added 2026/09/17 4:11 p.m.8 views

EUVD-2026-82218

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Wait for RCU callbacks before unloading ibcore putgidndev is queued with callrcu and implemented in ibcore. Stopping the workqueues does not drain callbacks already queued, so RCU could invoke it after the module code...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:11 p.m.13 views

CVE-2026-93110

CVE-2026-93110 affects the Linux kernel 's RDMA/core subsystem, specifically the ib_core module. The vulnerability arises because put_gid_ndev() is queued via call_rcu(), but stopping workqueues during module unload does not drain already-queued RCU callbacks. Since synchronize_rcu() does not wai...

0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:11 p.m.7 views

EUVD-2026-82216

In the Linux kernel, the following vulnerability has been resolved: RDMA/ipoib: Drain RCU callbacks during module teardown IPoIB reclamation completions can be signaled from inside an RCU callback. Teardown can wake before the callback returns and unload ibipoib while its code is still executing...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/17 4:11 p.m.33 views

CVE-2026-93107 RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error state

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error state When docomplete finds the QP in the error state it returns RESPSTCHKRESOURCE. Before commit 49dc9c1f0c7e "RDMA/rxe: Cleanup reset state handling ...

8.2CVSS0.00529EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 4:11 p.m.15 views

CVE-2026-93107

CVE-2026-93107 affects the Linux kernel RDMA/rxe (Soft-RoCE) subsystem. The root cause is a regression from commit 49dc9c1f0c7e, which removed the error-state branch from check_resource() but retained the error-state return in do_complete(). When a QP enters the error state while a packet is bein...

8.2CVSS0.00529EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 4:11 p.m.10 views

CVE-2026-93107 RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error state

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error state When docomplete finds the QP in the error state it returns RESPSTCHKRESOURCE. Before commit 49dc9c1f0c7e "RDMA/rxe: Cleanup reset state handling ...

8.2CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:11 p.m.7 views

EUVD-2026-82215

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error state When docomplete finds the QP in the error state it returns RESPSTCHKRESOURCE. Before commit 49dc9c1f0c7e "RDMA/rxe: Cleanup reset state handling ...

0.00529EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 4:11 p.m.5 views

CVE-2026-93104 RDMA/rvt: Return NULL after port allocation failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/rvt: Return NULL after port allocation failure rvtallocdevice deallocates the IB device when its port array cannot be allocated but then returns the pointer to the released allocation. Callers treat any non-NULL value as val...

SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:11 p.m.6 views

EUVD-2026-82212

In the Linux kernel, the following vulnerability has been resolved: RDMA/rvt: Return NULL after port allocation failure rvtallocdevice deallocates the IB device when its port array cannot be allocated but then returns the pointer to the released allocation. Callers treat any non-NULL value as val...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:11 p.m.10 views

CVE-2026-93103

CVE-2026-93103 affects the Linux kernel in the RDMA/hfi1 driver. The root cause is that hfi1_free_devdata() unconditionally erases dd->unit from the unit table, assuming the device was successfully inserted. If xa_alloc_irq() fails, the zero-initialized unit remains at index 0, meaning cleanup...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:11 p.m.12 views

CVE-2026-93104

CVE-2026-93104 is a use-after-free in the Linux kernel 's RDMA/rvt subsystem. The function rvt_alloc_device() deallocates the IB device when its port array allocation fails, but then returns the pointer to the already-freed allocation. Callers treat any non-NULL return value as valid and derefere...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:11 p.m.5 views

EUVD-2026-82211

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Preserve unit 0 on allocation failure hfi1freedevdata assumes that the device was inserted into the unit table and unconditionally erases dd-unit. If xaallocirq fails, the zero-initialized unit remains zero, so full...

0.00176EPSS
SaveExploits0References8
Rows per page
Query Builder