Canonical

Ubuntu 20.04 LTS

3473 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.09.2024 07:15:03
  • Zuletzt bearbeitet 03.11.2025 23:15:56

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix ucode out-of-bounds read warning Clear warning that read ucode[] may out-of-bounds.

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 07:15:03
  • Zuletzt bearbeitet 03.11.2025 23:15:56

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number Check the fb_channel_number range to avoid the array out-of-bounds read error

  • EPSS 0.02%
  • Veröffentlicht 13.09.2024 06:15:13
  • Zuletzt bearbeitet 03.11.2025 23:15:53

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference in pcs_get_function() pinmux_generic_get_function() can return NULL and the pointer 'function' was dereferenced without checking aga...

  • EPSS 0.02%
  • Veröffentlicht 13.09.2024 06:15:13
  • Zuletzt bearbeitet 03.11.2025 23:15:53

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: cmd-db: Map shared memory as WC, not WB Linux does not write into cmd-db region. This region of memory is write protected by XPU. XPU may sometime falsely detect clean c...

  • EPSS 0.01%
  • Veröffentlicht 13.09.2024 06:15:12
  • Zuletzt bearbeitet 03.11.2025 23:15:52

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: Prevent USB core invalid event buffer address access This commit addresses an issue where the USB core could access an invalid event buffer address during runtime ...

  • EPSS 0.01%
  • Veröffentlicht 13.09.2024 06:15:12
  • Zuletzt bearbeitet 03.11.2025 23:15:52

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Add poll mod list filling check In case of im_protocols value is 1 and tm_protocols value is 0 this combination successfully passes the check 'if (!im_protocols && !tm_...

  • EPSS 0.01%
  • Veröffentlicht 13.09.2024 06:15:12
  • Zuletzt bearbeitet 03.11.2025 23:15:53

In the Linux kernel, the following vulnerability has been resolved: gtp: fix a potential NULL pointer dereference When sockfd_lookup() fails, gtp_encap_enable_socket() returns a NULL pointer, but its callers only check for error pointers thus miss ...

  • EPSS 0.01%
  • Veröffentlicht 13.09.2024 06:15:12
  • Zuletzt bearbeitet 12.05.2026 12:17:11

In the Linux kernel, the following vulnerability has been resolved: ethtool: check device is present when getting link settings A sysfs reader can race with a device reset or removal, attempting to read device state when the device is not actually ...

  • EPSS 0.01%
  • Veröffentlicht 13.09.2024 06:15:11
  • Zuletzt bearbeitet 03.11.2025 23:15:52

In the Linux kernel, the following vulnerability has been resolved: scsi: aacraid: Fix double-free on probe failure aac_probe_one() calls hardware-specific init functions through the aac_driver_ident::init pointer, all of which eventually call down...

  • EPSS 0.02%
  • Veröffentlicht 11.09.2024 16:15:07
  • Zuletzt bearbeitet 03.11.2025 23:15:50

In the Linux kernel, the following vulnerability has been resolved: memcg_write_event_control(): fix a user-triggerable oops we are *not* guaranteed that anything past the terminating NUL is mapped (let alone initialized with anything sane).