- 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...
CVE-2026-53085
- EPSS 0.11%
- Veröffentlicht 24.06.2026 16:30:25
- Zuletzt bearbeitet 06.07.2026 13:17:04
In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded task_vma iterator The open-coded task_vma iterator reads task->mm locklessly and acquires mmap_read_trylock() but never calls mmget(). If the ta...
- EPSS 0.16%
- Veröffentlicht 24.06.2026 16:30:24
- Zuletzt bearbeitet 24.06.2026 17:17:22
In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from task_vma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmap_...
- 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_...
- EPSS 0.16%
- Veröffentlicht 24.06.2026 16:30:22
- Zuletzt bearbeitet 24.06.2026 17:17:22
In the Linux kernel, the following vulnerability has been resolved: net: hamradio: 6pack: fix uninit-value in sixpack_receive_buf sixpack_receive_buf() does not properly skip bytes with TTY error flags. The while loop iterates through the flags buf...
CVE-2026-53081
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:30:21
- Zuletzt bearbeitet 06.07.2026 13:17:04
In the Linux kernel, the following vulnerability has been resolved: bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars When regsafe() compares two scalar registers that both carry BPF_ADD_CONST, check_scalar_ids() maps their full co...
- EPSS 0.17%
- Veröffentlicht 24.06.2026 16:30:21
- Zuletzt bearbeitet 24.06.2026 17:17:22
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_fw: fix NULL dereference of "old" filters before change() Like pointed out by Sashiko [1], since commit ed76f5edccc9 ("net: sched: protect filter_chain list with fil...
CVE-2026-53078
- EPSS 0.11%
- Veröffentlicht 24.06.2026 16:30:18
- Zuletzt bearbeitet 28.06.2026 08:16:33
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops When a BPF sock_ops program accesses ctx fields with dst_reg == src_reg, the SOCK_OPS_GET_SK() and SOCK_OPS_GET...