- 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.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.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.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: ...
CVE-2026-53091
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:30:30
- Zuletzt bearbeitet 30.06.2026 03:20:55
In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at ri...
CVE-2026-53090
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:30:29
- Zuletzt bearbeitet 06.07.2026 13:17:04
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ld_{abs,ind} failure path analysis in subprogs Usage of ld_{abs,ind} instructions got extended into subprogs some time ago via commit 09b28d76eac4 ("bpf: Add abnormal retu...
- EPSS 0.15%
- Veröffentlicht 24.06.2026 16:30:28
- Zuletzt bearbeitet 24.06.2026 17:17:23
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in offloaded map/prog info fill When querying info for an offloaded BPF map or program, bpf_map_offload_info_fill_ns() and bpf_prog_offload_info_fill_ns() o...
CVE-2026-53088
- EPSS 0.4%
- Veröffentlicht 24.06.2026 16:30:27
- Zuletzt bearbeitet 28.06.2026 08:16:33
In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix off-by-one in bcmgenet_put_txcb The write_ptr points to the next open tx_cb. We want to return the tx_cb that gets rewinded, so we must rewind the pointer first ...
CVE-2026-53086
- EPSS 0.39%
- Veröffentlicht 24.06.2026 16:30:26
- Zuletzt bearbeitet 28.06.2026 08:16:33
In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix racing timeout handler The bcmgenet_timeout handler tries to take down all tx queues when a single queue times out. This is over zealous and causes many race con...
- EPSS 0.16%
- Veröffentlicht 24.06.2026 16:30:23
- Zuletzt bearbeitet 24.06.2026 17:17:22
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix RCU stall in bpf_fd_array_map_clear() Add a missing cond_resched() in bpf_fd_array_map_clear() loop. For PROG_ARRAY maps with many entries this loop calls prog_array_map_...