Canonical

Ubuntu Pro 20.04 LTS

3682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 21.10.2025 12:15:09

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback The list_for_each_entry_safe() macro saves the current item (n) and the item after (n+1), so that n can be s...

  • EPSS 0.16%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 22.09.2025 19:57:51

In the Linux kernel, the following vulnerability has been resolved: mm/page_owner: use strscpy() instead of strlcpy() current->comm[] is not a string (no guarantee for a zero byte in it). strlcpy(s1, s2, l) is calling strlen(s2), potentially causi...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 25.03.2025 13:48:09

In the Linux kernel, the following vulnerability has been resolved: macsec: fix UAF bug for real_dev Create a new macsec device but not get reference to real_dev. That can not ensure that real_dev is freed after macsec. That will trigger the UAF bu...

  • EPSS 0.13%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 22.09.2025 19:46:54

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl This is another instance of incorrect use of list iterator and checking it for NULL. The list iterator value 'map' w...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 01.10.2025 20:16:14

In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error before sdkp->device is initialized, sd_zbc_release_disk() is called. This causes a NULL pointer d...

  • EPSS 0.14%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 21.10.2025 12:17:01

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on total_data_blocks As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215916 The kernel message is shown below: kernel B...

  • EPSS 0.15%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 21.10.2025 12:16:53

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check for inline inode Yanming reported a kernel bug in Bugzilla kernel [1], which can be reproduced. The bug message is: The kernel message is shown below:...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:11
  • Zuletzt bearbeitet 21.10.2025 12:17:52

In the Linux kernel, the following vulnerability has been resolved: ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state The EXT4_FC_REPLAY bit in sbi->s_mount_state is used to indicate that we are in the middle of replay the fast ...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:10
  • Zuletzt bearbeitet 01.10.2025 20:16:10

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...

  • EPSS 0.1%
  • Veröffentlicht 26.02.2025 07:01:09
  • Zuletzt bearbeitet 01.10.2025 20:16:08

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' a...