Canonical

Ubuntu Pro 18.04 LTS

5526 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 24.04.2026 14:42:08
  • Zuletzt bearbeitet 01.06.2026 17:16:48

In the Linux kernel, the following vulnerability has been resolved: media: hackrf: fix to not free memory after the device is registered in hackrf_probe() In hackrf driver, the following race condition occurs: ``` CPU0 CPU1 hackrf_probe() ...

  • EPSS 0.12%
  • Veröffentlicht 24.04.2026 14:35:42
  • Zuletzt bearbeitet 01.06.2026 17:16:48

In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. In this case, the system will crash. In this case,...

  • EPSS 0.44%
  • Veröffentlicht 24.04.2026 14:35:40
  • Zuletzt bearbeitet 27.04.2026 20:14:08

In the Linux kernel, the following vulnerability has been resolved: nvmet: move async event work off nvmet-wq For target nvmet_ctrl_free() flushes ctrl->async_event_work. If nvmet_ctrl_free() runs on nvmet-wq, the flush re-enters workqueue completi...

  • EPSS 0.12%
  • Veröffentlicht 24.04.2026 14:35:39
  • Zuletzt bearbeitet 27.04.2026 20:14:27

In the Linux kernel, the following vulnerability has been resolved: futex: Clear stale exiting pointer in futex_lock_pi() retry path Fuzzying/stressing futexes triggered: WARNING: kernel/futex/core.c:825 at wait_for_owner_exiting+0x7a/0x80, CP...

  • EPSS 0.12%
  • Veröffentlicht 24.04.2026 14:33:14
  • Zuletzt bearbeitet 28.04.2026 20:48:20

In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix NULL deref in bond_debug_rlb_hash_show rlb_clear_slave intentionally keeps RLB hash-table entries on the rx_hashtbl_used_head list with slave set to NULL when no ...

  • EPSS 0.12%
  • Veröffentlicht 24.04.2026 14:33:09
  • Zuletzt bearbeitet 28.04.2026 18:52:09

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Check set_default_submission() before deferencing When the i915 driver firmware binaries are not present, the set_default_submission pointer is not set. This pointer i...

  • EPSS 0.44%
  • Veröffentlicht 24.04.2026 14:30:24
  • Zuletzt bearbeitet 28.04.2026 19:10:25

In the Linux kernel, the following vulnerability has been resolved: smb: server: let send_done handle a completion without IB_SEND_SIGNALED With smbdirect_send_batch processing we likely have requests without IB_SEND_SIGNALED, which will be destroy...

  • EPSS 0.12%
  • Veröffentlicht 24.04.2026 14:30:24
  • Zuletzt bearbeitet 28.04.2026 19:09:04

In the Linux kernel, the following vulnerability has been resolved: smb: server: make use of smbdirect_socket.send_io.bcredits It turns out that our code will corrupt the stream of reassabled data transfer messages when we trigger an immendiate (em...

  • EPSS 0.12%
  • Veröffentlicht 23.04.2026 11:12:44
  • Zuletzt bearbeitet 01.06.2026 17:16:48

In the Linux kernel, the following vulnerability has been resolved: can: raw: fix ro->uniq use-after-free in raw_rcv() raw_release() unregisters raw CAN receive filters via can_rx_unregister(), but receiver deletion is deferred with call_rcu(). Thi...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:21:16

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: avoid memory leak in magicmouse_report_fixup() The magicmouse_report_fixup() function was returning a newly kmemdup()-allocated buffer, but never freeing it. The ...