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.05%
  • Veröffentlicht 20.06.2024 11:15:54
  • Zuletzt bearbeitet 17.09.2025 17:06:47

In the Linux kernel, the following vulnerability has been resolved: ARM: 9170/1: fix panic when kasan and kprobe are enabled arm32 uses software to simulate the instruction replaced by kprobe. some instructions may be simulated by constructing asse...

  • EPSS 0.04%
  • Veröffentlicht 20.06.2024 11:15:54
  • Zuletzt bearbeitet 17.09.2025 17:12:00

In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4_fc_record_modified_inode() Current code does not fully takes care of krealloc() error case, which could lead to silent memory corruption or a kerne...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:54
  • Zuletzt bearbeitet 21.11.2024 06:36:38

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latest_dev in btrfs_show_devname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfs_show_devname+0x104/0x1e8 [b...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 29.09.2025 17:17:13

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker task_work We check IO_WQ_BIT_EXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 01.04.2025 18:27:26

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix type in min_t to avoid stack OOB Change min_t() to use type "u32" instead of type "int" to avoid stack out of bounds. With min_t() type "int" the values get s...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 29.09.2025 17:14:35

In the Linux kernel, the following vulnerability has been resolved: USB: core: Make do_proc_control() and do_proc_bulk() killable The USBDEVFS_CONTROL and USBDEVFS_BULK ioctls invoke usb_start_wait_urb(), which contains an uninterruptible wait with...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:20
  • Zuletzt bearbeitet 21.11.2024 09:26:28

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5e_suspend cleans resources only if netif_device_present() returns true. However, mlx5e_resume changes the state of netif, via mlx5e_nic_enab...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:19
  • Zuletzt bearbeitet 03.11.2025 21:16:15

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix deadlock on SRQ async events. xa_lock for SRQ table may be required in AEQ. Use xa_store_irq()/ xa_erase_irq() to avoid deadlock.

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:18
  • Zuletzt bearbeitet 20.10.2025 22:09:26

In the Linux kernel, the following vulnerability has been resolved: epoll: be better about file lifetimes epoll can call out to vfs_poll() with a file pointer that may race with the last 'fput()'. That would make f_count go down to zero, and while ...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 21.11.2024 09:26:19

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issue of net_device There is a reference count leak issue of the object "net_device" in ax25_dev_device_down(). When the ax25 device is shutting down...