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.24%
  • Veröffentlicht 21.10.2024 18:15:12
  • Zuletzt bearbeitet 03.11.2025 21:16:35

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null-initialized variables [WHAT & HOW] drr_timing and subvp_pipe are initialized to null and they are not always assigned new values. It is necessary to che...

  • EPSS 0.26%
  • Veröffentlicht 21.10.2024 18:15:12
  • Zuletzt bearbeitet 03.11.2025 21:16:35

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominators' default to 1 [WHAT & HOW] Variables used as denominators and maybe not assigned to other values, should not be 0. Change their default to ...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:12
  • Zuletzt bearbeitet 25.10.2024 14:05:16

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs There are some cases, such as the one uncovered by Commit 46d4efcccc68 ("drm/msm/a6xx: Avoid a nullptr dereference wh...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:12
  • Zuletzt bearbeitet 25.10.2024 15:54:47

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add list empty check to avoid null pointer issue Add list empty check to avoid null pointer issues in some corner cases. - list_for_each_entry_safe()

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 13.11.2024 14:54:25

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 [#1] PREEMPT SMP KASAN ...

  • EPSS 0.26%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 04.08.2026 11:20:56

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4_ext_show_leaf() In ext4_find_extent(), path may be freed by error or be reallocated, so using a previously saved *ppath may have been freed and t...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 12.05.2026 12:17:16

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fw_info is not null before using it This resolves the dereference null return value warning reported by Coverity.

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 03.11.2025 21:16:34

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths When the HBA is undergoing a reset or is handling an errata event, NULL ptr dereference crashes may oc...

  • EPSS 0.21%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 25.10.2024 14:32:44

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream_status before it is used [WHAT & HOW] dc_state_get_stream_status can return null, and therefore null must be checked before stream_status is used. Th...

  • EPSS 0.27%
  • Veröffentlicht 21.10.2024 18:15:11
  • Zuletzt bearbeitet 03.11.2025 23:16:29

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation This commit addresses a potential index out of bounds issue in the `cm3_helper_translate_curve...