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-46085
- EPSS 0.44%
- Veröffentlicht 27.05.2026 12:58:27
- Zuletzt bearbeitet 24.06.2026 17:12:04
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxkad crypto unalignment handling Fix handling of a packet with a misaligned crypto length. Also handle non-ENOMEM errors from decryption by aborting. Further, remove ...
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 ...
CVE-2026-46083
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:23
- Zuletzt bearbeitet 24.06.2026 17:20:06
In the Linux kernel, the following vulnerability has been resolved: spi: fix resource leaks on device setup failure Make sure to call controller cleanup() if spi_setup() fails while registering a device to avoid leaking any resources allocated by s...
CVE-2026-46082
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:21
- Zuletzt bearbeitet 24.06.2026 17:20:12
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0 INVLPGA should cause a #UD when EFER.SVME is not set. Add a check to properly inject #UD when EFER.SVME=0. [sean: tag for stable@]
CVE-2026-46081
- EPSS 0.17%
- Veröffentlicht 27.05.2026 12:58:19
- Zuletzt bearbeitet 24.06.2026 17:20:20
In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acomp_save_req() acomp_save_req() stores &req->chain in req->base.data. When acomp_reqchain_done() is invoked on asynchronous completion...