Canonical

Ubuntu 20.04 LTS

3473 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 01.04.2024 09:15:51
  • Zuletzt bearbeitet 03.02.2025 14:32:27

In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard->timer could schedule the spu_dma_work and the spu_dma_work could also arm the dreamcastcard->timer. ...

  • EPSS 0.02%
  • Veröffentlicht 29.03.2024 10:15:09
  • Zuletzt bearbeitet 08.04.2025 19:28:53

In the Linux kernel, the following vulnerability has been resolved: sh: push-switch: Reorder cleanup operations to avoid use-after-free bug The original code puts flush_work() before timer_shutdown_sync() in switch_drv_remove(). Although we use flu...

  • EPSS 0.01%
  • Veröffentlicht 28.03.2024 08:15:25
  • Zuletzt bearbeitet 04.11.2025 18:15:49

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: exthdr: fix 4-byte stack OOB write If priv->len is a multiple of 4, then dst[len / 4] can write past the destination array which leads to stack corruption. Th...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2024 14:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:19

In the Linux kernel, the following vulnerability has been resolved: sr9800: Add check for usbnet_get_endpoints Add check for usbnet_get_endpoints() and return the error if it fails in order to transfer the error.

  • EPSS 0.02%
  • Veröffentlicht 26.03.2024 18:15:08
  • Zuletzt bearbeitet 17.03.2025 15:19:52

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbg_size, mkfs.ext4 -F -G 67108864 $dev -b 4096 100...

  • EPSS 0.01%
  • Veröffentlicht 26.03.2024 18:15:08
  • Zuletzt bearbeitet 31.12.2025 00:52:38

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: [ 57.202521] ============================= ...

  • EPSS 0.01%
  • Veröffentlicht 26.03.2024 16:15:12
  • Zuletzt bearbeitet 17.03.2025 15:20:10

In the Linux kernel, the following vulnerability has been resolved: tracing: Ensure visibility when inserting an element into tracing_map Running the following two commands in parallel on a multi-processor AArch64 machine can sporadically produce a...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:09
  • Zuletzt bearbeitet 21.11.2024 06:35:33

In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the refcount of usbdev in uss720_probe. Fix this by decreasing the refcount of usbdev by usb_put_dev. ...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2024 10:15:09
  • Zuletzt bearbeitet 17.03.2025 15:02:42

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: add missing discipline function Fix crash with illegal operation exception in dasd_device_tasklet. Commit b72949328869 ("s390/dasd: Prepare for additional path event han...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 10:15:09
  • Zuletzt bearbeitet 17.03.2025 15:20:45

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix sysfs leak in alloc_iommu() iommu_device_sysfs_add() is called before, so is has to be cleaned on subsequent errors.