CVE-2025-39911
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:34
- Zuletzt bearbeitet 16.01.2026 19:37:09
In the Linux kernel, the following vulnerability has been resolved: i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path If request_irq() in i40e_vsi_request_irq_msix() fails in an iteration later than the first, the error path wants to fr...
CVE-2025-39913
- EPSS 0.03%
- Veröffentlicht 01.10.2025 08:15:34
- Zuletzt bearbeitet 16.01.2026 19:48:30
In the Linux kernel, the following vulnerability has been resolved: tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate psock->cork. syzbot reported the splat below. [0] The repro does the following: 1. Load a sk_msg prog ...
CVE-2025-39914
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:34
- Zuletzt bearbeitet 16.01.2026 19:50:25
In the Linux kernel, the following vulnerability has been resolved: tracing: Silence warning when chunk allocation fails in trace_pid_write Syzkaller trigger a fault injection warning: WARNING: CPU: 1 PID: 12326 at tracepoint_add_func+0xbfc/0xeb0 ...
CVE-2025-39916
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:34
- Zuletzt bearbeitet 16.01.2026 19:51:18
In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters() When creating a new scheme of DAMON_RECLAIM, the calculation of 'min_age_region' uses 'aggr_interval' as ...
- EPSS 0.01%
- Veröffentlicht 01.10.2025 08:15:33
- Zuletzt bearbeitet 14.01.2026 20:16:13
In the Linux kernel, the following vulnerability has been resolved: net: phylink: add lock for serializing concurrent pl->phydev writes with resolver Currently phylink_resolve() protects itself against concurrent phylink_bringup_phy() or phylink_di...
CVE-2025-39907
- EPSS 0.03%
- Veröffentlicht 01.10.2025 08:15:33
- Zuletzt bearbeitet 16.01.2026 19:31:03
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC buffer Avoid below overlapping mappings by using a contiguous non-cacheable buffer. [ 4.077708] DMA-API: stm32_fmc2_...
CVE-2025-39908
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:33
- Zuletzt bearbeitet 14.01.2026 18:16:39
In the Linux kernel, the following vulnerability has been resolved: net: dev_ioctl: take ops lock in hwtstamp lower paths ndo hwtstamp callbacks are expected to run under the per-device ops lock. Make the lower get/set paths consistent with the res...
CVE-2025-39909
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:33
- Zuletzt bearbeitet 16.01.2026 19:31:15
In the Linux kernel, the following vulnerability has been resolved: mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters() Patch series "mm/damon: avoid divide-by-zero in DAMON module's parameters application". DAMON's RECLAI...
CVE-2025-39910
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:33
- Zuletzt bearbeitet 14.01.2026 18:16:39
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc() kasan_populate_vmalloc() and its helpers ignore the caller's gfp_mask and always allocate memory using the hardco...
CVE-2025-39895
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:32
- Zuletzt bearbeitet 14.01.2026 20:16:11
In the Linux kernel, the following vulnerability has been resolved: sched: Fix sched_numa_find_nth_cpu() if mask offline sched_numa_find_nth_cpu() uses a bsearch to look for the 'closest' CPU in sched_domains_numa_masks and given cpus mask. However...