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.08%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 01.10.2025 20:16:14

In the Linux kernel, the following vulnerability has been resolved: watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add m...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 01.10.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe of_find_device_by_node() takes reference, we should use put_device() to release it when not need anymore. Add missing put_...

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

In the Linux kernel, the following vulnerability has been resolved: efi: Do not import certificates from UEFI Secure Boot for T2 Macs On Apple T2 Macs, when Linux attempts to read the db and dbx efi variables at early boot to load UEFI Secure Boot ...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 01.10.2025 20:16:12

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: memleak flow rule from commit path Abort path release flow rule object, however, commit path does not. Update code to destroy these objects before releasing t...

  • EPSS 0.11%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 21.10.2025 12:16:43

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on block address in f2fs_do_zero_range() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215894 I have encountered a bug...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:11
  • Zuletzt bearbeitet 21.10.2025 12:18:01

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid cycles in directory h-tree A maliciously corrupted filesystem can contain cycles in the h-tree stored inside a directory. That can easily lead to the kernel corrupting ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:11
  • Zuletzt bearbeitet 01.10.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix a data-race in unix_dgram_peer_wake_me(). unix_dgram_poll() calls unix_dgram_peer_wake_me() without `other`'s lock held and check if its receive queue is full. Here w...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:11
  • Zuletzt bearbeitet 22.09.2025 20:27:33

In the Linux kernel, the following vulnerability has been resolved: net: xfrm: unexport __init-annotated xfrm4_protocol_init() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initialization. Hence,...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:11
  • Zuletzt bearbeitet 01.10.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list Every iteration of for_each_available_child_of_node() decrements the reference count of the previous node. when brea...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:11
  • Zuletzt bearbeitet 22.09.2025 20:28:12

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in ext4_writepages we got issue as follows: EXT4-fs error (device loop0): ext4_mb_generate_buddy:1141: group 0, block bitmap and bg descriptor inconsistent: 25 vs ...