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.06%
  • Veröffentlicht 01.05.2025 14:10:14
  • Zuletzt bearbeitet 01.10.2025 16:15:47

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() A clk_prepare_enable() call in the probe is not balanced by a corresponding clk_disable_unprepare() in the remove fu...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:10:07
  • Zuletzt bearbeitet 23.01.2026 16:49:27

In the Linux kernel, the following vulnerability has been resolved: riscv: process: fix kernel info leakage thread_struct's s[12] may contain random kernel memory content, which may be finally leaked to userspace. This is a security hole. Fix it by...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:10:07
  • Zuletzt bearbeitet 01.10.2025 17:15:34

In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory leaks in macvlan_common_newlink, as follows: ip link add link eth0 name .. type macvlan mode sour...

  • EPSS 0.04%
  • Veröffentlicht 01.05.2025 14:10:05
  • Zuletzt bearbeitet 01.10.2025 17:15:34

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix deadlock in nilfs_count_free_blocks() A semaphore deadlock can occur if nilfs_get_block() detects metadata corruption while locating data blocks and a superblock writeb...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:10:00
  • Zuletzt bearbeitet 01.10.2025 17:15:34

In the Linux kernel, the following vulnerability has been resolved: udf: Fix a slab-out-of-bounds write bug in udf_find_entry() Syzbot reported a slab-out-of-bounds Write bug: loop0: detected capacity change from 0 to 2048 ========================...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:59
  • Zuletzt bearbeitet 01.10.2025 17:15:34

In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939_send_one(): fix missing CAN header initialization The read access to struct canxl_frame::len inside of a j1939 created skbuff revealed a missing initialization of...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:57
  • Zuletzt bearbeitet 01.10.2025 17:15:33

In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in snd_soc_exit() KASAN reports a use-after-free: BUG: KASAN: use-after-free in device_del+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by ta...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:56
  • Zuletzt bearbeitet 01.10.2025 17:15:33

In the Linux kernel, the following vulnerability has been resolved: bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb() We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:56
  • Zuletzt bearbeitet 10.11.2025 21:14:12

In the Linux kernel, the following vulnerability has been resolved: serial: imx: Add missing .thaw_noirq hook The following warning is seen with non-console UART instance when system hibernates. [ 37.371969] ------------[ cut here ]------------ ...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:53
  • Zuletzt bearbeitet 10.11.2025 21:13:15

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in siox_device_add() If device_register() returns error in siox_device_add(), the name allocated by dev_set_name() need be freed. As comment of devic...