Canonical

Ubuntu Pro 14.04 LTS

5457 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.15%
  • Veröffentlicht 24.06.2026 16:30:46
  • Zuletzt bearbeitet 24.06.2026 17:17:25

In the Linux kernel, the following vulnerability has been resolved: perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handler Calling perf_allow_kernel() from the NMI context is unsafe and could be fatal. Capture the permission at ev...

  • EPSS 0.16%
  • Veröffentlicht 24.06.2026 16:30:45
  • Zuletzt bearbeitet 24.06.2026 17:17:25

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: pci: fix possible use-after-free caused by unfinished irq_prepare_bcn_tasklet The irq_prepare_bcn_tasklet is initialized in rtl_pci_init() and scheduled when RTL_IMR...

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

In the Linux kernel, the following vulnerability has been resolved: s390/bpf: Zero-extend bpf prog return values and kfunc arguments s390x ABI requires callers to zero-extend unsigned arguments and sign-extend signed arguments, and callees to zero-...

  • EPSS 0.18%
  • Veröffentlicht 24.06.2026 16:30:44
  • Zuletzt bearbeitet 24.06.2026 17:17:25

In the Linux kernel, the following vulnerability has been resolved: bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap The bpf_lwt_xmit_push_encap helper needs to access skb_dst(skb)->dev to calculate the needed headro...

  • EPSS 0.16%
  • Veröffentlicht 24.06.2026 16:30:43
  • Zuletzt bearbeitet 24.06.2026 17:17:25

In the Linux kernel, the following vulnerability has been resolved: powerpc/pgtable-frag: Fix bad page state in pte_frag_destroy powerpc uses pt_frag_refcount as a reference counter for tracking it's pte and pmd page table fragments. For PTE table,...

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

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: don't kill URBs in interrupt context Serialization for the TX path was enforced by calling usb_kill_urb()/usb_kill_anchored_urbs(), to prevent transmission before a...

  • EPSS 0.15%
  • Veröffentlicht 24.06.2026 16:30:42
  • Zuletzt bearbeitet 24.06.2026 17:17:25

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix unmap race with PMD migration entries The following race is possible with migration swap entries or device-private THP entries. e.g. when move_pages is called on a...

  • EPSS 0.15%
  • Veröffentlicht 24.06.2026 16:30:41
  • Zuletzt bearbeitet 24.06.2026 17:17:24

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not allow deleting local storage in NMI Currently, local storage may deadlock when deferring freeing selem or local storage through kfree_rcu(), call_rcu() or call_rcu_task...

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

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL vif dereference in mt7925_mac_write_txwi Check for a NULL `vif` before accessing `ieee80211_vif_is_mld(vif)` to avoid a potential kernel panic in s...

  • 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: mt7925: fix potential deadlock in mt7925_roc_abort_sync roc_abort_sync() can deadlock with roc_work(). roc_work() holds dev->mt76.mutex, while cancel_work_sync() waits ...