- EPSS 0.04%
- Published 18.09.2025 16:15:45
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times device_add shall not be called multiple times as stated in its documentation: 'Do not call this routine or ...
- EPSS 0.02%
- Published 18.09.2025 16:15:45
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access For kernels built with CONFIG_PREEMPT_RCU=y, the following scenario can result in a NULL-pointer dereference: ...
- EPSS 0.02%
- Published 18.09.2025 16:15:45
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() Here is a BUG report from syzbot: BUG: KASAN: slab-out-of-bounds in ntfs_list_ea fs/ntfs3/xattr.c:191 [inline] ...
- EPSS 0.02%
- Published 18.09.2025 16:15:45
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() When blkg_alloc() is called to allocate a blkcg_gq structure with the associated blkg_iostat_set's, there a...
- EPSS 0.03%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() > ret = brcmf_proto_tx_queue_data(drvr, ifp->ifidx, skb); may be schedule, and then complete before the line >...
- EPSS 0.03%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory Fixes the below NULL pointer dereference: [...] [ 14.471200] Call Trace: [ 14.471562] <TASK> [...
- EPSS 0.02%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and ...
- EPSS 0.04%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix error code path in acpi_ds_call_control_method() A use-after-free in acpi_ps_parse_aml() after a failing invocaion of acpi_ds_call_control_method() is reported by KASAN...
- EPSS 0.02%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: drm: bridge: adv7511: unregister cec i2c device after cec adapter cec_unregister_adapter() assumes that the underlying adapter ops are callable. For example, if the CEC adapter cur...
- EPSS 0.02%
- Published 18.09.2025 16:15:44
- Last modified 19.09.2025 16:00:27
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free We've already freed the assoc_data at this point, so need to use another copy of the AP (MLD) address instead.