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.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:13:31

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvb_register_device, *pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, *pdvbdev is not set to N...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 14:12:17

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' The 'stream' pointer is used in dcn10_set_output_transfer_func() before the check if ...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:13:59

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()' Tell snprintf() to store at most 10 bytes in the output buffer instead of 30. Fixes the below: drivers...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 18:19:19

In the Linux kernel, the following vulnerability has been resolved: nfp: flower: handle acti_netdevs allocation failure The kmalloc_array() in nfp_fl_lag_do_work() will return null, if the physical memory has run out. As a result, if we dereference...

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

In the Linux kernel, the following vulnerability has been resolved: net: phy: fix phy_get_internal_delay accessing an empty array The phy_get_internal_delay function could try to access to an empty array in the case that the driver is calling phy_g...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:05:50

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmk_op allocation failure The kzalloc() in brcmf_pmksa_v3_op() will return null if the physical memory has run out. As a result, if we dereference the null ...

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

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix potential memleak in papr_get_attr() `buf` is allocated in papr_get_attr(), and krealloc() of `buf` could fail. We need to free the original `buf` in the case ...

  • EPSS 0.02%
  • 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.01%
  • 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.01%
  • 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...