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.04%
  • Veröffentlicht 01.05.2025 14:09:52
  • Zuletzt bearbeitet 10.11.2025 21:12:47

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of ns_writer on remount If a nilfs2 filesystem is downgraded to read-only due to metadata corruption on disk and is remounted read/write, or if emerg...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:52
  • Zuletzt bearbeitet 10.11.2025 21:12:55

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix potential memleak in 'add_widget_node' As 'kobject_add' may allocated memory for 'kobject->name' when return error. And in this function, if call 'kobject_add' faile...

  • EPSS 0.07%
  • Veröffentlicht 01.05.2025 14:09:50
  • Zuletzt bearbeitet 10.11.2025 19:57:51

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map Here is the BUG report by KASAN about null pointer dereference: BUG: KASAN: null-ptr-deref in strcmp+0x2e/...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:46
  • Zuletzt bearbeitet 10.11.2025 20:15:47

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double ata_host_put() in ata_tport_add() In the error path in ata_tport_add(), when calling put_device(), ata_tport_release() is called, it will put the ...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:42
  • Zuletzt bearbeitet 10.11.2025 20:17:09

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_dsp_element_register() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allo...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:40
  • Zuletzt bearbeitet 10.11.2025 20:58:25

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of put_device() in mISDN_register_device() We should not release reference by put_device() before calling device_initialize().

  • EPSS 0.04%
  • Veröffentlicht 01.05.2025 14:09:38
  • Zuletzt bearbeitet 07.11.2025 18:51:24

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on sk_receive_queue sk->sk_receive_queue is protected by skb queue lock, but for KCM sockets its RX path takes mux->rx_lock to protect more than just skb...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:36
  • Zuletzt bearbeitet 07.11.2025 19:03:32

In the Linux kernel, the following vulnerability has been resolved: drbd: use after free in drbd_create_device() The drbd_destroy_connection() frees the "connection" so use the _safe() iterator to prevent a use after free.

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:09:34
  • Zuletzt bearbeitet 07.11.2025 19:37:53

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25_lapb_receive_frame() x25_lapb_receive_frame() using skb_copy() to get a private copy of skb, the new skb should be freed in the undersized/fragmented s...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:09:30
  • Zuletzt bearbeitet 07.11.2025 19:02:52

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftrace_add_mod() The @ftrace_mod is allocated by kzalloc(), so both the members {prev,next} of @ftrace_mode->list are NULL, it's not a valid...