Lucene search
+L

62 matches found

NVD
NVD
added 3 days ago5 views

CVE-2026-72497

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a max slot check for SQ The variable WQE mode must be validated against the maximum slots supported by HW. The max supported value is 64K. Adding a max and min check and fail if user supplied value is more than t...

8.8CVSS0.0012EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 3 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74345

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoin...

9.8CVSS5.5AI score0.0045EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 3 days ago6 views

Linux Distros Unpatched Vulnerability : CVE-2026-72500

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/bnxtre: Free SRQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during...

8.8CVSS5.6AI score0.00161EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 11:59 a.m.8 views

EUVD-2026-55520

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use sender devcom for MPV master-up After PCIe DPC recovery, mlx5 reloads the affected functions and replays multiport affiliation events. In the reported failure, the first relevant device error was: pcieport...

5.3AI score0.00175EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:5 a.m.12 views

RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()

...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.52 views

CVE-2026-46189 RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path

In the Linux kernel, the following vulnerability has been resolved: RDMA/vmwpvrdma: Fix double free on pvrdmaallocucontext error path Sashiko points out that pvrdmauarfree is already called within pvrdmadeallocucontext, so calling it before triggers a double free...

0.00143EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/28 9:35 a.m.14 views

CVE-2026-46127

In the Linux kernel, the following vulnerability has been resolved: RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdmacopypduresp Sashiko points out that pd-uctx isn't initialized until late in the function so all these error flow references are NULL and will crash. Use the uctx that isn't NU...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0
NVD
NVD
added 2026/04/22 2:16 p.m.14 views

CVE-2026-31492

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Initialize freeqp completion before using it In irdmacreateqp, if ibcopytoudata fails, it will call irdmadestroyqp to clean up which will attempt to wait on the freeqp completion, which is not initialized yet. Fix thi...

5.5CVSS0.00123EPSS
SaveExploits0References6
CVE
CVE
added 2026/04/22 1:54 p.m.34 views

CVE-2026-31492

The CVE-2026-31492 entry concerns the Linux kernel RDMA irdma driver. Root cause: in irdma_create_qp, if ib_copy_to_udata fails, irdma_destroy_qp cleanup waits on free_qp completion that has not been initialized yet. The fix is to initialize the free_qp completion before the ib_copy_to_udata call...

5.5CVSS5.6AI score0.00123EPSS
SaveExploits0References6Affected Software1
RedHat Linux
RedHat Linux
added 2026/01/14 12:13 a.m.10 views

kernel: RDMA/rxe: Fix incomplete state save in rxe_requester

An incorrect state restoration flaw was found in the Linux kernel's RDMA rxe soft-RoCE driver in the requester packet transmission logic. A local user with access to RDMA devices can trigger this issue when network layer packet drops occur during RDMA send operations, causing the work queue eleme...

7.8CVSS7.2AI score0.00154EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.8 views

SUSE CVE-2023-54055

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix memory leak of PBLE objects On rmmod of irdma, the PBLE object memory is not being freed. PBLE object memory are not statically pre-allocated at function initialization time unlike other HMC objects. PBLEs objects...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2023-54055

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix memory leak of PBLE objects On rmmod of irdma, the PBLE object memory is not being freed. PBLE object memory are not statically pre-allocated at function initialization time unlike other HMC objects. PBLEs objects...

0.00218EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/24 1:16 p.m.9 views

CVE-2023-54048

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Prevent handling any completions after qp destroy HW may generate completions that indicates QP is destroyed. Driver should not be scheduling any more completion handlers for this QP, after the QP is destroyed. Since...

7.8CVSS0.00178EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 12:23 p.m.20 views

CVE-2023-54055

CVE-2023-54055 (Linux kernel RDMA/irdma PBLE memory leak) : The vulnerability concerns PBLE object memory not being freed on module removal. PBLEs and their Segment Descriptors can be allocated during scale-up and remain until function deinitialization. Root cause: PBLE objects are not freed due ...

6.1AI score0.00218EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 12:22 p.m.24 views

CVE-2023-54048

The CVE-2023-54048 issue affects the Linux kernel RDMA/bnxt_re driver. It describes a race where completions may still be scheduled for a QP during destruction, because CQs can be active while the QP is being destroyed. The HW can generate completions that indicate the QP is destroyed, leading to...

7.8CVSS6AI score0.00178EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 3:31 a.m.13 views

EUVD-2023-60095

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Cap MSIX used to online CPUs + 1 The irdma driver can use a maximum number of msix vectors equal to numonlinecpus + 1 and the kernel warning stack below is shown if that number is exceeded. The kernel throws a warning...

5.9AI score0.00183EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 1:16 a.m.19 views

DEBIAN-CVE-2023-53811

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Cap MSIX used to online CPUs + 1 The irdma driver can use a maximum number of msix vectors equal to numonlinecpus + 1 and the kernel warning stack below is shown if that number is exceeded. The kernel throws a warning...

5.2AI score0.00183EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/12/08 3:20 a.m.5 views

kernel: RDMA/rxe: Fix mr->map double free

A double-free vulnerability was found in the Linux kernel RDMA RXE soft-RoCE driver's memory region handling. A local user with access to RDMA userspace verbs can register a memory region with parameters that cause initialization to fail, triggering error handling code that frees the mr-map...

7.8CVSS7.3AI score0.00151EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 3:15 p.m.8 views

UBUNTU-CVE-2023-53201

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: wraparound mbox producer index Driver is not handling the wraparound of the mbox producer index correctly. Currently the wraparound happens once u32 max is reached. Bit 31 of the producer index register is special an...

5.5CVSS5.9AI score0.00163EPSS
SaveExploits0References9
OSV
OSV
added 2025/07/21 12:4 p.m.9 views

SUSE-SU-2025:02440-1 Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-15060021 fixes several issues. The following security issues were fixed: - CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. - CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. - CVE-2024-53173:...

9.8CVSS6.8AI score0.0076EPSS
SaveExploits0References26
Rows per page
Query Builder