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.02%
  • Veröffentlicht 17.05.2024 14:15:17
  • Zuletzt bearbeitet 17.12.2025 19:24:07

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c...

  • EPSS 0.27%
  • Veröffentlicht 17.05.2024 14:15:17
  • Zuletzt bearbeitet 12.05.2026 12:16:37

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 ("vt: fix memory overlapping when de...

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

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion The first kiocb_set_cancel_fn() argument may point at a struct kiocb that is not embedded inside struct aio_kiocb. ...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 14:15:16
  • Zuletzt bearbeitet 17.12.2025 19:26:38

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgr_lock smp_call_function always runs its callback in hard IRQ context, even on PREEMPT_RT, where spinlocks can sleep. So we need to use a ra...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:15
  • Zuletzt bearbeitet 12.05.2026 12:16:36

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach This is the candidate patch of CVE-2023-47233 : https://nvd.nist.gov/vuln/detail/CVE-2023-47233 In brcm80211 driver...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:15
  • Zuletzt bearbeitet 12.05.2026 12:16:36

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 ("mmc: core: Use mrq.sbc in close-ended ffu") assigns prev_idata = idatas[i - 1], but doesn't check that the i...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:14
  • Zuletzt bearbeitet 10.01.2025 18:11:39

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Always disable interrupts when taking cgr_lock smp_call_function_single disables IRQs when executing the callback. To prevent deadlocks, we must disable IRQs when ...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:14
  • Zuletzt bearbeitet 12.05.2026 12:16:36

In the Linux kernel, the following vulnerability has been resolved: ext4: fix corruption during on-line resize We observed a corruption during on-line resize of a file system that is larger than 16 TiB with 4k block size. With having more then 2^32...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:14
  • Zuletzt bearbeitet 23.12.2025 18:29:25

In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal A race condition between the .runtime_idle() callback and the .remove() callback in the rtsx_pcr PCI driver leads to a ke...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:13
  • Zuletzt bearbeitet 12.05.2026 12:16:36

In the Linux kernel, the following vulnerability has been resolved: dm snapshot: fix lockup in dm_exception_table_exit There was reported lockup when we exit a snapshot with many exceptions. Fix this by adding "cond_resched" to the loop that frees ...