CVE-2026-31692
- EPSS 0.01%
- Veröffentlicht 30.04.2026 11:16:20
- Zuletzt bearbeitet 06.05.2026 20:05:55
In the Linux kernel, the following vulnerability has been resolved: rtnetlink: add missing netlink_ns_capable() check for peer netns rtnl_newlink() lacks a CAP_NET_ADMIN capability check on the peer network namespace when creating paired devices (v...
CVE-2026-31786
- EPSS 0.01%
- Veröffentlicht 30.04.2026 11:16:20
- Zuletzt bearbeitet 06.05.2026 19:44:30
In the Linux kernel, the following vulnerability has been resolved: Buffer overflow in drivers/xen/sys-hypervisor.c The build id returned by HYPERVISOR_xen_version(XENVER_build_id) is neither NUL terminated nor a string. The first causes a buffer ...
CVE-2026-31689
- EPSS 0.01%
- Veröffentlicht 27.04.2026 17:34:27
- Zuletzt bearbeitet 06.05.2026 18:33:39
In the Linux kernel, the following vulnerability has been resolved: EDAC/mc: Fix error path ordering in edac_mc_alloc() When the mci->pvt_info allocation in edac_mc_alloc() fails, the error path will call put_device() which will end up calling the ...
CVE-2026-31687
- EPSS 0.01%
- Veröffentlicht 27.04.2026 17:32:37
- Zuletzt bearbeitet 06.05.2026 19:05:57
In the Linux kernel, the following vulnerability has been resolved: gpio: omap: do not register driver in probe() Commit 11a78b794496 ("ARM: OMAP: MPUIO wake updates") registers the omap_mpuio_driver from omap_mpuio_init(), which is called from oma...
CVE-2026-31688
- EPSS 0.02%
- Veröffentlicht 27.04.2026 17:32:37
- Zuletzt bearbeitet 06.05.2026 18:36:57
In the Linux kernel, the following vulnerability has been resolved: driver core: enforce device_lock for driver_match_device() Currently, driver_match_device() is called from three sites. One site (__device_attach_driver) holds device_lock(dev), bu...
CVE-2026-31686
- EPSS 0.01%
- Veröffentlicht 27.04.2026 17:30:53
- Zuletzt bearbeitet 06.05.2026 21:04:14
In the Linux kernel, the following vulnerability has been resolved: mm/kasan: fix double free for kasan pXds kasan_free_pxd() assumes the page table is always struct page aligned. But that's not always the case for all architectures. E.g. In cas...
CVE-2026-31685
- EPSS 0.06%
- Veröffentlicht 25.04.2026 08:47:02
- Zuletzt bearbeitet 06.05.2026 21:08:10
In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6t_eui64: reject invalid MAC header for all packets `eui64_mt6()` derives a modified EUI-64 from the Ethernet source address and compares it with the low 64 bits of th...
CVE-2026-31684
- EPSS 0.01%
- Veröffentlicht 25.04.2026 08:47:01
- Zuletzt bearbeitet 06.05.2026 21:11:34
In the Linux kernel, the following vulnerability has been resolved: net: sched: act_csum: validate nested VLAN headers tcf_csum_act() walks nested VLAN headers directly from skb->data when an skb still carries in-payload VLAN tags. The current code...
CVE-2026-31683
- EPSS 0.01%
- Veröffentlicht 25.04.2026 08:47:00
- Zuletzt bearbeitet 06.05.2026 21:14:05
In the Linux kernel, the following vulnerability has been resolved: batman-adv: avoid OGM aggregation when skb tailroom is insufficient When OGM aggregation state is toggled at runtime, an existing forwarded packet may have been allocated with only...
CVE-2026-31682
- EPSS 0.09%
- Veröffentlicht 25.04.2026 08:46:59
- Zuletzt bearbeitet 06.05.2026 21:17:15
In the Linux kernel, the following vulnerability has been resolved: bridge: br_nd_send: linearize skb before parsing ND options br_nd_send() parses neighbour discovery options from ns->opt[] and assumes that these options are in the linear part of ...