CVE-2026-23212
- EPSS 0.01%
- Veröffentlicht 18.02.2026 14:16:28
- Zuletzt bearbeitet 18.03.2026 20:37:42
In the Linux kernel, the following vulnerability has been resolved: bonding: annotate data-races around slave->last_rx slave->last_rx and slave->target_last_arp_rx[...] can be read and written locklessly. Add READ_ONCE() and WRITE_ONCE() annotation...
CVE-2026-23209
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:31
- Zuletzt bearbeitet 03.04.2026 14:16:27
In the Linux kernel, the following vulnerability has been resolved: macvlan: fix error recovery in macvlan_common_newlink() valis provided a nice repro to crash the kernel: ip link add p1 type veth peer p2 ip link set address 00:00:00:00:00:20 dev...
CVE-2026-23208
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:30
- Zuletzt bearbeitet 18.03.2026 20:49:35
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Prevent excessive number of frames In this case, the user constructed the parameters with maxpacksize 40 for rate 22050 / pps 1000, and packsize[0] 22 packsize[1] ...
CVE-2026-23206
- EPSS 0.03%
- Veröffentlicht 14.02.2026 16:27:29
- Zuletzt bearbeitet 19.03.2026 16:34:27
In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc() with ethsw->sw_attr.num_ifs as t...
CVE-2026-23205
- EPSS 0.03%
- Veröffentlicht 14.02.2026 16:27:28
- Zuletzt bearbeitet 18.03.2026 17:10:59
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix memory leak in smb2_open_file() Reproducer: 1. server: directories are exported read-only 2. client: mount -t cifs //${server_ip}/export /mnt 3. client: dd i...
CVE-2026-23204
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:27
- Zuletzt bearbeitet 03.04.2026 14:16:27
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: use skb_header_pointer_careful() skb_header_pointer() does not fully validate negative @offset values. Use skb_header_pointer_careful() instead. GangMin Kim p...
CVE-2026-23202
- EPSS 0.03%
- Veröffentlicht 14.02.2026 16:27:26
- Zuletzt bearbeitet 19.03.2026 16:35:07
In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer The curr_xfer field is read by the IRQ handler without holding the lock to check if a transfer is in progress....
CVE-2026-23200
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:25
- Zuletzt bearbeitet 19.03.2026 16:41:38
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONF syzbot reported a kernel BUG in fib6_add_rt2node() when adding an IPv6 route. [0] Commit f72514b3c569 ("ipv6: clea...
CVE-2026-23201
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:25
- Zuletzt bearbeitet 19.03.2026 16:35:58
In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree() in parse_longname() This fixes a kernel oops when reading ceph snapshot directories (.snap), for example by simply running `ls /mn...
CVE-2026-23198
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:23
- Zuletzt bearbeitet 03.04.2026 14:16:27
In the Linux kernel, the following vulnerability has been resolved: KVM: Don't clobber irqfd routing type when deassigning irqfd When deassigning a KVM_IRQFD, don't clobber the irqfd's copy of the IRQ's routing entry as doing so breaks kvm_arch_irq...