CVE-2026-72500
- EPSS 0.2%
- Veröffentlicht 15.08.2026 05:57:32
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Free SRQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxt_qplib_destroy_sr...
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:57:32
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Initialize dpi variable to zero dpi is initialized only for BNXT_RE_ALLOC_WC_PAGE, but copied for all the cases. So initialize the dpi to 0.
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:57:31
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mr_hwq which is a kernel pointer. There is no need to expose this va...
CVE-2026-72499
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:57:31
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Free CQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxt_qplib_destroy_cq(...
CVE-2026-72497
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:57:30
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Add a max slot check for SQ The variable WQE mode must be validated against the maximum slots supported by HW. The max supported value is 64K. Adding a max and min ch...
CVE-2026-72496
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:57:29
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Proper rollback if the ioremap fails bnxt_qplib_alloc_dpi returns success even if ioremap fails. Add the proper rollback when the ioremap fails and return -ENOMEM sta...
CVE-2026-72494
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:57:28
- Zuletzt bearbeitet 17.08.2026 06:19:17
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Replace waitqueue and flag with completion The driver previously used a waitqueue along with an explicit request_done flag, but without proper barriers around request_d...
CVE-2026-72495
- EPSS 0.2%
- Veröffentlicht 15.08.2026 05:57:28
- Zuletzt bearbeitet 17.08.2026 06:19:17
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Avoid repeated requests to allocate WC pages Applications can request multiple WC pages for the same ucontext. As of now, only 1 WC page per ucontext is supported. Ad...
CVE-2026-72493
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:57:27
- Zuletzt bearbeitet 17.08.2026 06:19:17
In the Linux kernel, the following vulnerability has been resolved: net: serialize netif_running() check in enqueue_to_backlog() Syzbot reported a KASAN slab-use-after-free in fib_rules_lookup(). The root cause is a race condition where packets ca...
CVE-2026-72491
- EPSS 0.22%
- Veröffentlicht 15.08.2026 05:57:26
- Zuletzt bearbeitet 17.08.2026 06:19:17
In the Linux kernel, the following vulnerability has been resolved: net/9p: fix race condition on rdma->state in trans_rdma.c The rdma->state field is modified without holding req_lock in both recv_done() and p9_cm_event_handler(), while rdma_reque...