Canonical

Ubuntu 24.04 LTS

5749 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 04.12.2024 15:15:15
  • Zuletzt bearbeitet 11.12.2024 16:47:34

In the Linux kernel, the following vulnerability has been resolved: sctp: fix possible UAF in sctp_v6_available() A lockdep report [1] with CONFIG_PROVE_RCU_LIST=y hints that sctp_v6_available() is calling dev_get_by_index_rcu() and ipv6_chk_addr()...

  • EPSS 0.02%
  • Veröffentlicht 04.12.2024 15:15:13
  • Zuletzt bearbeitet 03.11.2025 23:17:22

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint Patch series "nilfs2: fix null-ptr-deref bugs on block tracepoints". This series fixes null pointer dereference bugs th...

  • EPSS 0.02%
  • Veröffentlicht 04.12.2024 15:15:13
  • Zuletzt bearbeitet 01.10.2025 21:16:34

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Handle dml allocation failure to avoid crash [Why] In the case where a dml allocation fails for any reason, the current state's dml contexts would no longer be val...

  • EPSS 0.03%
  • Veröffentlicht 04.12.2024 15:15:13
  • Zuletzt bearbeitet 01.10.2025 21:16:34

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx93-blk-ctrl: correct remove path The check condition should be 'i < bc->onecell_data.num_domains', not 'bc->onecell_data.num_domains' which will make the look never fi...

  • EPSS 0.01%
  • Veröffentlicht 04.12.2024 15:15:13
  • Zuletzt bearbeitet 03.11.2025 23:17:22

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN Hide KVM's pt_mode module param behind CONFIG_BROKEN, i.e. disable support for virtualizing Intel PT v...

  • EPSS 0.02%
  • Veröffentlicht 04.12.2024 15:15:13
  • Zuletzt bearbeitet 03.11.2025 23:17:23

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: kTLS, Fix incorrect page refcounting The kTLS tx handling code is using a mix of get_page() and page_ref_inc() APIs to increment the page reference. But on the release p...

  • EPSS 0.02%
  • Veröffentlicht 04.12.2024 15:15:12
  • Zuletzt bearbeitet 01.10.2025 21:16:34

In the Linux kernel, the following vulnerability has been resolved: vdpa: solidrun: Fix UB bug with devres In psnet_open_pf_bar() and snet_open_vf_bar() a string later passed to pcim_iomap_regions() is placed on the stack. Neither pcim_iomap_region...

  • EPSS 0.01%
  • Veröffentlicht 04.12.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 23:17:22

In the Linux kernel, the following vulnerability has been resolved: Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K" The commit 8396c793ffdf ("mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K") increased the max_req_siz...

  • EPSS 0.02%
  • Veröffentlicht 04.12.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 21:17:28

In the Linux kernel, the following vulnerability has been resolved: sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers When CONFIG_KASAN_SW_TAGS and CONFIG_KASAN_STACK are enabled, the object_is_on_stack() function may produce inc...

  • EPSS 0.01%
  • Veröffentlicht 04.12.2024 15:15:12
  • Zuletzt bearbeitet 03.11.2025 23:17:22

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: Fix a dereferenced before check warning The 'state' can't be NULL, we should check crtc_state. Fix warning: drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1096 vop...