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 17.05.2024 15:15:21
  • Zuletzt bearbeitet 30.12.2024 17:41:16

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in its_vpe_irq_domain_alloc() causes a double free when its_vpe_init() fails after successfully allocating ...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 23.12.2025 19:33:51

In the Linux kernel, the following vulnerability has been resolved: eeprom: at24: fix memory corruption race condition If the eeprom is not accessible, an nvmem device will be registered, the read will fail, and the device will be torn down. If ano...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 12.05.2026 12:16:37

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix information leak in btrfs_ioctl_logical_to_ino() Syzbot reported the following information leak for in btrfs_ioctl_logical_to_ino(): BUG: KMSAN: kernel-infoleak in in...

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 30.12.2024 17:42:02

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev setup Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is NU...

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 30.12.2024 18:10:36

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev suspend Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is ...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 07.04.2025 19:06:07

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in lima_heap_alloc When lima_vm_map_bo fails, the resources need to be deallocated, or there will be memleaks.

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 17.12.2025 19:23:18

In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace...

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 26.09.2025 16:06:17

In the Linux kernel, the following vulnerability has been resolved: io_uring: Fix release of pinned pages when __io_uaddr_map fails Looking at the error path of __io_uaddr_map, if we fail after pinning the pages for any reasons, ret will be set to ...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 14:15:18
  • Zuletzt bearbeitet 26.09.2025 16:07:22

In the Linux kernel, the following vulnerability has been resolved: block: Fix page refcounts for unaligned buffers in __bio_release_pages() Fix an incorrect number of pages being released for buffers that do not start at the beginning of a page.

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 14:15:18
  • Zuletzt bearbeitet 03.02.2025 16:20:18

In the Linux kernel, the following vulnerability has been resolved: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() The "controllen" variable is type size_t (unsigned long). Casting it to int could lead to an integer underflow. The ch...