Canonical

Ubuntu Pro 20.04 LTS

5265 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.19%
  • Veröffentlicht 21.08.2024 07:15:06
  • Zuletzt bearbeitet 04.08.2026 10:18:48

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

  • EPSS 0.24%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 04.08.2026 10:17:25

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the drive...

  • EPSS 0.26%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 03.11.2025 20:15:58

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Cleanup partial engine discovery failures If we abort driver initialisation in the middle of gt/engine discovery, some engines will be fully setup and some not. Those ...

  • EPSS 0.25%
  • Veröffentlicht 21.08.2024 07:15:04
  • Zuletzt bearbeitet 04.09.2024 18:33:03

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211_tx_ba_session_handle_start() may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the ...

  • EPSS 0.32%
  • Veröffentlicht 21.08.2024 01:15:11
  • Zuletzt bearbeitet 04.08.2026 11:19:56

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix soft lockup under heavy CEQE load CEQEs are handled in interrupt handler currently. This may cause the CPU core staying in interrupt context too long and lead to soft...

  • EPSS 0.16%
  • Veröffentlicht 21.08.2024 00:15:05
  • Zuletzt bearbeitet 03.11.2025 22:18:13

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always drain health in shutdown callback There is no point in recovery during device shutdown. if health work started need to wait for it to avoid races and NULL pointer ...

  • EPSS 0.25%
  • Veröffentlicht 17.08.2024 10:15:09
  • Zuletzt bearbeitet 12.05.2026 12:17:07

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of page_pool_destroy() If the driver uses a page pool, it creates a page pool with page_pool_create(). The reference count of page pool is 1 as defaul...

  • EPSS 0.18%
  • Veröffentlicht 17.08.2024 10:15:09
  • Zuletzt bearbeitet 25.10.2024 19:49:05

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb->end. Therefore, we fix it. skbuff: skb_over_panic: text:ffffffffc09e9a9...

  • EPSS 0.24%
  • Veröffentlicht 17.08.2024 10:15:08
  • Zuletzt bearbeitet 03.11.2025 22:18:07

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtio_net_hdr_to_skb() allowed syzbot to crash kernels again 1. After the skb_segment function the buffer may become non-linear (nr...

  • EPSS 0.23%
  • Veröffentlicht 17.08.2024 10:15:08
  • Zuletzt bearbeitet 03.11.2025 20:16:29

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Handle invalid decoder vsi Handle an invalid decoder vsi in vpu_dec_init to ensure the decoder vsi is valid for future use.