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 ...
CVE-2026-46049
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:57:05
- Zuletzt bearbeitet 16.06.2026 15:03:49
In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Add fallback to default RSR for S/PDIF spdif_passthru_playback_get_resources() uses atc->pll_rate as the RSR for the MSR calculation loop. However, pll_rate is only up...
CVE-2026-46044
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:56:59
- Zuletzt bearbeitet 16.06.2026 15:04:45
In the Linux kernel, the following vulnerability has been resolved: ipmi:ssif: Clean up kthread on errors If an error occurs after the ssif kthread is created, but before the main IPMI code starts the ssif interface, the ssif kthread will not be st...
CVE-2026-46043
- EPSS 0.51%
- Veröffentlicht 27.05.2026 12:56:57
- Zuletzt bearbeitet 16.06.2026 15:13:56
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv rxe_rcv() currently checks only that the incoming packet is at least header_size(pkt) bytes long before payload_siz...
CVE-2026-46040
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:56:52
- Zuletzt bearbeitet 16.06.2026 15:15:48
In the Linux kernel, the following vulnerability has been resolved: inotify: fix watch count leak when fsnotify_add_inode_mark_locked() fails When fsnotify_add_inode_mark_locked() fails in inotify_new_watch(), the error path calls inotify_remove_fr...
CVE-2026-46033
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:56:42
- Zuletzt bearbeitet 30.06.2026 03:20:07
In the Linux kernel, the following vulnerability has been resolved: crypto: authencesn - reject short ahash digests during instance creation authencesn requires either a zero authsize or an authsize of at least 4 bytes because the ESN encrypt/decry...