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.62%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 04.08.2026 11:21:06

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbd_conn struct When sending an oplock break request, opinfo->conn is used, But freed ->conn can be used on multichannel. This patch add a reference count to...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 15.06.2026 18:25:09

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix double free issue during amdgpu module unload Flexible endpoints use DIGs from available inflexible endpoints, so only the encoders of inflexible links need to...

  • EPSS 0.23%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 28.10.2024 16:42:56

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hdcp: Check GSC structure validity Sometimes xe_gsc is not initialized when checked at HDCP capability check. Add gsc structure check to avoid null pointer error.

  • EPSS 0.28%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 04.08.2026 11:21:06

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer Pass pointer reference to amdgpu_bo_unref to clear the correct pointer, otherwise amdgpu_bo_unref clear the local variable...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 04.08.2026 11:21:07

In the Linux kernel, the following vulnerability has been resolved: drm/stm: Avoid use-after-free issues with crtc and plane ltdc_load() calls functions drm_crtc_init_with_planes(), drm_universal_plane_init() and drm_encoder_init(). These functions...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 14.07.2026 13:17:10

In the Linux kernel, the following vulnerability has been resolved: block: fix integer overflow in BLKSECDISCARD I independently rediscovered commit 22d24a544b0d49bbcbd61c8c0eaf77d3c9297155 block: fix overflow in blk_ioctl_discard() but for sec...

  • EPSS 0.29%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 04.08.2026 11:21:02

In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4_fill_super The del_timer_sync function cancels the s_err_report timer, which reminds about fi...

  • EPSS 0.27%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 04.08.2026 11:21:03

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 color transformation This commit addresses a potential index out of bounds issue in the `cm3_helper_translate_curve_to_hw_format` ...

  • EPSS 0.22%
  • Veröffentlicht 21.10.2024 18:15:17
  • Zuletzt bearbeitet 29.10.2024 15:57:41

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Implement bounds check for stream encoder creation in DCN401 'stream_enc_regs' array is an array of dcn10_stream_enc_registers structures. The array is initialized...

  • EPSS 0.23%
  • Veröffentlicht 21.10.2024 18:15:16
  • Zuletzt bearbeitet 01.11.2024 14:52:59

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: Disable the ncsi work before freeing the associated structure The work function can run after the ncsi device is freed, resulting in use-after-free bugs or kernel panic.