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-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...
CVE-2026-23424
- EPSS 0.02%
- Veröffentlicht 03.04.2026 13:24:32
- Zuletzt bearbeitet 27.04.2026 14:16:31
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Validate command buffer payload count The count field in the command header is used to determine the valid payload size. Verify that the valid payload does not excee...
CVE-2026-23423
- EPSS 0.02%
- Veröffentlicht 03.04.2026 13:24:31
- Zuletzt bearbeitet 23.04.2026 21:04:24
In the Linux kernel, the following vulnerability has been resolved: btrfs: free pages on error in btrfs_uring_read_extent() In this function the 'pages' object is never freed in the hopes that it is picked up by btrfs_uring_read_finished() whenever...
CVE-2026-23420
- EPSS 0.01%
- Veröffentlicht 03.04.2026 13:24:29
- Zuletzt bearbeitet 24.04.2026 15:21:23
In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl->mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer.
CVE-2026-23419
- EPSS 0.03%
- Veröffentlicht 03.04.2026 13:24:23
- Zuletzt bearbeitet 27.04.2026 14:16:31
In the Linux kernel, the following vulnerability has been resolved: net/rds: Fix circular locking dependency in rds_tcp_tune syzbot reported a circular locking dependency in rds_tcp_tune() where sk_net_refcnt_upgrade() is called while holding the s...
CVE-2026-23418
- EPSS 0.02%
- Veröffentlicht 03.04.2026 13:24:22
- Zuletzt bearbeitet 24.04.2026 15:21:40
In the Linux kernel, the following vulnerability has been resolved: drm/xe/reg_sr: Fix leak on xa_store failure Free the newly allocated entry when xa_store() fails to avoid a memory leak on the error path. v2: use goto fail_free. (Bala) (cherry ...