Canonical

Ubuntu 22.04 LTS

7957 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: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.02%
  • Veröffentlicht 04.02.2026 16:08:19
  • Zuletzt bearbeitet 18.03.2026 12:47:17

In the Linux kernel, the following vulnerability has been resolved: migrate: correct lock ordering for hugetlb file folios Syzbot has found a deadlock (analyzed by Lance Yang): 1) Task (5749): Holds folio_lock, then tries to acquire i_mmap_rwsem(r...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:18
  • Zuletzt bearbeitet 18.03.2026 13:29:58

In the Linux kernel, the following vulnerability has been resolved: uacce: fix cdev handling in the cleanup path When cdev_device_add fails, it internally releases the cdev memory, and if cdev_device_del is then executed, it will cause a hang error...

  • 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.03%
  • Veröffentlicht 04.02.2026 16:08:16
  • Zuletzt bearbeitet 17.03.2026 21:09:13

In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbd: fix dma_unmap_sg() nents The dma_unmap_sg() functions should be called with the same nents as the dma_map_sg(), not the value the map function returned.

  • 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:11
  • Zuletzt bearbeitet 17.03.2026 21:09:54

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash on synthetic stacktrace field usage When creating a synthetic event based on an existing synthetic event that had a stacktrace field and the new synthetic event ...

  • 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...