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-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-46065
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:57:32
- Zuletzt bearbeitet 24.06.2026 17:08:46
In the Linux kernel, the following vulnerability has been resolved: fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info Hold state of deferred I/O in struct fb_deferred_io_state. Allocate an instance as part of initializing de...
CVE-2026-46064
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:57:30
- Zuletzt bearbeitet 24.06.2026 17:08:55
In the Linux kernel, the following vulnerability has been resolved: ibmasm: fix heap over-read in ibmasm_send_i2o_message() The ibmasm_send_i2o_message() function uses get_dot_command_size() to compute the byte count for memcpy_toio(), but this val...
CVE-2026-46056
- EPSS 0.26%
- Veröffentlicht 27.05.2026 12:57:15
- Zuletzt bearbeitet 16.06.2026 15:01:59
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers hci_conn lookup and field access must be covered by hdev lock in hci_user_passkey_notify_evt() and hci_keypress_noti...
CVE-2026-46054
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:57:12
- Zuletzt bearbeitet 04.07.2026 12:16:56
In the Linux kernel, the following vulnerability has been resolved: selinux: fix overlayfs mmap() and mprotect() access checks The existing SELinux security model for overlayfs is to allow access if the current task is able to access the top level ...
CVE-2026-46052
- EPSS 0.5%
- Veröffentlicht 27.05.2026 12:57:10
- Zuletzt bearbeitet 16.06.2026 15:02:40
In the Linux kernel, the following vulnerability has been resolved: ceph: only d_add() negative dentries when they are unhashed Ceph can call d_add(dentry, NULL) on a negative dentry that is already present in the primary dcache hash. In the curre...
CVE-2026-46051
- EPSS 0.1%
- Veröffentlicht 27.05.2026 12:57:09
- Zuletzt bearbeitet 16.06.2026 15:02:51
In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix soft lockup in retry_aligned_read() When retry_aligned_read() encounters an overlapped stripe, it releases the stripe via raid5_release_stripe() which puts it on the ...