Canonical

Ubuntu 26.04 LTS

1872 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.11%
  • Veröffentlicht 24.06.2026 16:30:38
  • Zuletzt bearbeitet 21.07.2026 18:20:28

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.09%
  • Veröffentlicht 24.06.2026 16:30:37
  • Zuletzt bearbeitet 21.07.2026 18:21:01

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.1%
  • Veröffentlicht 24.06.2026 16:30:37
  • Zuletzt bearbeitet 21.07.2026 18:20:43

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.11%
  • Veröffentlicht 24.06.2026 16:30:36
  • Zuletzt bearbeitet 21.07.2026 18:21:22

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.13%
  • Veröffentlicht 24.06.2026 16:30:35
  • Zuletzt bearbeitet 21.07.2026 18:21:38

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.13%
  • Veröffentlicht 24.06.2026 16:30:35
  • Zuletzt bearbeitet 21.07.2026 18:21:29

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 21.07.2026 18:21:51

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.12%
  • Veröffentlicht 24.06.2026 16:30:33
  • Zuletzt bearbeitet 21.07.2026 18:21:59

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.12%
  • Veröffentlicht 24.06.2026 16:30:32
  • Zuletzt bearbeitet 23.07.2026 18:34:06

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

  • EPSS 0.13%
  • Veröffentlicht 24.06.2026 16:30:32
  • Zuletzt bearbeitet 21.07.2026 18:22:07

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stale offload->prog pointer after constant blinding When a dev-bound-only BPF program (BPF_F_XDP_DEV_BOUND_ONLY) undergoes JIT compilation with constant blinding enabled (...