Lucene search
+L

15 matches found

EUVD
EUVD
added 2026/07/25 8:49 a.m.12 views

EUVD-2026-48980

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: bound Read Response placement to the RREAD length In drivers/infiniband/sw/siw/siwqprx.c, siwprocrresp places each inbound Read Response DDP segment at sge-laddr + wqe-processed and then accumulates wqe-processed, but i...

6AI score0.00695EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.36 views

CVE-2026-64268 RDMA/siw: bound Read Response placement to the RREAD length

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: bound Read Response placement to the RREAD length In drivers/infiniband/sw/siw/siwqprx.c, siwprocrresp places each inbound Read Response DDP segment at sge-laddr + wqe-processed and then accumulates wqe-processed, but i...

9.8CVSS0.00695EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.30 views

CVE-2026-64268

CVE-2026-64268 concerns a Linux kernel vulnerability in the SIW (RDMA) path where Read Response segments could overrun the sink buffer. The issue resides in siw_qp_rx.c (siw_proc_rresp) which places inbound Read Response DDP segments at sge->laddr + wqe->processed and accumulates processed ...

9.8CVSS6AI score0.00695EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/21 12:59 p.m.8 views

SUSE CVE-2026-64102

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Reject MPA FPDU length underflow before signed receive math A malicious connected siw peer can send an iWARP FPDU whose MPA length field chdr-mpalen, 16 bit big-endian, peer-controlled is smaller than the fixed DDP/RDMA...

9.8CVSS5.6AI score0.005EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61419

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the RDMA Soft-iWARP siw component where the system fails to validate the MPA length field c hdr-mpa len of an incoming iWARP FPDU against the required header length fo...

9.8CVSS5.2AI score0.005EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/24 3:30 p.m.9 views

EUVD-2022-55753

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

6AI score0.00166EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 4:17 p.m.2 views

DEBIAN-CVE-2022-50666

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix QP destroy to wait for all references dropped. Delay QP destroy completion until all siw references to QP are dropped. The calling RDMA core will free QP structure after successful return from siwqpdestroy call, so...

9.8CVSS5.3AI score0.00722EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.6 views

CVE-2022-50666

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix QP destroy to wait for all references dropped. Delay QP destroy completion until all siw references to QP are dropped. The calling RDMA core will free QP structure after successful return from siwqpdestroy call, so...

9.8CVSS0.00722EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 1:29 a.m.21 views

CVE-2022-50666

CVE-2022-50666 is a Linux kernel vulnerability in RDMA/siw where QP destruction could reference-after-free the QP object. The fix delays QP destroy until all siw references to the QP are dropped, allowing the RDMA core to free the QP after siw_qp_destroy() returns. The issue manifested as a use-a...

9.8CVSS6.1AI score0.00722EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from siw RDMA QP destruction without waiting for a reference to be released, which could lead to reuse after...

6.1AI score0.00722EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/09/13 8:1 a.m.13 views

RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages

...

9.8CVSS7AI score0.00354EPSS
SaveExploits0
NVD
NVD
added 2025/09/11 5:15 p.m.7 views

CVE-2025-39758

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix the sendmsg byte count in siwtcpsendpages Ever since commit c2ff29e99a76 "siw: Inline dotcpsendpages", we have been doing this: static int siwtcpsendpagesstruct socket s, struct page page, int offset, sizet size ......

9.8CVSS0.00354EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/15 1:15 p.m.8 views

AZL-59028 CVE-2024-57857 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Remove direct link to netdevice Do not manage a per device direct link to netdevice. Rely on associated ibdevices netdevice management, not doubling the effort locally. A badly managed local link to netdevice was causin...

7.8CVSS6.3AI score0.00208EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.10 views

kernel: RDMA/siw: Fix connection failure handling

A NULL dereference vulnerability was found in the Linux kernel, which is caused when the siwcmworkhandler function attempts to dereference a NULL listener that may be created when immediate MPA request processing fails and the newly created endpoint unlinks the listening endpoint ready to be...

7.5CVSS7AI score0.00655EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/02 10:15 p.m.1 views

DEBIAN-CVE-2023-52513

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix connection failure handling In case immediate MPA request processing fails, the newly created endpoint unlinks the listening endpoint and is ready to be dropped. This special case was not handled correctly by the co...

5.5CVSS5.3AI score0.00655EPSS
SaveExploits0References1
Rows per page
Query Builder