CVE-2025-21692
- EPSS 0.02%
- Veröffentlicht 10.02.2025 16:15:38
- Zuletzt bearbeitet 12.05.2026 13:16:31
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix ets qdisc OOB Indexing Haowei Yan <g1042620637@gmail.com> found that ets_class_from_arg() can index an Out-Of-Bound class in ets_class_from_arg() when passed clid o...
CVE-2023-52924
- EPSS 0.01%
- Veröffentlicht 05.02.2025 10:15:21
- Zuletzt bearbeitet 15.10.2025 20:04:35
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: don't skip expired elements during walk There is an asymmetry between commit/abort and preparation phase if the following conditions are met: 1. set is a ver...
CVE-2025-21682
- EPSS 0.02%
- Veröffentlicht 31.01.2025 12:15:29
- Zuletzt bearbeitet 25.03.2026 11:16:09
In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: always recalculate features after XDP clearing, fix null-deref Recalculate features when XDP is detached. Before: # ip li set dev eth0 xdp obj xdp_dummy.bpf.o sec xdp...
CVE-2025-21683
- EPSS 0.02%
- Veröffentlicht 31.01.2025 12:15:29
- Zuletzt bearbeitet 12.05.2026 13:16:31
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpf_sk_select_reuseport() memory leak As pointed out in the original comment, lookup in sockmap can return a TCP ESTABLISHED socket. Such TCP socket may have had SO_ATTACH...
CVE-2025-21669
- EPSS 0.03%
- Veröffentlicht 31.01.2025 12:15:28
- Zuletzt bearbeitet 12.05.2026 13:16:31
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are no...
CVE-2025-21678
- EPSS 0.03%
- Veröffentlicht 31.01.2025 12:15:28
- Zuletzt bearbeitet 12.05.2026 13:16:31
In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtp_newlink() links the device to a list in dev_net(dev) instead of src_net, where a udp tunnel socket is created. Eve...
CVE-2024-57948
- EPSS 0.03%
- Veröffentlicht 31.01.2025 12:15:27
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: mac802154: check local interfaces before deleting sdata list syzkaller reported a corrupted list in ieee802154_if_remove. [1] Remove an IEEE 802.15.4 network interface after unreg...
CVE-2025-21666
- EPSS 0.03%
- Veröffentlicht 31.01.2025 12:15:27
- Zuletzt bearbeitet 12.05.2026 13:16:31
In the Linux kernel, the following vulnerability has been resolved: vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] Recent reports have shown how we sometimes call vsock_*_has_data() when a vsock socket has been de-assigned from a tran...
CVE-2024-57947
- EPSS 0.02%
- Veröffentlicht 23.01.2025 14:15:25
- Zuletzt bearbeitet 06.12.2025 22:15:49
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_set_pipapo: fix initial map fill The initial buffer has to be inited to all-ones, but it must restrict it to the size of the first field, not the total field size. A...
CVE-2025-21664
- EPSS 0.03%
- Veröffentlicht 21.01.2025 13:15:10
- Zuletzt bearbeitet 12.05.2026 13:16:30
In the Linux kernel, the following vulnerability has been resolved: dm thin: make get_first_thin use rcu-safe list first function The documentation in rculist.h explains the absence of list_empty_rcu() and cautions programmers against relying on a ...