Canonical

Ubuntu 22.04 LTS

9201 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.26%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 06.03.2025 12:53:37

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Add a timeout to acquire the command queue semaphore Prevent forced completion handling on an entry that has not yet been assigned an index, causing an out of bounds acce...

  • EPSS 0.18%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 21.11.2024 09:26:20

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Reload only IB representors upon lag disable/enable On lag disable, the bond IB device along with all of its representors are destroyed, and then the slaves' representors...

  • EPSS 0.26%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 12.05.2026 12:16:52

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix overwriting ct original tuple for ICMPv6 OVS_PACKET_CMD_EXECUTE has 3 main attributes: - OVS_PACKET_ATTR_KEY - Packet metadata in a netlink format. - OVS_PA...

  • EPSS 0.28%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 21:16:14

In the Linux kernel, the following vulnerability has been resolved: net: bridge: xmit: make sure we have at least eth header len bytes syzbot triggered an uninit value[1] error in bridge device's xmit path by sending a short (less than ETH_HLEN byt...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 22:17:02

In the Linux kernel, the following vulnerability has been resolved: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq Undefined behavior is triggered when bnxt_qplib_alloc_init_hwq is called with hwq_attr->aux_depth != 0 and hwq_...

  • EPSS 1.48%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: of: module: add buffer overflow check in of_modalias() In of_modalias(), if the buffer happens to be too small even for the 1st snprintf() call, the len parameter will become negat...

  • EPSS 0.24%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 21.11.2024 09:26:18

In the Linux kernel, the following vulnerability has been resolved: lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure The kcalloc() in dmirror_device_evict_chunk() will return null if the physical memory has run out. As a result, if ...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 21:16:14

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt In rxe_comp_queue_pkt() an incoming response packet skb is enqueued to the resp_pkts queue and then a decision is made whether to run ...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 23.12.2025 15:03:38

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

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 21.11.2024 09:26:18

In the Linux kernel, the following vulnerability has been resolved: drm: vc4: Fix possible null pointer dereference In vc4_hdmi_audio_init() of_get_address() may return NULL which is later dereferenced. Fix this bug by adding NULL check. Found by ...