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-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-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-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-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-46080
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:17
- Zuletzt bearbeitet 24.06.2026 17:20:25
In the Linux kernel, the following vulnerability has been resolved: ocfs2: split transactions in dio completion to avoid credit exhaustion During ocfs2 dio operations, JBD2 may report warnings via following call trace: ocfs2_dio_end_io_write ocfs2...
CVE-2026-46077
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:10
- Zuletzt bearbeitet 24.06.2026 17:20:35
In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-tdes - fix DMA sync direction Before DMA output is consumed by the CPU, ->dma_addr_out must be synced with dma_sync_single_for_cpu() instead of dma_sync_single_for_de...
CVE-2026-46070
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:57:54
- Zuletzt bearbeitet 24.06.2026 17:00:16
In the Linux kernel, the following vulnerability has been resolved: md/raid5: validate payload size before accessing journal metadata r5c_recovery_analyze_meta_block() and r5l_recovery_verify_data_checksum_for_mb() iterate over payloads in a journa...
CVE-2026-46069
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:57:50
- Zuletzt bearbeitet 24.06.2026 17:03:45
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup() The mwifiex_adapter_cleanup() function uses timer_delete() (non-synchronous) for the wakeup_timer before the adapter ...