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 02.05.2025 15:55:13
  • Zuletzt bearbeitet 17.03.2026 15:00:55

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl It is possible to peep kernel page's data by providing larger `insize` in struct cros_ec_command[1] when invoking ...

  • EPSS 0.05%
  • Veröffentlicht 02.05.2025 15:55:08
  • Zuletzt bearbeitet 12.11.2025 18:00:35

In the Linux kernel, the following vulnerability has been resolved: erspan: do not use skb_mac_header() in ndo_start_xmit() Drivers should not assume skb_mac_header(skb) == skb->data in their ndo_start_xmit(). Use skb_network_offset() and skb_tran...

  • EPSS 0.04%
  • Veröffentlicht 02.05.2025 15:55:07
  • Zuletzt bearbeitet 12.11.2025 18:22:41

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add cond_resched() to dmcrypt_write() The loop in dmcrypt_write may be running for unbounded amount of time, thus we need cond_resched() in it. This commit fixes the fol...

  • EPSS 0.05%
  • Veröffentlicht 02.05.2025 15:55:02
  • Zuletzt bearbeitet 12.11.2025 16:46:37

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_audio: don't let userspace block driver unbind In the unbind callback for f_uac1 and f_uac2, a call to snd_card_free() via g_audio_cleanup() will disconnect the card...

  • EPSS 0.06%
  • Veröffentlicht 02.05.2025 15:55:01
  • Zuletzt bearbeitet 12.11.2025 16:46:33

In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate alloc_percpu failure Check alloc_precpu()'s return value and return an error from dm_stats_init() if it fails. Update alloc_dev() to fail if dm_st...

  • EPSS 0.06%
  • Veröffentlicht 02.05.2025 15:54:59
  • Zuletzt bearbeitet 12.11.2025 19:15:21

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Perform lockless command completion in abort path While adding and removing the controller, the following call trace was observed: WARNING: CPU: 3 PID: 623596 at ke...

  • EPSS 0.06%
  • Veröffentlicht 02.05.2025 15:54:58
  • Zuletzt bearbeitet 12.11.2025 19:14:28

In the Linux kernel, the following vulnerability has been resolved: ca8210: fix mac_len negative array access This patch fixes a buffer overflow access of skb->data if ieee802154_hdr_peek_addrs() fails.

  • EPSS 0.06%
  • Veröffentlicht 02.05.2025 15:54:54
  • Zuletzt bearbeitet 17.03.2026 14:58:26

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() The ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a metadata array to/from user space, may copy uninitialize...

  • EPSS 0.06%
  • Veröffentlicht 01.05.2025 14:11:08
  • Zuletzt bearbeitet 01.10.2025 15:15:41

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Correctly move list in sc_disable() Commit 13bac861952a ("IB/hfi1: Fix abba locking issue with sc_disable()") incorrectly tries to move a list from one list head to anothe...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2025 14:11:05
  • Zuletzt bearbeitet 01.10.2025 15:15:39

In the Linux kernel, the following vulnerability has been resolved: nfs4: Fix kmemleak when allocate slot failed If one of the slot allocate failed, should cleanup all the other allocated slots, otherwise, the allocated slots will leak: unrefere...