CVE-2026-23321
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:15
- Zuletzt bearbeitet 23.04.2026 21:05:32
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: in-kernel: always mark signal+subflow endp as used Syzkaller managed to find a combination of actions that was generating this warning: msk->pm.local_addr_used == 0 ...
CVE-2026-23319
- EPSS 0.13%
- Veröffentlicht 25.03.2026 10:27:13
- Zuletzt bearbeitet 23.04.2026 21:05:38
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim The root cause of this bug is that when 'bpf_link_put' reduces the refcount of 'shim_link->link.link' to zero, the resource ...
CVE-2026-23318
- EPSS 0.13%
- Veröffentlicht 25.03.2026 10:27:12
- Zuletzt bearbeitet 23.04.2026 21:05:42
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Use correct version for UAC3 header validation The entry of the validators table for UAC3 AC header descriptor is defined with the wrong protocol version UAC_VERSI...
CVE-2026-23316
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:11
- Zuletzt bearbeitet 23.04.2026 21:07:02
In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed `struct sysctl_fib_multipath_hash_seed` contains two u32 fields (user_seed and mp_seed), making it an 8-byte structure w...
CVE-2026-23317
- EPSS 0.13%
- Veröffentlicht 25.03.2026 10:27:11
- Zuletzt bearbeitet 23.04.2026 21:09:29
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Return the correct value in vmw_translate_ptr functions Before the referenced fixes these functions used a lookup function that returned a pointer. This was changed to ...
CVE-2026-23315
- EPSS 0.13%
- Veröffentlicht 25.03.2026 10:27:10
- Zuletzt bearbeitet 23.04.2026 21:06:57
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211() Check frame length before accessing the mgmt fields in mt76_connac2_mac_write_txwi_80211 in order to avoi...
CVE-2026-23313
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:08
- Zuletzt bearbeitet 26.05.2026 15:01:30
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix preempt count leak in napi poll tracepoint Using get_cpu() in the tracepoint assignment causes an obvious preempt count leak because nothing invokes put_cpu() to undo it:...
CVE-2026-23312
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:07
- Zuletzt bearbeitet 26.05.2026 15:02:57
In the Linux kernel, the following vulnerability has been resolved: net: usb: kaweth: validate USB endpoints The kaweth driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it ...
CVE-2026-23311
- EPSS 0.09%
- Veröffentlicht 25.03.2026 10:27:06
- Zuletzt bearbeitet 26.05.2026 15:04:15
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix invalid wait context in ctx_sched_in() Lockdep found a bug in the event scheduling when a pinned event was failed and wakes up the threads in the ring buffer like be...
CVE-2026-23310
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:05
- Zuletzt bearbeitet 28.05.2026 14:20:22
In the Linux kernel, the following vulnerability has been resolved: bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loaded bond_option_mode_set() already rejects mode changes that would make a loaded XDP program incompatible via...