- EPSS 0.03%
- Published 19.05.2024 09:15:08
- Last modified 16.01.2025 22:15:39
In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: fix VM_PAT handling in COW mappings PAT handling won't do the right thing in COW mappings: the first PTE (or, in fact, all PTEs) can be replaced during write faults to ...
CVE-2024-35860
- EPSS 0.02%
- Published 19.05.2024 09:15:07
- Last modified 26.09.2025 16:03:27
In the Linux kernel, the following vulnerability has been resolved: bpf: support deferring bpf_link dealloc to after RCU grace period BPF link for some program types is passed as a "context" which can be used by those BPF programs to look up additi...
CVE-2024-35861
- EPSS 0.01%
- Published 19.05.2024 09:15:07
- Last modified 30.12.2024 14:57:32
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.
CVE-2024-35862
- EPSS 0.01%
- Published 19.05.2024 09:15:07
- Last modified 30.12.2024 15:00:09
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_network_name_deleted() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.
CVE-2024-35863
- EPSS 0.01%
- Published 19.05.2024 09:15:07
- Last modified 30.12.2024 14:58:23
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in is_valid_oplock_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.
CVE-2024-35864
- EPSS 0.01%
- Published 19.05.2024 09:15:07
- Last modified 30.12.2024 14:58:03
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_valid_lease_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.
CVE-2024-35857
- EPSS 0.1%
- Published 17.05.2024 15:15:23
- Last modified 07.04.2025 18:58:12
In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmp_build_probe() First problem is a double call to __in_dev_get_rcu(), because the second one could return NULL. if (__in_dev_get_r...
CVE-2024-35858
- EPSS 0.03%
- Published 17.05.2024 15:15:23
- Last modified 30.12.2024 18:12:40
In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix memory leak when bringing down interface When bringing down the TX rings we flush the rings but forget to reclaimed the flushed packets. This leads to a memory lea...
CVE-2024-35859
- EPSS 0.03%
- Published 17.05.2024 15:15:23
- Last modified 07.04.2025 18:57:56
In the Linux kernel, the following vulnerability has been resolved: block: fix module reference leakage from bdev_open_by_dev error path At the time bdev_may_open() is called, module reference is grabbed already, hence module reference should be re...
CVE-2024-35852
- EPSS 0.03%
- Published 17.05.2024 15:15:22
- Last modified 30.12.2024 18:11:22
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work The rehash delayed work is rescheduled with a delay if the number of credits at end of the work is not negative...