CVE-2025-38529
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:22
- Zuletzt bearbeitet 07.01.2026 18:58:20
In the Linux kernel, the following vulnerability has been resolved: comedi: aio_iiro_16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if ((1 << it->options[1]) & 0xdcfc) { However, `it->option...
CVE-2025-38528
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:21
- Zuletzt bearbeitet 07.01.2026 19:21:55
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt[] = "%p%"; bpf_trace_printk(fmt, sizeof(fmt)); The above BPF program isn't rejected and causes a ke...
CVE-2025-38527
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:20
- Zuletzt bearbeitet 07.01.2026 17:38:48
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in cifs_oplock_break A race condition can occur in cifs_oplock_break() leading to a use-after-free of the cinode structure when unmounting: cifs_...
CVE-2025-38520
- EPSS 0.01%
- Veröffentlicht 16.08.2025 10:55:07
- Zuletzt bearbeitet 07.01.2026 17:39:21
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Don't call mmput from MMU notifier callback If the process is exiting, the mmput inside mmu notifier callback from compactd or fork or numa balancing could release the ...
CVE-2025-38516
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:55:03
- Zuletzt bearbeitet 07.01.2026 17:45:45
In the Linux kernel, the following vulnerability has been resolved: pinctrl: qcom: msm: mark certain pins as invalid for interrupts On some platforms, the UFS-reset pin has no interrupt logic in TLMM but is nevertheless registered as a GPIO in the ...
CVE-2025-38515
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:55:02
- Zuletzt bearbeitet 07.01.2026 17:46:21
In the Linux kernel, the following vulnerability has been resolved: drm/sched: Increment job count before swapping tail spsc queue A small race exists between spsc_queue_push and the run-job worker, in which spsc_queue_push may return not-first whi...
CVE-2025-38514
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:55:01
- Zuletzt bearbeitet 22.01.2026 18:38:45
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix oops due to non-existence of prealloc backlog struct If an AF_RXRPC service socket is opened and bound, but calls are preallocated, then rxrpc_alloc_incoming_call() will...
CVE-2025-38513
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:55:00
- Zuletzt bearbeitet 07.01.2026 17:47:21
In the Linux kernel, the following vulnerability has been resolved: wifi: zd1211rw: Fix potential NULL pointer dereference in zd_mac_tx_to_dev() There is a potential NULL pointer dereference in zd_mac_tx_to_dev(). For example, the following is poss...
CVE-2025-38512
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:54:54
- Zuletzt bearbeitet 07.01.2026 17:58:51
In the Linux kernel, the following vulnerability has been resolved: wifi: prevent A-MSDU attacks in mesh networks This patch is a mitigation to prevent the A-MSDU spoofing vulnerability for mesh networks. The initial update to the IEEE 802.11 stand...
CVE-2025-38510
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:54:52
- Zuletzt bearbeitet 07.01.2026 18:00:40
In the Linux kernel, the following vulnerability has been resolved: kasan: remove kasan_find_vm_area() to prevent possible deadlock find_vm_area() couldn't be called in atomic_context. If find_vm_area() is called to reports vm area information, ka...