CVE-2026-31562
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:43
- Zuletzt bearbeitet 27.04.2026 20:30:35
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register The call to mipi_dsi_host_register triggers a callback to mtk_dsi_bind, which uses dev_get_drvdata to re...
CVE-2026-31560
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:42
- Zuletzt bearbeitet 01.06.2026 17:16:48
In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. In this case, the system will crash. In this case,...
CVE-2026-31558
- EPSS 0.13%
- Veröffentlicht 24.04.2026 14:35:41
- Zuletzt bearbeitet 27.04.2026 20:13:55
In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robust kvm_get_vcpu_by_cpuid() takes a cpuid parameter whose type is int, so cpuid can be negative. Let kvm_get_vcpu_by_cpuid() re...
CVE-2026-31559
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:41
- Zuletzt bearbeitet 27.04.2026 20:13:21
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix missing NULL checks for kstrdup() 1. Replace "of_find_node_by_path("/")" with "of_root" to avoid multiple calls to "of_node_put()". 2. Fix a potential kernel oops d...
CVE-2026-31557
- EPSS 0.44%
- Veröffentlicht 24.04.2026 14:35:40
- Zuletzt bearbeitet 27.04.2026 20:14:08
In the Linux kernel, the following vulnerability has been resolved: nvmet: move async event work off nvmet-wq For target nvmet_ctrl_free() flushes ctrl->async_event_work. If nvmet_ctrl_free() runs on nvmet-wq, the flush re-enters workqueue completi...
CVE-2026-31555
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:39
- Zuletzt bearbeitet 27.04.2026 20:14:27
In the Linux kernel, the following vulnerability has been resolved: futex: Clear stale exiting pointer in futex_lock_pi() retry path Fuzzying/stressing futexes triggered: WARNING: kernel/futex/core.c:825 at wait_for_owner_exiting+0x7a/0x80, CP...
CVE-2026-31556
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:39
- Zuletzt bearbeitet 27.04.2026 20:14:18
In the Linux kernel, the following vulnerability has been resolved: xfs: scrub: unlock dquot before early return in quota scrub xchk_quota_item can return early after calling xchk_fblock_process_error. When that helper returns false, the function r...
CVE-2026-31554
- EPSS 0.16%
- Veröffentlicht 24.04.2026 14:35:38
- Zuletzt bearbeitet 27.04.2026 20:14:55
In the Linux kernel, the following vulnerability has been resolved: futex: Require sys_futex_requeue() to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sys_futex_requeue() is used with different flag...
CVE-2026-31553
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:37
- Zuletzt bearbeitet 27.04.2026 20:15:03
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix the descriptor address in __kvm_at_swap_desc() Using "(u64 __user *)hva + offset" to get the virtual addresses of S1/S2 descriptors looks really wrong, if offset is...
CVE-2026-31552
- EPSS 0.5%
- Veröffentlicht 24.04.2026 14:33:19
- Zuletzt bearbeitet 27.04.2026 20:15:16
In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroom Since upstream commit e75665dd0968 ("wifi: wlcore: ensure skb headroom before skb_push"), wl1271_tx_...