- EPSS 0.04%
- Published 10.07.2025 08:15:00
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: aoe: clean device rq_list in aoedev_downdev() An aoe device's rq_list contains accepted block requests that are waiting to be transmitted to the aoe target. This queue was added as...
- EPSS 0.03%
- Published 10.07.2025 08:14:59
- Last modified 01.08.2025 09:15:32
In the Linux kernel, the following vulnerability has been resolved: ksmbd: add free_transport ops in ksmbd connection free_transport function for tcp connection can be called from smbdirect. It will cause kernel oops. This patch add free_transport ...
- EPSS 0.04%
- Published 10.07.2025 08:14:58
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: net: atm: add lec_mutex syzbot found its way in net/atm/lec.c, and found an error path in lecd_attach() could leave a dangling pointer in dev_lec[]. Add a mutex to protect dev_lec...
- EPSS 0.04%
- Published 10.07.2025 08:14:58
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). As syzbot reported [0], mpls_route_input_rcu() can be called from mpls_getroute(), where is under RTNL. net->mpls.platf...
- EPSS 0.03%
- Published 10.07.2025 08:14:57
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: smb: Log an error when close_all_cached_dirs fails Under low-memory conditions, close_all_cached_dirs() can't move the dentries to a separate list to dput() them once the locks are...
- EPSS 0.04%
- Published 10.07.2025 08:14:57
- Last modified 25.09.2025 10:15:31
In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix crash in icl_update_topdown_event() The perf_fuzzer found a hard-lockup crash on a RaptorLake machine: Oops: general protection fault, maybe for address 0xff...
- EPSS 0.04%
- Published 10.07.2025 08:14:56
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth() KASAN reports a stack-out-of-bounds read in regs_get_kernel_stack_nth(). Call Trace: [ 97.283505] BUG: ...
- EPSS 0.04%
- Published 10.07.2025 07:42:25
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table The function atomctrl_initialize_mc_reg_table() and atomctrl_initialize_mc_reg_table_v2_2() d...
- EPSS 0.03%
- Published 10.07.2025 07:42:24
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: perf: arm-ni: Fix missing platform_set_drvdata() Add missing platform_set_drvdata in arm_ni_probe(), otherwise calling platform_get_drvdata() in remove returns NULL.
- EPSS 0.03%
- Published 10.07.2025 07:42:23
- Last modified 10.07.2025 13:17:30
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor() The function mt7996_set_monitor() dereferences phy before the NULL sanity check. Fix this to avoid NULL ...