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 27.09.2024 13:15:16
  • Zuletzt bearbeitet 08.10.2024 18:23:52

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Remove SCSI host only if added If host tries to remove ufshcd driver from a UFS device it would cause a kernel panic if ufshcd_async_scan fails during ufshcd_probe...

  • EPSS 0.22%
  • Veröffentlicht 27.09.2024 13:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:07

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Limit the period on Haswell Running the ltp test cve-2015-3290 concurrently reports the following warnings. perfevents: irq loop stuck! WARNING: CPU: 31 PID: 324...

  • EPSS 0.24%
  • Veröffentlicht 27.09.2024 13:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:06

In the Linux kernel, the following vulnerability has been resolved: MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed This avoids warning: [ 0.118053] BUG: sleeping function called from invalid context at kernel/locking/mu...

  • EPSS 0.23%
  • Veröffentlicht 27.09.2024 13:15:15
  • Zuletzt bearbeitet 09.10.2024 15:54:38

In the Linux kernel, the following vulnerability has been resolved: net: hns3: void array out of bound when loop tnl_num When query reg inf of SSU, it loops tnl_num times. However, tnl_num comes from hardware and the length of array is a fixed valu...

  • EPSS 0.22%
  • Veröffentlicht 27.09.2024 13:15:15
  • Zuletzt bearbeitet 04.08.2026 11:20:31

In the Linux kernel, the following vulnerability has been resolved: ethtool: fail closed if we can't get max channel used in indirection tables Commit 0d1b7d6c9274 ("bnxt: fix crashes when reducing ring count with active RSS contexts") proves that ...

  • EPSS 0.24%
  • Veröffentlicht 27.09.2024 13:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:06

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix smatch static checker warning adev->gfx.imu.funcs could be NULL

  • EPSS 0.24%
  • Veröffentlicht 27.09.2024 13:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:07

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed_udc: validate endpoint index for ast udc We should verify the bound of the array to assure that host may not manipulate the index to point past endpoint array. ...

  • EPSS 0.24%
  • Veröffentlicht 27.09.2024 13:15:14
  • Zuletzt bearbeitet 03.11.2025 23:16:03

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ Make sure the connector is fully initialized before signalling any HPD events via drm_kms_helpe...

  • EPSS 0.25%
  • Veröffentlicht 27.09.2024 13:15:14
  • Zuletzt bearbeitet 04.08.2026 11:20:28

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box [Why] Coverity reports OVERRUN warning. soc.num_states could be 40. But array range of bw_params...

  • EPSS 0.26%
  • Veröffentlicht 27.09.2024 13:15:14
  • Zuletzt bearbeitet 04.08.2026 11:20:28

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration [Why] Coverity reports Memory - illegal accesses. [How] Skip inactive planes.