Lucene search
+L

2763 matches found

SUSE CVE
SUSE CVE
added 2025/02/28 2:23 a.m.9 views

SUSE CVE-2024-57973

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

5.5CVSS6.9AI score0.00241EPSS
SaveExploits0References14
NVD
NVD
added 2025/02/27 8:16 p.m.28 views

CVE-2025-21805

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Add missing deinit call A warning is triggered when repeatedly connecting and disconnecting the rnbd: listadd corruption. prev-next should be next ffff88800b13e480, but was ffff88801ecd1338. prev=ffff88801ecd1340...

5.5CVSS0.00186EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/27 8:0 p.m.70 views

CVE-2025-21805

CVE-2025-21805 affects the Linux kernel RDMA/rtrs path. The root cause is a missing deinit() invocation for the IB event handler, introduced by commit 667db86bcbe8, which leads to a warning (list_add corruption) during repeated connect/disconnect of rnbd. The fix is to call deinit() to unregister...

5.5CVSS6.9AI score0.00186EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/27 8:0 p.m.23 views

CVE-2025-21805 RDMA/rtrs: Add missing deinit() call

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Add missing deinit call A warning is triggered when repeatedly connecting and disconnecting the rnbd: listadd corruption. prev-next should be next ffff88800b13e480, but was ffff88801ecd1338. prev=ffff88801ecd1340...

0.00186EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 8:0 p.m.12 views

CVE-2025-21805 RDMA/rtrs: Add missing deinit() call

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Add missing deinit call A warning is triggered when repeatedly connecting and disconnecting the rnbd: listadd corruption. prev-next should be next ffff88800b13e480, but was ffff88801ecd1338. prev=ffff88801ecd1340...

5.5CVSS6AI score0.00186EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/27 8:0 p.m.12 views

CVE-2025-21805

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs: Add missing deinit call A warning is triggered when repeatedly connecting and disconnecting the rnbd: listadd corruption. prev-next should be next ffff88800b13e480, but was ffff88801ecd1338. prev=ffff88801ecd1340...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0
NVD
NVD
added 2025/02/27 3:15 a.m.13 views

CVE-2025-21732

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error This patch addresses a race condition for an ODP MR that can result in a CQE with an error on the UMR QP. During the mlx5ibderegmr flow, the following sequence of...

4.7CVSS0.00135EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 3:15 a.m.3 views

UBUNTU-CVE-2025-21732

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error This patch addresses a race condition for an ODP MR that can result in a CQE with an error on the UMR QP. During the mlx5ibderegmr flow, the following sequence of...

4.7CVSS5.7AI score0.00135EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.5 views

SUSE CVE-2022-49076

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix use-after-free bug for mm struct Under certain conditions, such as MPIAbort, the hfi1 cleanup code may represent the last reference held on the task mm. hfi1mmurbunregister then drops the last reference and the mm ...

5.5CVSS7.8AI score0.00254EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:8 a.m.4 views

SUSE CVE-2022-49356

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Trap RDMA segment overflows Prevent svcrdmabuildwrites from walking off the end of a Write chunk's segment array. Caught with KASAN. The test that this fix replaces is invalid, and might have been left over from an earlie...

5.5CVSS6.4AI score0.00256EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:7 a.m.4 views

SUSE CVE-2022-49404

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix potential integer multiplication overflow errors When multiplying of different types, an overflow is possible even when storing the result in a larger type. This is because the conversion is done after the...

5.5CVSS8AI score0.0027EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:4 a.m.5 views

SUSE CVE-2022-49606

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix sleep from invalid context BUG Taking the qosmutex to process RoCEv2 QP's on netdev events causes a kernel splat. Fix this by removing the handling for RoCEv2 in irdmacmteardownconnections that uses the mutex. Thi...

5.5CVSS6.5AI score0.00192EPSS
SaveExploits0References7
NVD
NVD
added 2025/02/27 2:15 a.m.14 views

CVE-2025-21714

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using xacmpxchg to make sure this is the only time we are destroying this specific mr. Without this change, we could try to...

7.8CVSS0.00196EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 2:15 a.m.2 views

DEBIAN-CVE-2025-21714

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using xacmpxchg to make sure this is the only time we are destroying this specific mr. Without this change, we could try to...

7.8CVSS6AI score0.00196EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 2:15 a.m.11 views

CVE-2024-57973

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

5.5CVSS0.00241EPSS
SaveExploits0References11
OSV
OSV
added 2025/02/27 2:15 a.m.3 views

DEBIAN-CVE-2024-57973

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

5.5CVSS5.6AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.8 views

AZL-58035 CVE-2024-57973 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

5.5CVSS6.4AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.4 views

UBUNTU-CVE-2025-21714

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using xacmpxchg to make sure this is the only time we are destroying this specific mr. Without this change, we could try to...

7.8CVSS6.5AI score0.00196EPSS
SaveExploits0References15
OSV
OSV
added 2025/02/27 2:15 a.m.6 views

UBUNTU-CVE-2024-57973

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0References50
Cvelist
Cvelist
added 2025/02/27 2:12 a.m.29 views

CVE-2025-21732 RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error This patch addresses a race condition for an ODP MR that can result in a CQE with an error on the UMR QP. During the mlx5ibderegmr flow, the following sequence of...

0.00135EPSS
SaveExploits0References3
Rows per page
Query Builder