Lucene search
+L

146 matches found

Cvelist
Cvelist
added 2025/06/18 11:3 a.m.8 views

CVE-2022-50137 RDMA/irdma: Fix a window for use-after-free

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a window for use-after-free During a destroy CQ an interrupt may cause processing of a CQE after CQ resources are freed by irdmacqfreersrc. Fix this by moving the call to irdmacqfreersrc after the...

0.00213EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 10:15 a.m.8 views

DEBIAN-CVE-2025-38024

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix slab-use-after-free Read in rxequeuecleanup bug Call Trace: dumpstack lib/dumpstack.c:94 inline dumpstacklvl+0x7d/0xa0 lib/dumpstack.c:120 printaddressdescription mm/kasan/report.c:378 inline printreport+0xcf/0x610...

7.8CVSS5.9AI score0.00179EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-22086

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

5.5CVSS5.7AI score0.002EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2021-47261

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix initializing CQ fragments buffer The function initcqfragbuf can be called to...

7.8CVSS5.7AI score0.00234EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/30 3:48 a.m.5 views

SUSE CVE-2024-56722

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix cpu stuck caused by printings during reset During reset, cmd to destroy resources such as qp, cq, and mr may fail, and error logs will be printed. When a large number of resources are destroyed, there will be lots o...

5.5CVSS7.6AI score0.00222EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.24 views

CVE-2023-52903 io_uring: lock overflowing for IOPOLL

In the Linux kernel, the following vulnerability has been resolved: iouring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at iouring/iouring.c:734 iocqringeventoverflow+0x1c0/0x230 iouring/iouring.c:734 CPU: 0 PID: 28 Comm:...

7.2AI score0.00179EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/21 6:10 a.m.87 views

CVE-2023-52903

CVE-2023-52903 affects the Linux kernel’s io_uring IOPOLL path, where a lock overflow can occur in the CQ ring when handling overflow in IOPOLL (and more so with IOPOLL|SQPOLL). The issue is triggered during overflow filling in io_cqring_event_overflow and can propagate through io_req_cqe_overflo...

5.5CVSS6.9AI score0.00179EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.5 views

SUSE CVE-2024-38542

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: boundary check before installing cq callbacks Add a boundary check inside manaibinstallcqcb to prevent index overflow...

6.1CVSS6.7AI score0.00246EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.3 views

SUSE CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

4.4CVSS6.3AI score0.00252EPSS
SaveExploits0References20
RedhatCVE
RedhatCVE
added 2024/06/20 5:57 p.m.20 views

CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS8.4AI score0.00252EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/19 2:15 p.m.17 views

CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS0.00252EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 2:15 p.m.9 views

AZL-48222 CVE-2024-38545 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS6.5AI score0.00252EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 2:15 p.m.13 views

UBUNTU-CVE-2024-38542

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: boundary check before installing cq callbacks Add a boundary check inside manaibinstallcqcb to prevent index overflow...

7.1CVSS6.6AI score0.00246EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.22 views

CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS6.3AI score0.00252EPSS
SaveExploits0References20
OSV
OSV
added 2024/06/19 2:15 p.m.15 views

UBUNTU-CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS6.3AI score0.00252EPSS
SaveExploits0References20
Cvelist
Cvelist
added 2024/06/19 1:35 p.m.26 views

CVE-2024-38545 RDMA/hns: Fix UAF for cq async event

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

0.00252EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 1:35 p.m.15 views

CVE-2024-38545 RDMA/hns: Fix UAF for cq async event

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS6AI score0.00252EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/06/19 1:35 p.m.12 views

CVE-2024-38545 RDMA/hns: Fix UAF for cq async event

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

6.9AI score0.00252EPSS
SaveExploits0References6
CVE
CVE
added 2024/06/19 1:35 p.m.136 views

CVE-2024-38545

CVE-2024-38545 : In the Linux kernel, RDMA/hns CQ destruction can race with asynchronous events, leading to a use-after-free if the CQ refcount is released concurrently. The issue is fixed by protecting the CQ refcount with a lock (xa_lock). Astra Linux’s security bulletin confirms the same vulne...

7.8CVSS8.5AI score0.00252EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/06/19 1:35 p.m.38 views

CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS5.9AI score0.00252EPSS
SaveExploits0
Rows per page
Query Builder