CVE-2026-46193
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:46
- Zuletzt bearbeitet 10.06.2026 19:20:04
In the Linux kernel, the following vulnerability has been resolved: xfrm: ah: account for ESN high bits in async callbacks AH allocates its temporary auth/ICV layout differently when ESN is enabled: the async ahash setup appends a 4-byte seqhi slot...
CVE-2026-46192
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:36:45
- Zuletzt bearbeitet 11.06.2026 03:11:02
In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: don't attempt to transmit during emulated read-only dual/quad operations The core will deal with reads by creating clock cycles itself, there's no need to...
CVE-2026-46190
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:44
- Zuletzt bearbeitet 11.06.2026 03:10:46
In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show() Sashiko noticed an out-of-bounds read [1]. In spi_nor_params_show(), the snor_f_names array is passed to spi...
CVE-2026-46191
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:44
- Zuletzt bearbeitet 11.06.2026 03:10:53
In the Linux kernel, the following vulnerability has been resolved: fbcon: Avoid OOB font access if console rotation fails Clear the font buffer if the reallocation during console rotation fails in fbcon_rotate_font(). The putcs implementations for...
CVE-2026-46189
- EPSS 0.14%
- Veröffentlicht 28.05.2026 09:36:43
- Zuletzt bearbeitet 09.07.2026 13:17:21
In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so calling it b...
CVE-2026-46188
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:42
- Zuletzt bearbeitet 11.06.2026 03:06:59
In the Linux kernel, the following vulnerability has been resolved: octeon_ep_vf: add NULL check for napi_build_skb() napi_build_skb() can return NULL on allocation failure. In __octep_vf_oq_process_rx(), the result is used directly without a NULL ...
CVE-2026-46187
- EPSS 0.09%
- Veröffentlicht 28.05.2026 09:36:41
- Zuletzt bearbeitet 11.06.2026 03:06:52
In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: fix kthread lifetime race between self-exit and external-stop RSI driver use both self-exit(kthread_complete_and_exit) and external-stop (kthread_stop) when killing a kt...
CVE-2026-46186
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:36:40
- Zuletzt bearbeitet 11.06.2026 03:06:40
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtio_bt: validate rx pkt_type header length virtbt_rx_handle() reads the leading pkt_type byte from the RX skb and forwards the remainder to hci_recv_frame() for every...
CVE-2026-46185
- EPSS 0.51%
- Veröffentlicht 28.05.2026 09:36:39
- Zuletzt bearbeitet 11.06.2026 03:02:31
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in symlink_data() Since smb2_check_message() returns success without length validation for the symlink error response, in symlink_data() it is po...
CVE-2026-46184
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:36:38
- Zuletzt bearbeitet 11.06.2026 03:01:42
In the Linux kernel, the following vulnerability has been resolved: sound: ua101: fix division by zero at probe Add a missing sanity check for bNrChannels in detect_usb_format() to prevent a division by zero in playback_urb_complete() and capture_u...