CVE-2026-46098
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:59:02
- Zuletzt bearbeitet 25.06.2026 21:17:48
In the Linux kernel, the following vulnerability has been resolved: net: caif: clear client service pointer on teardown `caif_connect()` can tear down an existing client after remote shutdown by calling `caif_disconnect_client()` followed by `caif_...
CVE-2026-46097
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:59
- Zuletzt bearbeitet 25.06.2026 21:17:34
In the Linux kernel, the following vulnerability has been resolved: Input: edt-ft5x06 - fix use-after-free in debugfs teardown The commit 68743c500c6e ("Input: edt-ft5x06 - use per-client debugfs directory") removed the manual debugfs teardown, rel...
CVE-2026-46096
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:56
- Zuletzt bearbeitet 25.06.2026 21:17:06
In the Linux kernel, the following vulnerability has been resolved: tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public() tpm2_read_public() calls tpm_buf_init() but fails to call tpm_buf_destroy() on two exit paths, leaking a page all...
CVE-2026-46095
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:48
- Zuletzt bearbeitet 25.06.2026 21:17:03
In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: raise barrier before state machine transition Move the barrier raise operation before calling llbitmap_state_machine() in both llbitmap_start_write() and llbitmap_s...
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 16.07.2026 12:17:59
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 15.07.2026 02:22:09
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...