Canonical

Ubuntu 24.04 LTS

6644 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.2%
  • Veröffentlicht 29.12.2024 09:15:06
  • Zuletzt bearbeitet 03.11.2025 21:18:23

In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() Packets injected by the CPU should have a SRC_PORT field equal to the CPU port module index in the Ana...

  • EPSS 0.21%
  • Veröffentlicht 29.12.2024 09:15:05
  • Zuletzt bearbeitet 03.11.2025 21:18:22

In the Linux kernel, the following vulnerability has been resolved: io_uring: check if iowq is killed before queuing task work can be executed after the task has gone through io_uring termination, whether it's the final task_work run or the fallbac...

  • EPSS 0.24%
  • Veröffentlicht 29.12.2024 09:15:05
  • Zuletzt bearbeitet 17.04.2025 21:15:49

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_direct_read_write() The bvecs array which is allocated in iter_get_bvecs_alloc() is leaked and pages remain pinned if ceph_alloc_sparse_ext_map() fail...

  • EPSS 0.25%
  • Veröffentlicht 28.12.2024 10:15:20
  • Zuletzt bearbeitet 03.11.2025 21:18:22

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6_probe(), igen6_pvt will be allocated with kzalloc() 2. I...

  • EPSS 0.26%
  • Veröffentlicht 28.12.2024 10:15:19
  • Zuletzt bearbeitet 15.12.2025 20:53:18

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgby_data memory allocation failure In ia_css_3a_statistics_allocate(), there is no check on the allocation result of the rgby_data memory. If rgby_da...

  • EPSS 0.24%
  • Veröffentlicht 28.12.2024 10:15:19
  • Zuletzt bearbeitet 03.11.2025 21:18:22

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c Add error pointer checks after calling otx2_mbox_get_rsp().

  • EPSS 0.2%
  • Veröffentlicht 28.12.2024 10:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:21

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix soft lockups in fib6_select_path under high next hop churn Soft lockups have been observed on a cluster of Linux-based edge routers located in a highly dynamic environmen...

  • EPSS 0.23%
  • Veröffentlicht 28.12.2024 10:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:21

In the Linux kernel, the following vulnerability has been resolved: 9p/xen: fix release of IRQ Kernel logs indicate an IRQ was double-freed. Pass correct device ID during IRQ release. [Dominique: remove confusing variable reset to 0]

  • EPSS 0.21%
  • Veröffentlicht 28.12.2024 10:15:17
  • Zuletzt bearbeitet 03.11.2025 21:18:20

In the Linux kernel, the following vulnerability has been resolved: media: wl128x: Fix atomicity violation in fmc_send_cmd() Atomicity violation occurs when the fmc_send_cmd() function is executed simultaneously with the modification of the fmdev->...

  • EPSS 0.2%
  • Veröffentlicht 28.12.2024 10:15:17
  • Zuletzt bearbeitet 03.11.2025 21:18:21

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore The dtl_access_lock needs to be a rw_sempahore, a sleeping lock, because the code calls kmalloc() while holding it, which ...