CVE-2026-43371
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:22
- Zuletzt bearbeitet 15.05.2026 15:17:45
In the Linux kernel, the following vulnerability has been resolved: net: macb: Shuffle the tx ring before enabling tx Quanyang observed that when using an NFS rootfs on an AMD ZynqMp board, the rootfs may take an extended time to recover after a su...
CVE-2026-43370
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:21
- Zuletzt bearbeitet 15.05.2026 15:18:18
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free race in VM acquire Replace non-atomic vm->process_info assignment with cmpxchg() to prevent race when parent/child processes sharing a drm_file both ...
CVE-2026-43369
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:21
- Zuletzt bearbeitet 15.05.2026 15:18:29
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix NULL pointer dereference in device cleanup When GPU initialization fails due to an unsupported HW block IP blocks may have a NULL version pointer. During cleanup in am...
CVE-2026-43368
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:20
- Zuletzt bearbeitet 15.05.2026 15:19:03
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential overflow of shmem scatterlist length When a scatterlists table of a GEM shmem object of size 4 GB or more is populated with pages allocated from a folio, un...
CVE-2026-43367
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:19
- Zuletzt bearbeitet 15.05.2026 15:42:18
In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix a few more NULL pointer dereference in device cleanup I found a few more paths that cleanup fails due to a NULL version pointer on unsupported hardware. Add NULL chec...
CVE-2026-43366
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:19
- Zuletzt bearbeitet 15.05.2026 16:15:37
In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: check if target buffer list is still legacy on recycle There's a gap between when the buffer was grabbed and when it potentially gets recycled, where if the list is ...
CVE-2026-43365
- EPSS 0.07%
- Veröffentlicht 08.05.2026 14:21:18
- Zuletzt bearbeitet 15.05.2026 16:15:14
In the Linux kernel, the following vulnerability has been resolved: xfs: fix undersized l_iclog_roundoff values If the superblock doesn't list a log stripe unit, we set the incore log roundoff value to 512. This leads to corrupt logs and unmountab...
CVE-2026-43364
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:17
- Zuletzt bearbeitet 15.05.2026 16:14:44
In the Linux kernel, the following vulnerability has been resolved: ublk: fix NULL pointer dereference in ublk_ctrl_set_size() ublk_ctrl_set_size() unconditionally dereferences ub->ub_disk via set_capacity_and_notify() without checking if it is NUL...
CVE-2026-43363
- EPSS 0.01%
- Veröffentlicht 08.05.2026 14:21:16
- Zuletzt bearbeitet 15.05.2026 16:14:25
In the Linux kernel, the following vulnerability has been resolved: x86/apic: Disable x2apic on resume if the kernel expects so When resuming from s2ram, firmware may re-enable x2apic mode, which may have been disabled by the kernel during boot eit...
CVE-2026-43362
- EPSS 0.02%
- Veröffentlicht 08.05.2026 14:21:16
- Zuletzt bearbeitet 15.05.2026 16:13:54
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix in-place encryption corruption in SMB2_write() SMB2_write() places write payload in iov[1..n] as part of rq_iov. smb3_init_transform_rq() pointer-shares rq_iov, so...