CVE-2026-46050
- EPSS 0.1%
- Veröffentlicht 27.05.2026 12:57:06
- Zuletzt bearbeitet 16.06.2026 15:02:57
In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix deadlock with check operation and nowait requests When an array check is running it will raise the barrier at which point normal requests will become blocked and inc...
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-46048
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:57:04
- Zuletzt bearbeitet 16.06.2026 15:03:20
In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: fix usb_dev refcount leak on probe failure create_card() takes a reference on the USB device with usb_get_dev() and stores the matching usb_put_dev() in card_free(), w...
CVE-2026-46047
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:57:03
- Zuletzt bearbeitet 16.06.2026 15:03:32
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Fix use-after-free in driver remove() In the remove callback, if a packet arrives after destroy_workqueue() is called, but before sock_release(), the qrtr_ns_data_re...
CVE-2026-46046
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:57:02
- Zuletzt bearbeitet 16.06.2026 13:07:42
In the Linux kernel, the following vulnerability has been resolved: ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all() The commit c8e008b60492 ("ext4: ignore xattrs past end") introduced a refcount leak in when block_csum is false. ext4_...
CVE-2026-46045
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:57:00
- Zuletzt bearbeitet 16.06.2026 15:04:29
In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: skip reading rdevs that are not in_sync When reading bitmap pages from member disks, the code iterates through all rdevs and attempts to read from the first availab...
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-46042
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:56:56
- Zuletzt bearbeitet 16.06.2026 15:14:42
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix memory leaks in weighted_interleave_auto_store() weighted_interleave_auto_store() fetches old_wi_state inside the if (!input) block only. This causes two memory ...
CVE-2026-46041
- EPSS 0.14%
- Veröffentlicht 27.05.2026 12:56:54
- Zuletzt bearbeitet 16.06.2026 15:14:57
In the Linux kernel, the following vulnerability has been resolved: greybus: gb-beagleplay: fix sleep in atomic context in hdlc_tx_frames() hdlc_append() calls usleep_range() to wait for circular buffer space, but it is called with tx_producer_lock...