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_...
- 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...
- 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...
CVE-2026-53077
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:30:17
- Zuletzt bearbeitet 28.06.2026 08:16:32
In the Linux kernel, the following vulnerability has been resolved: net/rds: Restrict use of RDS/IB to the initial network namespace Prevent using RDS/IB in network namespaces other than the initial one. The existing RDS/IB code will not work prope...
CVE-2026-53076
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:30:17
- Zuletzt bearbeitet 28.06.2026 08:16:32
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix OOB in pcpu_init_value An out-of-bounds read occurs when copying element from a BPF_MAP_TYPE_CGROUP_STORAGE map to another pcpu map with the same value_size that is not ro...
CVE-2026-53075
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:30:16
- Zuletzt bearbeitet 28.06.2026 08:16:32
In the Linux kernel, the following vulnerability has been resolved: ppp: require CAP_NET_ADMIN in target netns for unattached ioctls /dev/ppp open is currently authorized against file->f_cred->user_ns, while unattached administrative ioctls operate...
- EPSS 0.16%
- Veröffentlicht 24.06.2026 16:30:15
- Zuletzt bearbeitet 24.06.2026 17:17:21
In the Linux kernel, the following vulnerability has been resolved: bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb bpf_prog_test_run_skb() calls eth_type_trans() first and then uses skb->protocol to initialize sk family and address fie...