Linux

Linux

11868 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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...

  • 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(...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...