Lucene search
+L

239 matches found

RedhatCVE
RedhatCVE
added 2026/08/11 5:43 p.m.7 views

CVE-2026-68418

A flaw was found in the RDMA/irdma component of the Linux kernel. A local user could exploit this vulnerability by providing a zero value for userwqebufs during the creation of a Queue Pair QP. This action leads to a null pointer dereference, which can cause the system to crash, resulting in a...

5.5CVSS5.3AI score0.00154EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 4:47 p.m.7 views

CVE-2026-68417

A flaw was found in the Linux kernel's RDMA/siw component. The siwcreateqp function prematurely publishes a Queue Pair QP before its complete initialization. This allows a Queue Pair Number QPN lookup to access a QP that is still under construction, potentially leading to unexpected behavior or...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.9 views

CVE-2026-68418

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

0.00154EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.8 views

CVE-2026-68417

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: publish QP after initialization siwcreateqp currently calls siwqpadd before the queues, CQ pointers, state, completion, and device list entry are ready. A QPN lookup can therefore reach a QP that is still being...

7.8CVSS0.0012EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:4 p.m.9 views

EUVD-2026-55604

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

5.3AI score0.00154EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:4 p.m.37 views

CVE-2026-68418

CVE-2026-68418 affects the Linux kernel RDMA/irdma path, specifically QP creation. The root cause was that iwqp->iwpbl could be dereferenced unconditionally later in irdma_setup_virt_qp if a user supplied req.user_wqe_bufs, even when it was zero. Although there was a NULL check, it only applie...

5.3AI score0.00154EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.35 views

CVE-2026-68418 RDMA/irdma: Prevent user-triggered null deref on QP create

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

0.00154EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.34 views

CVE-2026-68417 RDMA/siw: publish QP after initialization

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: publish QP after initialization siwcreateqp currently calls siwqpadd before the queues, CQ pointers, state, completion, and device list entry are ready. A QPN lookup can therefore reach a QP that is still being...

7.8CVSS0.0012EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/10 12:4 p.m.30 views

CVE-2026-68417

The CVE-2026-68417 issue affects the Linux kernel RDMA/siw component. Root cause: siw_create_qp() calls siw_qp_add() before QP state/queues/CQs/completion/device list are fully initialized, allowing a QPN lookup to reach a QP still under construction. The remediation implemented in the public des...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.16 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/rxe: Fixed a race condition in QP timer handlers I encountered the following warning: WARNING: drivers/infiniband/sw/rxe/rxetask.c:249 at rxeschedtask+0x1c8/0x238 rdmarxe, CPU0: swapper/0/0 … libsha1 last unloaded:...

7.8CVSS6.5AI score0.00102EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/24 12:0 a.m.32 views

PT-2026-51949

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the hisilicon/sec2 crypto component. Under heavy load during packet transmission, the hardware may complete packet processing and free the request memory...

9.8CVSS5.7AI score0.0043EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: The user-triggered WARNON function was removed from manaibcreateqprss. Sashiko points out that users can specify Work Quotas WQs that share the same Channel Queue CQ as part of the uAPI. This can trigger the WARNON...

7.8CVSS5.7AI score0.00132EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/06/03 6:51 p.m.18 views

CVE-2026-46265

A flaw was found in the Linux kernel's RDMA/hns component. When the sunrpc Sun Remote Procedure Call is in use and a reset is triggered, a workqueue dependency issue can occur during Queue Pair QP destruction. This can lead to a kernel warning related to memory reclaim, potentially causing system...

7.5CVSS5.8AI score0.00371EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/03 3:50 p.m.59 views

CVE-2026-46265 RDMA/hns: Fix WQ_MEM_RECLAIM warning

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix WQMEMRECLAIM warning When sunrpc is used, if a reset triggered, our wq may lead the following trace: workqueue: WQMEMRECLAIM xprtiod:xprtrdmaconnectworker rpcrdma is flushing !WQMEMRECLAIM...

7.5CVSS0.00371EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/06/03 12:0 a.m.34 views

PT-2026-46028

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the RDMA/hns component where a reset triggered while using sunrpc can lead to a WQ MEM RECLAIM warning. This occurs because the hns roce irq workq workqueue lacks the ...

7.5CVSS5.8AI score0.00371EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:7 a.m.14 views

RDMA/hns: Fix unlocked call to hns_roce_qp_remove()

...

7.8CVSS5.4AI score0.001EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/29 1:17 a.m.17 views

SUSE CVE-2026-46112

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix unlocked call to hnsroceqpremove Sashiko points out that hnsroceqpremove requires the caller to hold locks. The error flow in hnsrocecreateqpcommon doesn't hold those locks for the error unwind so it risks corruptin...

5.3CVSS5.8AI score0.001EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2026/05/29 1:16 a.m.18 views

SUSE CVE-2026-46144

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix error unwind in manaibcreateqprss Sashiko points out that manaibcfgvportsteering is leaked, the normal destroy path cleans it up...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/05/29 12:0 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-45910

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/rxe: Fix race condition in QP timer handlers I encontered the following warning: WARNING: drivers/infiniband/sw/rxe/rxetask.c:249 at...

7.8CVSS6.8AI score0.00102EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/28 10:16 a.m.14 views

CVE-2026-46117

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss Sashiko points out that the user can specify WQs sharing the same CQ as a part of the uAPI and this will trigger the WARNON then go on to corrupt the kernel. Just...

7.8CVSS0.00132EPSS
SaveExploits0References11
Rows per page
Query Builder