CVE-2026-46078
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:58:11
- Zuletzt bearbeitet 24.06.2026 17:20:32
In the Linux kernel, the following vulnerability has been resolved: erofs: fix the out-of-bounds nameoff handling for trailing dirents Currently we already have boundary-checks for nameoffs, but the trailing dirents are special since the namelens a...
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-46076
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:09
- Zuletzt bearbeitet 24.06.2026 16:58:28
In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1 Explicitly synthesize a #UD for VMMCALL if L2 is active, L1 does NOT want to intercept VMMCALL, nested_svm_l2_tlb_...
CVE-2026-46075
- EPSS 0.13%
- Veröffentlicht 27.05.2026 12:58:07
- Zuletzt bearbeitet 24.06.2026 16:59:08
In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path Unregister the hwrng to prevent new ->read() calls and flush the Atmel I2C workqueue before teardown to pre...
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 ...