Canonical

Ubuntu Pro 20.04 LTS

3682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:26
  • Zuletzt bearbeitet 03.04.2026 14:16:23

In the Linux kernel, the following vulnerability has been resolved: net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag This is more of a preventive patch to make the code more consistent and to prevent possible ...

  • EPSS 0.01%
  • Veröffentlicht 04.02.2026 16:08:24
  • Zuletzt bearbeitet 03.04.2026 14:16:23

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Make the addrs_lock be per port Make the addrs_lock be per port, not per ipvlan dev. Initial code seems to be written in the assumption, that any address change must occur...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:23
  • Zuletzt bearbeitet 19.03.2026 19:33:02

In the Linux kernel, the following vulnerability has been resolved: leds: led-class: Only Add LED to leds_list when it is fully ready Before this change the LED was added to leds_list before led_init_core() gets called adding it the list before led...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:21
  • Zuletzt bearbeitet 18.03.2026 20:09:32

In the Linux kernel, the following vulnerability has been resolved: bonding: limit BOND_MODE_8023AD to Ethernet devices BOND_MODE_8023AD makes sense for ARPHRD_ETHER only. syzbot reported: BUG: KASAN: global-out-of-bounds in __hw_addr_create net...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:20
  • Zuletzt bearbeitet 03.04.2026 14:16:23

In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nr_route_frame() In nr_route_frame(), old_skb is immediately freed without checking if nr_neigh->ax25 pointer is NULL. Therefore, if nr_neigh->ax25 is NU...

  • EPSS 0.04%
  • Veröffentlicht 04.02.2026 16:08:17
  • Zuletzt bearbeitet 03.04.2026 14:16:22

In the Linux kernel, the following vulnerability has been resolved: gue: Fix skb memleak with inner IP protocol 0. syzbot reported skb memleak below. [0] The repro generated a GUE packet with its inner protocol 0. gue_udp_recv() returns -guehdr->...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:14
  • Zuletzt bearbeitet 17.03.2026 21:09:26

In the Linux kernel, the following vulnerability has been resolved: intel_th: fix device leak on output open() Make sure to drop the reference taken when looking up the th device during output device open() on errors and on close(). Note that a re...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:13
  • Zuletzt bearbeitet 17.03.2026 21:09:35

In the Linux kernel, the following vulnerability has been resolved: slimbus: core: fix device reference leak on report present Slimbus devices can be allocated dynamically upon reception of report-present messages. Make sure to drop the reference ...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:12
  • Zuletzt bearbeitet 17.03.2026 21:09:42

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free() When snd_usb_create_mixer() fails, snd_usb_mixer_free() frees mixer->id_elems but the controls already added to the card...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:10
  • Zuletzt bearbeitet 17.03.2026 21:10:14

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: cap TX credit to local buffer size The virtio transports derives its TX credit directly from peer_buf_alloc, which is set from the remote endpoint's SO_VM_SOCKETS_BUF...