CVE-2024-35875
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:08
- Zuletzt bearbeitet 24.09.2025 21:13:12
In the Linux kernel, the following vulnerability has been resolved: x86/coco: Require seeding RNG with RDRAND on CoCo systems There are few uses of CoCo that don't rely on working cryptography and hence a working RNG. Unfortunately, the CoCo threat...
CVE-2024-35877
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:38
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%
- Veröffentlicht 19.05.2024 09:15:07
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 19.05.2024 09:15:07
- Zuletzt bearbeitet 24.03.2026 14:47:17
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.02%
- Veröffentlicht 19.05.2024 09:15:07
- Zuletzt bearbeitet 25.03.2026 14:21:15
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%
- Veröffentlicht 19.05.2024 09:15:07
- Zuletzt bearbeitet 24.03.2026 14:47:07
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.02%
- Veröffentlicht 19.05.2024 09:15:07
- Zuletzt bearbeitet 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-25742
- EPSS 0.05%
- Veröffentlicht 17.05.2024 22:15:07
- Zuletzt bearbeitet 15.04.2026 00:35:42
In the Linux kernel before 6.9, an untrusted hypervisor can inject virtual interrupt 29 (#VC) at any point in time and can trigger its handler. This affects AMD SEV-SNP and AMD SEV-ES.
CVE-2024-35857
- EPSS 0.06%
- Veröffentlicht 17.05.2024 15:15:23
- Zuletzt bearbeitet 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%
- Veröffentlicht 17.05.2024 15:15:23
- Zuletzt bearbeitet 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...