Canonical

Ubuntu Pro 20.04 LTS

3682 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:50
  • Zuletzt bearbeitet 12.05.2026 12:16:30

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work The workqueue might still be running, when the driver is stopped. To avoid a use-after-free, call cancel_work_sync() in rtl8x...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 02.05.2025 07:15:52

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix double module refcount decrement Once the discipline is associated with the device, deleting the device takes care of decrementing the module's refcount. Doing it m...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 03.11.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: ensure offloading TID queue exists The resume code path assumes that the TX queue for the offloading TID has been configured. At resume time it then tries to sy...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 18.09.2025 15:17:53

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend When the system is suspended while audio is active, the sof_ipc4_pcm_hw_free() is invoked to reset the pipeli...

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

In the Linux kernel, the following vulnerability has been resolved: nouveau: lock the client object tree. It appears the client object tree has no locking unless I've missed something else. Fix races around adding/removing client objects, mostly vr...

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

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULT_BLOCK is on, it is possible that f2fs_reserve_new_block() will return -ENOSPC during recovery, then it ...

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

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc() in zynq_clk_setup() will return null if the physical memory has run out. As a result, if we use ...

  • 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...

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

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gss_import_v2_context The ctx->mech_used.data allocated by kmemdup is not freed in neither gss_import_v2_context nor it only caller gss_krb5_import_sec_con...

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

In the Linux kernel, the following vulnerability has been resolved: nbd: null check for nla_nest_start nla_nest_start() may fail and return NULL. Insert a check and set errno based on other call sites within the same source code.