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.02%
  • Veröffentlicht 17.08.2024 09:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:04

In the Linux kernel, the following vulnerability has been resolved: net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE The following splat is easy to reproduce upstream as well as in -stable kernels. Florian Westphal provided the following commit: ...

  • EPSS 0.02%
  • Veröffentlicht 17.08.2024 09:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:04

In the Linux kernel, the following vulnerability has been resolved: ipvs: properly dereference pe in ip_vs_add_service Use pe directly to resolve sparse warning: net/netfilter/ipvs/ip_vs_ctl.c:1471:27: warning: dereference of noderef expression

  • EPSS 0.01%
  • Veröffentlicht 17.08.2024 09:15:10
  • Zuletzt bearbeitet 03.11.2025 22:17:57

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fs_convert_inline_inode() If device is readonly, make f2fs_convert_inline_inode() return EROFS instead of zero, otherwise it may trigger panic during wr...

  • EPSS 0.01%
  • Veröffentlicht 17.08.2024 09:15:08
  • Zuletzt bearbeitet 03.11.2025 22:17:51

In the Linux kernel, the following vulnerability has been resolved: riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error() Handle VM_FAULT_SIGSEGV in the page fault path so that we correctly kill the process and we don't BUG() the kernel.

  • EPSS 0.01%
  • Veröffentlicht 08.08.2024 09:15:08
  • Zuletzt bearbeitet 03.11.2025 22:17:50

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock race Ensure that `i2c_lock' is held when setting interrupt latch and mask in pca953x_irq_bus_sync_unlock() in order to avoid races. ...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:07
  • Zuletzt bearbeitet 21.11.2024 09:33:42

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Wipe copies of protected- and secure-keys Although the clear-key of neither protected- nor secure-keys is accessible, this key material should only be visible to the cal...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 03.11.2025 22:17:42

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/debugfs - Fix debugfs uninit process issue During the zip probe process, the debugfs failure does not stop the probe. When debugfs initialization fails, jumping t...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 26.09.2025 15:29:52

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id [WHY] find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id returns an array index and they return ...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 29.09.2025 14:57:08

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array [WHY] resource_stream_to_stream_idx returns an array index and it return -1 when not found; however, -1 is not a valid a...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 22:17:40

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipe_ctx has a size of MAX_PIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by...