Canonical

Ubuntu 26.04 LTS

1029 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:56
  • Zuletzt bearbeitet 08.07.2026 03:39:12

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airoha_qdma_init_tx() If queue entry list allocation fails in airoha_qdma_init_tx_queue routine, airoha_qdma_cleanup_tx_queue() wil...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:55
  • Zuletzt bearbeitet 08.07.2026 03:52:48

In the Linux kernel, the following vulnerability has been resolved: net: mana: Guard mana_remove against double invocation If PM resume fails (e.g., mana_attach() returns an error), mana_probe() calls mana_remove(), which tears down the device and ...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:55
  • Zuletzt bearbeitet 08.07.2026 03:39:49

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue() If queue entry or DMA descriptor list allocation fails in airoha_qdma_init_rx_queue routine, airoha_qdm...

  • EPSS 0.13%
  • Veröffentlicht 26.06.2026 19:40:54
  • Zuletzt bearbeitet 08.07.2026 03:52:56

In the Linux kernel, the following vulnerability has been resolved: mailbox: mailbox-test: free channels on probe error On probe error, free the previously obtained channels. This not only prevents a leak, but also UAF scenarios because the client ...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:53
  • Zuletzt bearbeitet 08.07.2026 03:53:05

In the Linux kernel, the following vulnerability has been resolved: mailbox: add sanity check for channel array Fail gracefully if there is no channel array attached to the mailbox controller. Otherwise the later dereference will cause an OOPS whic...

  • EPSS 0.1%
  • Veröffentlicht 26.06.2026 19:40:52
  • Zuletzt bearbeitet 08.07.2026 03:53:12

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG There were multiple issues in that code. First of all the order between the reset semaphore and the mm_lock was wrong (e.g. copy_to_user) ...

  • EPSS 0.13%
  • Veröffentlicht 26.06.2026 19:40:52
  • Zuletzt bearbeitet 08.07.2026 03:53:18

In the Linux kernel, the following vulnerability has been resolved: mailbox: mailbox-test: don't free the reused channel The RX channel can be aliased to the TX channel if it has a different MMIO. This special case needs to be handled when freeing ...

  • EPSS 0.11%
  • Veröffentlicht 26.06.2026 19:40:51
  • Zuletzt bearbeitet 08.07.2026 03:53:29

In the Linux kernel, the following vulnerability has been resolved: net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind syzbot reported a kernel BUG triggered from pn_socket_sendmsg() via pn_socket_autobind(): kernel BUG at net/p...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:50
  • Zuletzt bearbeitet 08.07.2026 03:54:22

In the Linux kernel, the following vulnerability has been resolved: drm/xe/eustall: Fix drm_dev_put called before stream disable in close In xe_eu_stall_stream_close(), drm_dev_put() is called before the stream is disabled and its resources are fre...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:50
  • Zuletzt bearbeitet 08.07.2026 03:53:39

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/conexant: Fix missing error check for jack detection In cx_probe(), the return value of snd_hda_jack_detect_enable_callback() is ignored. This function returns a pointer,...