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.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 29.04.2025 19:44:19

In the Linux kernel, the following vulnerability has been resolved: net: cdc_eem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eem_tx_fixup(), if skb_copy_expand() failed, it return NULL, usbnet_start_xmit() will have no chance...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 30.12.2024 19:05:28

In the Linux kernel, the following vulnerability has been resolved: net: hamradio: fix memory leak in mkiss_close My local syzbot instance hit memory leak in mkiss_open()[1]. The problem was in missing free_netdev() in mkiss_close(). In mkiss_open...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 29.04.2025 19:13:04

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dst_clone() and directly sets the result which is wrong because the entry might have 0 refcnt or ...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 03.02.2025 16:11:14

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunnel_dst null pointer dereference due to lockless access in the tunnel egress path. When deleting a v...

  • EPSS 0.05%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 04.04.2025 14:32:24

In the Linux kernel, the following vulnerability has been resolved: net: ll_temac: Make sure to free skb when it is completely used With the skb pointer piggy-backed on the TX BD, we have a simple and efficient way to free the skb buffer when the f...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:14
  • Zuletzt bearbeitet 12.05.2026 12:16:46

In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in check_f...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:14
  • Zuletzt bearbeitet 12.05.2026 12:16:47

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix incorrect list API usage Both the function that migrates all the chunks within a region and the function that migrates all the entries within a chunk ...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2024 10:15:14
  • Zuletzt bearbeitet 12.05.2026 12:16:47

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2024 10:15:13
  • Zuletzt bearbeitet 12.05.2026 12:16:46

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up The flag I2C_HID_READ_PENDING is used to serialize I2C operations. However, this is not necessary, because I2C cor...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:12
  • Zuletzt bearbeitet 12.05.2026 12:16:44

In the Linux kernel, the following vulnerability has been resolved: geneve: fix header validation in geneve[6]_xmit_skb syzbot is able to trigger an uninit-value in geneve_xmit() [1] Problem : While most ip tunnel helpers (like ip_tunnel_get_dsfie...