CVE-2026-31575
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:07
- Zuletzt bearbeitet 27.04.2026 23:15:42
In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix hugetlb fault mutex hash calculation In mfill_atomic_hugetlb(), linear_page_index() is used to calculate the page index for hugetlb_fault_mutex_hash(). However...
CVE-2026-31574
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:06
- Zuletzt bearbeitet 27.04.2026 20:34:21
In the Linux kernel, the following vulnerability has been resolved: clockevents: Add missing resets of the next_event_forced flag The prevention mechanism against timer interrupt starvation missed to reset the next_event_forced flag in a couple of ...
CVE-2026-31570
- EPSS 0.03%
- Veröffentlicht 24.04.2026 14:35:49
- Zuletzt bearbeitet 27.04.2026 20:33:16
In the Linux kernel, the following vulnerability has been resolved: can: gw: fix OOB heap access in cgw_csum_crc8_rel() cgw_csum_crc8_rel() correctly computes bounds-safe indices via calc_idx(): int from = calc_idx(crc8->from_idx, cf->len); ...
CVE-2026-31568
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:35:48
- Zuletzt bearbeitet 27.04.2026 20:32:54
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Add missing secure storage access fixups for donated memory There are special cases where secure storage access exceptions happen in a kernel context for pages that don't ...
CVE-2026-31565
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:35:46
- Zuletzt bearbeitet 27.04.2026 20:31:57
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix deadlock during netdev reset with active connections Resolve deadlock that occurs when user executes netdev reset while RDMA applications (e.g., rping) are active. ...
CVE-2026-31566
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:35:46
- Zuletzt bearbeitet 27.04.2026 20:32:14
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib amdgpu_amdkfd_submit_ib() submits a GPU job and gets a fence from amdgpu_ib_schedule(). This fence is used to wait ...
CVE-2026-31563
- EPSS 0.07%
- Veröffentlicht 24.04.2026 14:35:44
- Zuletzt bearbeitet 27.04.2026 20:31:02
In the Linux kernel, the following vulnerability has been resolved: net: macb: Use dev_consume_skb_any() to free TX SKBs The napi_consume_skb() function is not intended to be called in an IRQ disabled context. However, after commit 6bc8a5098bf4 ("n...
CVE-2026-31561
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:35:43
- Zuletzt bearbeitet 27.04.2026 20:30:14
In the Linux kernel, the following vulnerability has been resolved: x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits mask Commit in Fixes added the FRED CR4 bit to the CR4 pinned bits mask so that whenever something else modifies CR4, that bit...
CVE-2026-31562
- EPSS 0.01%
- 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.01%
- Veröffentlicht 24.04.2026 14:35:42
- Zuletzt bearbeitet 27.04.2026 20:30:03
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,...