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.17%
  • Veröffentlicht 24.06.2026 16:30:39
  • Zuletzt bearbeitet 24.06.2026 17:17:24

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: Fix memory leak destroying device All MT76 rx queues have an associated page_pool even if the queue is not associated to a NAPI (e.g. WED RRO queues with WED enabled). ...

  • EPSS 0.16%
  • Veröffentlicht 24.06.2026 16:30:38
  • Zuletzt bearbeitet 24.06.2026 17:17:24

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req() mt76_connac_mcu_alloc_sta_req() allocates an skb which is expected to be freed eventually by mt76_mcu_skb_send_msg...

  • EPSS 0.17%
  • Veröffentlicht 24.06.2026 16:30:37
  • Zuletzt bearbeitet 24.06.2026 17:17:24

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix deadlock in remain-on-channel mt76_remain_on_channel() and mt76_roc_complete() call mt76_set_channel() while already holding dev->mutex. Since mt76_set_channel() al...

  • EPSS 0.17%
  • Veröffentlicht 24.06.2026 16:30:37
  • Zuletzt bearbeitet 04.07.2026 12:16:58

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix potential deadlock in mt7921_roc_abort_sync roc_abort_sync() can deadlock with roc_work(). roc_work() holds dev->mt76.mutex, while cancel_work_sync() waits ...

  • EPSS 0.16%
  • Veröffentlicht 24.06.2026 16:30:36
  • Zuletzt bearbeitet 24.06.2026 17:17:24

In the Linux kernel, the following vulnerability has been resolved: bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI This was renamed in commit 23ef9d439769 ("kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI") as it is now a compiler-agnostic option. Using th...

  • EPSS 0.17%
  • Veröffentlicht 24.06.2026 16:30:35
  • Zuletzt bearbeitet 24.06.2026 17:17:23

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix use-after-free bugs in mt7996_mac_dump_work() When the mt7996 pci chip is detaching, the mt7996_crash_data is released in mt7996_coredump_unregister(). Howe...

  • EPSS 0.17%
  • Veröffentlicht 24.06.2026 16:30:35
  • Zuletzt bearbeitet 24.06.2026 17:17:24

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix use-after-free bugs in mt7915_mac_dump_work() When the mt7915 pci chip is detaching, the mt7915_crash_data is released in mt7915_coredump_unregister(). Howe...

  • EPSS 0.13%
  • Veröffentlicht 24.06.2026 16:30:34
  • Zuletzt bearbeitet 28.06.2026 08:16:34

In the Linux kernel, the following vulnerability has been resolved: bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB path The DEVMAP_HASH branch in dev_map_redirect_multi() uses hlist_for_each_entry_safe() to iterate hash buckets, but th...

  • EPSS 0.17%
  • Veröffentlicht 24.06.2026 16:30:33
  • Zuletzt bearbeitet 24.06.2026 17:17:23

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix abuse of kprobe_write_ctx via freplace uprobe programs are allowed to modify struct pt_regs. Since the actual program type of uprobe is KPROBE, it can be abused to modify...

  • EPSS 0.18%
  • Veröffentlicht 24.06.2026 16:30:32
  • Zuletzt bearbeitet 24.06.2026 17:17:23

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix error pointer dereference The function brcmf_chip_add_core() can return an error pointer and is not checked. Add checks for error pointer. Detected by Smatch: ...