CVE-2026-23434
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:19
- Zuletzt bearbeitet 27.04.2026 14:16:32
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: serialize lock/unlock against other NAND operations nand_lock() and nand_unlock() call into chip->ops.lock_area/unlock_area without holding the NAND device lock. On c...
CVE-2026-23432
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:18
- Zuletzt bearbeitet 27.04.2026 14:16:32
In the Linux kernel, the following vulnerability has been resolved: mshv: Fix use-after-free in mshv_map_user_memory error path In the error path of mshv_map_user_memory(), calling vfree() directly on the region leaves the MMU notifier registered. ...
CVE-2026-23433
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:18
- Zuletzt bearbeitet 23.04.2026 20:59:54
In the Linux kernel, the following vulnerability has been resolved: arm_mpam: Fix null pointer dereference when restoring bandwidth counters When an MSC supporting memory bandwidth monitoring is brought offline and then online, mpam_restore_mbwu_st...
CVE-2026-23431
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:17
- Zuletzt bearbeitet 23.04.2026 21:00:59
In the Linux kernel, the following vulnerability has been resolved: spi: amlogic-spisg: Fix memory leak in aml_spisg_probe() In aml_spisg_probe(), ctlr is allocated by spi_alloc_target()/spi_alloc_host(), but fails to call spi_controller_put() in s...
CVE-2026-23430
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:16
- Zuletzt bearbeitet 23.04.2026 21:03:36
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Don't overwrite KMS surface dirty tracker We were overwriting the surface's dirty tracker here causing a memory leak.
CVE-2026-23429
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:15
- Zuletzt bearbeitet 27.04.2026 14:16:32
In the Linux kernel, the following vulnerability has been resolved: iommu/sva: Fix crash in iommu_sva_unbind_device() domain->mm->iommu_mm can be freed by iommu_domain_free(): iommu_domain_free() mmdrop() __mmdrop() mm_pasid_dro...
CVE-2026-23427
- EPSS 0.04%
- Veröffentlicht 03.04.2026 15:15:14
- Zuletzt bearbeitet 27.04.2026 14:16:32
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in durable v2 replay of active file handles parse_durable_handle_context() unconditionally assigns dh_info->fp->conn to the current connection when handli...
CVE-2026-23428
- EPSS 0.03%
- Veröffentlicht 03.04.2026 15:15:14
- Zuletzt bearbeitet 27.04.2026 14:16:32
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of share_conf in compound request smb2_get_ksmbd_tcon() reuses work->tcon in compound requests without validating tcon->t_state. ksmbd_tree_conn_lookup() ...
CVE-2026-23426
- EPSS 0.02%
- Veröffentlicht 03.04.2026 13:24:34
- Zuletzt bearbeitet 23.04.2026 21:04:06
In the Linux kernel, the following vulnerability has been resolved: drm/logicvc: Fix device node reference leak in logicvc_drm_config_parse() The logicvc_drm_config_parse() function calls of_get_child_by_name() to find the "layers" node but fails t...
CVE-2026-23425
- EPSS 0.02%
- Veröffentlicht 03.04.2026 13:24:33
- Zuletzt bearbeitet 27.04.2026 14:16:31
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix ID register initialization for non-protected pKVM guests In protected mode, the hypervisor maintains a separate instance of the `kvm` structure for each VM. For non...