CVE-2026-46094
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:58:45
- Zuletzt bearbeitet 25.06.2026 21:16:11
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access The bounds check for the next xattr entry in check_xattrs() uses (void *)next >= end, which allows next to ...
CVE-2026-46093
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:58:43
- Zuletzt bearbeitet 25.06.2026 21:16:04
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: take vmap_purge_lock in shrinker decay_va_pool_node() can be invoked concurrently from two paths: __purge_vmap_area_lazy() when pools are being purged, and the shrinker...
CVE-2026-46092
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:37
- Zuletzt bearbeitet 25.06.2026 21:15:55
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: check for PCI upstream bridge existence pci_upstream_bridge() returns NULL if the device is on a root bus. If 8821CE is installed in the system with such a PCI topolo...
CVE-2026-46091
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:35
- Zuletzt bearbeitet 25.06.2026 21:15:45
In the Linux kernel, the following vulnerability has been resolved: media: rc: igorplugusb: heed coherency rules In a control request, the USB request structure can be subject to DMA on some HCs. Hence it must obey the rules for DMA coherency. Allo...
CVE-2026-46090
- EPSS 0.1%
- Veröffentlicht 27.05.2026 12:58:34
- Zuletzt bearbeitet 07.07.2026 12:16:52
In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix peer runtime UAF during format-change stop loopback_check_format() may stop the capture side when playback starts with parameters that no longer match a running ca...
CVE-2026-46089
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:32
- Zuletzt bearbeitet 25.06.2026 21:15:15
In the Linux kernel, the following vulnerability has been resolved: zram: do not forget to endio for partial discard requests As reported by Qu Wenruo and Avinesh Kumar, the following getconf PAGESIZE 65536 blkdiscard -p 4k /dev/zram0 takes li...
CVE-2026-46088
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:31
- Zuletzt bearbeitet 25.06.2026 21:15:11
In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_names() snd_ctl_elem_init_enum_names() advances pointer p through the names buffer while decrementing buf...
CVE-2026-46087
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:30
- Zuletzt bearbeitet 25.06.2026 21:09:24
In the Linux kernel, the following vulnerability has been resolved: mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start() Destroy the DAMON context and reset the global pointer when damon_start() fails. Otherwise, the conte...
CVE-2026-46086
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:28
- Zuletzt bearbeitet 24.06.2026 17:08:46
In the Linux kernel, the following vulnerability has been resolved: net: bridge: use a stable FDB dst snapshot in RCU readers Local FDB entries can be rewritten in place by `fdb_delete_local()`, which updates `f->dst` to another port or to `NULL` w...
CVE-2026-46084
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:58:25
- Zuletzt bearbeitet 24.06.2026 17:12:13
In the Linux kernel, the following vulnerability has been resolved: RDMA/mana_ib: Disable RX steering on RSS QP destroy When an RSS QP is destroyed (e.g. DPDK exit), mana_ib_destroy_qp_rss() destroys the RX WQ objects but does not disable vPort RX ...