Canonical

Ubuntu Pro 20.04 LTS

5265 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • 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.24%
  • Veröffentlicht 19.06.2024 14:15:18
  • Zuletzt bearbeitet 04.08.2026 11:18:48

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

  • EPSS 0.26%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 04.08.2026 11:18:43

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Add a timeout to acquire the command queue semaphore Prevent forced completion handling on an entry that has not yet been assigned an index, causing an out of bounds acce...

  • EPSS 0.89%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 04.08.2026 11:18:41

In the Linux kernel, the following vulnerability has been resolved: of: module: add buffer overflow check in of_modalias() In of_modalias(), if the buffer happens to be too small even for the 1st snprintf() call, the len parameter will become negat...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 04.08.2026 11:18:42

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which w...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 21.11.2024 09:26:18

In the Linux kernel, the following vulnerability has been resolved: drm: vc4: Fix possible null pointer dereference In vc4_hdmi_audio_init() of_get_address() may return NULL which is later dereferenced. Fix this bug by adding NULL check. Found by ...

  • EPSS 0.26%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 12.05.2026 12:16:52

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries The allocation failure of mycs->yuv_scaler_binary in load_video_binaries() is followed with a derefer...

  • EPSS 0.21%
  • Veröffentlicht 08.06.2024 13:15:58
  • Zuletzt bearbeitet 21.11.2024 09:22:56

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix division by zero in setup_dsc_config When slice_height is 0, the division by slice_height in the calculation of the number of slices will cause a division by z...

  • EPSS 0.21%
  • Veröffentlicht 08.06.2024 13:15:57
  • Zuletzt bearbeitet 01.10.2025 14:43:52

In the Linux kernel, the following vulnerability has been resolved: erofs: reliably distinguish block based and fscache mode When erofs_kill_sb() is called in block dev based mode, s_bdev may not have been initialised yet, and if CONFIG_EROFS_FS_ON...