CVE-2026-46083
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:23
- Zuletzt bearbeitet 24.06.2026 17:20:06
In the Linux kernel, the following vulnerability has been resolved: spi: fix resource leaks on device setup failure Make sure to call controller cleanup() if spi_setup() fails while registering a device to avoid leaking any resources allocated by s...
CVE-2026-46082
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:21
- Zuletzt bearbeitet 24.06.2026 17:20:12
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0 INVLPGA should cause a #UD when EFER.SVME is not set. Add a check to properly inject #UD when EFER.SVME=0. [sean: tag for stable@]
CVE-2026-46081
- EPSS 0.17%
- Veröffentlicht 27.05.2026 12:58:19
- Zuletzt bearbeitet 24.06.2026 17:20:20
In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acomp_save_req() acomp_save_req() stores &req->chain in req->base.data. When acomp_reqchain_done() is invoked on asynchronous completion...
CVE-2026-46080
- EPSS 0.12%
- Veröffentlicht 27.05.2026 12:58:17
- Zuletzt bearbeitet 24.06.2026 17:20:25
In the Linux kernel, the following vulnerability has been resolved: ocfs2: split transactions in dio completion to avoid credit exhaustion During ocfs2 dio operations, JBD2 may report warnings via following call trace: ocfs2_dio_end_io_write ocfs2...
CVE-2026-46079
- EPSS 0.14%
- Veröffentlicht 27.05.2026 12:58:13
- Zuletzt bearbeitet 24.06.2026 17:20:28
In the Linux kernel, the following vulnerability has been resolved: rbd: fix null-ptr-deref when device_add_disk() fails do_rbd_add() publishes the device with device_add() before calling device_add_disk(). If device_add_disk() fails after device_a...
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...