Lucene search
+L

3095 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.33 views

CVE-2021-47378

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid before destroy qp to avoid to get cma event after qp was destroyed, which may lead to use after free. In RDMA connection establishme...

9.8CVSS6.3AI score0.01166EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.22 views

CVE-2021-47345

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix rdmaresolveroute memory leak Fix a memory leak when "mdaresolveroute is called more than once on the same "rdmacmid". This is possible if cmaqueryhandler triggers the RDMACMEVENTROUTEERROR flow which puts the state...

5.5CVSS5.8AI score0.00259EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.23 views

CVE-2021-47398

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured pointer...

5.5CVSS5.8AI score0.00208EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.32 views

CVE-2021-47398

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured pointer...

5.5CVSS6.4AI score0.00208EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:03 p.m.95 views

CVE-2021-47398

The CVE-2021-47398 entry concerns a Linux kernel RDMA/hfi1 pointer leak. The vulnerability stemmed from printing secured pointers using unsigned long long with %llx, which could reveal addresses. The fix changes the formatting to print pointers with %p or %px, eliminating the cast to a large inte...

5.5CVSS6.6AI score0.00208EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.30 views

CVE-2021-47398 RDMA/hfi1: Fix kernel pointer leak

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured pointer...

6.4AI score0.00208EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.21 views

CVE-2021-47398 RDMA/hfi1: Fix kernel pointer leak

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured pointer...

6.8AI score0.00208EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.20 views

CVE-2021-47392

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix listener leak in rdmacmalistenonall failure If cmalistenonall fails it leaves the per-device ID still on the listenlist but the state is not set to RDMACMADDRBOUND. When the cmid is eventually destroyed...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:03 p.m.103 views

CVE-2021-47392

Summary: CVE-2021-47392 concerns a leak in the Linux kernel RDMA CMA listener path. If rdma_cma_listen_on_all() fails, the per-device ID remains on the listen_list, but the state is not set to RDMA_CM_ADDR_BOUND. When the CMID is later destroyed, cma_cancel_listens() may not be invoked due to the...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.31 views

CVE-2021-47392 RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix listener leak in rdmacmalistenonall failure If cmalistenonall fails it leaves the per-device ID still on the listenlist but the state is not set to RDMACMADDRBOUND. When the cmid is eventually destroyed...

6.4AI score0.00239EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.18 views

CVE-2021-47392 RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix listener leak in rdmacmalistenonall failure If cmalistenonall fails it leaves the per-device ID still on the listenlist but the state is not set to RDMACMADDRBOUND. When the cmid is eventually destroyed...

6.6AI score0.00239EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.17 views

CVE-2021-47391

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Ensure rdmaaddrcancel happens before issuing more requests The FSM can run in a circle allowing rdmaresolveip to be called twice on the same idpriv. While this cannot happen without going through the work, it violates t...

7.8CVSS7.2AI score0.00241EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.30 views

CVE-2021-47391 RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Ensure rdmaaddrcancel happens before issuing more requests The FSM can run in a circle allowing rdmaresolveip to be called twice on the same idpriv. While this cannot happen without going through the work, it violates t...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 3:03 p.m.128 views

CVE-2021-47391

CVE-2021-47391 – Linux kernel RDMA CMA race (use-after-free risk) Vulnerability summary from connected advisories: The RDMA/cma component can allow a second rdma_resolve_ip() for the same id_priv due to an invariant violation when the FSM cycles between RDMA_CM_IDLE, RDMA_CM_ADDR_QUERY and RDMA_C...

7.8CVSS6.9AI score0.00241EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.38 views

CVE-2021-47391 RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Ensure rdmaaddrcancel happens before issuing more requests The FSM can run in a circle allowing rdmaresolveip to be called twice on the same idpriv. While this cannot happen without going through the work, it violates t...

7.8CVSS7.1AI score0.00241EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.42 views

CVE-2021-47378

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid before destroy qp to avoid to get cma event after qp was destroyed, which may lead to use after free. In RDMA connection establishme...

9.8CVSS7.5AI score0.01166EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:03 p.m.201 views

CVE-2021-47378

CVE-2021-47378 affects the Linux kernel nvme-rdma code: destroying cm_id before destroying the qp can cause a use-after-free in RDMA error flow. The fix documented in multiple sources is to always destroy cm_id before destroying the qp, with qp subsequently destroyed in nvme_rdma_alloc_queue() af...

9.8CVSS8.4AI score0.01166EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.40 views

CVE-2021-47378 nvme-rdma: destroy cm id before destroy qp to avoid use after free

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid before destroy qp to avoid to get cma event after qp was destroyed, which may lead to use after free. In RDMA connection establishme...

9.8CVSS6.7AI score0.01166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.20 views

CVE-2021-47378 nvme-rdma: destroy cm id before destroy qp to avoid use after free

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cmid before destroy qp to avoid to get cma event after qp was destroyed, which may lead to use after free. In RDMA connection establishme...

9.8CVSS6.3AI score0.01166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.19 views

CVE-2021-47345

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix rdmaresolveroute memory leak Fix a memory leak when "mdaresolveroute is called more than once on the same "rdmacmid". This is possible if cmaqueryhandler triggers the RDMACMEVENTROUTEERROR flow which puts the state...

5.5CVSS6.3AI score0.00259EPSS
SaveExploits0
Rows per page
Query Builder