CVE-2026-43376
- EPSS 0.44%
- Veröffentlicht 08.05.2026 14:21:25
- Zuletzt bearbeitet 15.05.2026 15:15:48
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free by using call_rcu() for oplock_info ksmbd currently frees oplock_info immediately using kfree(), even though it is accessed under RCU read-side critical s...
CVE-2026-43374
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:21:24
- Zuletzt bearbeitet 15.05.2026 15:16:31
In the Linux kernel, the following vulnerability has been resolved: net: nexthop: fix percpu use-after-free in remove_nh_grp_entry When removing a nexthop from a group, remove_nh_grp_entry() publishes the new group via rcu_assign_pointer() then imm...
CVE-2026-43372
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:21:23
- Zuletzt bearbeitet 15.05.2026 15:17:06
In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Fix error path in PTP IRQ setup If request_threaded_irq() fails during the PTP message IRQ setup, the newly created IRQ mapping is never disposed. Indeed, the ...
CVE-2026-43373
- EPSS 0.5%
- Veröffentlicht 08.05.2026 14:21:23
- Zuletzt bearbeitet 15.05.2026 15:16:52
In the Linux kernel, the following vulnerability has been resolved: net: ncsi: fix skb leak in error paths Early return paths in NCSI RX and AEN handlers fail to release the received skb, resulting in a memory leak. Specifically, ncsi_aen_handler(...
CVE-2026-43371
- EPSS 0.12%
- 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-43369
- EPSS 0.12%
- 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-43370
- EPSS 0.13%
- 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-43368
- EPSS 0.13%
- 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-43366
- EPSS 0.13%
- 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-43367
- EPSS 0.12%
- 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...