CVE-2026-46074
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:04
- Zuletzt bearbeitet 24.06.2026 16:59:17
In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix memory leaks on probe failures Make sure to deregister the controller, disable pins, and kill and free the RX URB on probe failures to mirror disconnect and avoid m...
CVE-2026-46073
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:01
- Zuletzt bearbeitet 24.06.2026 16:59:26
In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt wait_for_completion_interruptible_timeout() returns -ERESTARTSYS when interrupted. This needs to abort the URB and re...
CVE-2026-46072
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:00
- Zuletzt bearbeitet 24.06.2026 16:59:39
In the Linux kernel, the following vulnerability has been resolved: ntfs3: add buffer boundary checks to run_unpack() run_unpack() checks `run_buf < run_last` at the top of the while loop but then reads size_size and offset_size bytes via run_unpac...
CVE-2026-46071
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:57:57
- Zuletzt bearbeitet 24.06.2026 16:59:55
In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12 svm_copy_lbrs() always marks VMCB_LBR dirty in the destination VMCB. However, nested_svm_vmexit() uses it to copy LBRs to vmcb12, and c...
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 ...
CVE-2026-46068
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:57:48
- Zuletzt bearbeitet 24.06.2026 17:03:51
In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx The bounce buffers are allocated with __get_free_pages() using BOUNCE_BUFFER_ORDER (order 2 = 4 pages), but bo...
CVE-2026-46067
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:57:45
- Zuletzt bearbeitet 24.06.2026 17:04:01
In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate damos_quota_goal->nid for node_memcg_{used,free}_bp Users can set damos_quota_goal->nid with arbitrary value for node_memcg_{used,free}_bp. But DAMON core ...
CVE-2026-46066
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:57:41
- Zuletzt bearbeitet 24.06.2026 17:04:07
In the Linux kernel, the following vulnerability has been resolved: ceph: fix num_ops off-by-one when crypto allocation fails move_dirty_folio_in_page_array() may fail if the file is encrypted, the dirty folio is not the first in the batch, and it ...
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...