- 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...
CVE-2026-53110
- 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 ...
- 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). ...