Canonical

Ubuntu 24.04 LTS

6642 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.28%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 23.12.2024 19:14:57

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Avoid reading beyond LUT array When the floor LUT index (drm_fixp2int(lut_index) is the last index of the array the ceil LUT index will point to an entry beyond the array...

  • EPSS 0.3%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 23.12.2024 14:09:30

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: dsi: Add missing check for of_find_device_by_node Add check for the return value of of_find_device_by_node() and return the error if it fails in order to avoid NULL poin...

  • EPSS 0.27%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 18.09.2025 14:42:06

In the Linux kernel, the following vulnerability has been resolved: NTB: fix possible name leak in ntb_register_device() If device_register() fails in ntb_register_device(), the device name allocated by dev_set_name() should be freed. As per the co...

  • EPSS 0.28%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 08.04.2025 18:42:28

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gss_import_v2_context The ctx->mech_used.data allocated by kmemdup is not freed in neither gss_import_v2_context nor it only caller gss_krb5_import_sec_con...

  • EPSS 0.29%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 12.05.2026 12:16:30

In the Linux kernel, the following vulnerability has been resolved: nbd: null check for nla_nest_start nla_nest_start() may fail and return NULL. Insert a check and set errno based on other call sites within the same source code.

  • EPSS 0.27%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 05.03.2025 15:11:27

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: Fix missing reserved tailroom Use rbi->len instead of rcd->len for non-dataring packet. Found issue: XDP_WARN: xdp_update_frame_from_buff(line:278): Driver BUG: missing...

  • EPSS 0.26%
  • Veröffentlicht 01.05.2024 13:15:48
  • Zuletzt bearbeitet 18.09.2025 14:43:15

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpll_xa_ref_*_del() for multiple registrations Currently, if there are multiple registrations of the same pin on the same dpll device, following warnings are observed: WA...

  • EPSS 0.27%
  • Veröffentlicht 01.05.2024 06:15:21
  • Zuletzt bearbeitet 11.04.2026 13:16:33

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING [1]. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfs_fallocate dup...

  • EPSS 0.18%
  • Veröffentlicht 01.05.2024 06:15:20
  • Zuletzt bearbeitet 04.11.2025 18:16:11

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the `priv->state_lock`, any scheduled aRFS works are canceled using the `cancel_work_sync` function, whic...

  • EPSS 0.23%
  • Veröffentlicht 01.05.2024 06:15:20
  • Zuletzt bearbeitet 04.11.2025 18:16:11

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: incorrect pppoe tuple pppoe traffic reaching ingress path does not match the flowtable entry because the pppoe header is expected to be at the network header ...