CVE-2024-36958
- EPSS 0.24%
- Veröffentlicht 30.05.2024 16:15:18
- Zuletzt bearbeitet 01.10.2025 14:07:31
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix nfsd4_encode_fattr4() crasher Ensure that args.acl is initialized early. It is used in an unconditional call to kfree() on the way out of nfsd4_encode_fattr4().
CVE-2024-36943
- EPSS 0.18%
- Veröffentlicht 30.05.2024 16:15:17
- Zuletzt bearbeitet 01.10.2025 14:01:41
In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan make_uffd_wp_pte() was previously doing: pte = ptep_get(ptep); ptep_modify_prot_start(ptep); pte = pte_mku...
CVE-2024-36944
- EPSS 0.16%
- Veröffentlicht 30.05.2024 16:15:17
- Zuletzt bearbeitet 01.04.2025 18:35:48
In the Linux kernel, the following vulnerability has been resolved: Reapply "drm/qxl: simplify qxl_fence_wait" This reverts commit 07ed11afb68d94eadd4ffc082b97c2331307c5ea. Stephen Rostedt reports: "I went to run my tests on my VMs and the tests ...
CVE-2024-36945
- EPSS 0.21%
- Veröffentlicht 30.05.2024 16:15:17
- Zuletzt bearbeitet 17.09.2025 22:20:22
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix neighbour and rtable leak in smc_ib_find_route() In smc_ib_find_route(), the neighbour found by neigh_lookup() and rtable resolved by ip_route_output_flow() are not re...
CVE-2024-36946
- EPSS 0.27%
- Veröffentlicht 30.05.2024 16:15:17
- Zuletzt bearbeitet 22.01.2026 20:03:40
In the Linux kernel, the following vulnerability has been resolved: phonet: fix rtm_phonet_notify() skb allocation fill_route() stores three components in the skb: - struct rtmsg - RTA_DST (u8) - RTA_OIF (u32) Therefore, rtm_phonet_notify() shoul...
CVE-2024-36947
- EPSS 0.48%
- Veröffentlicht 30.05.2024 16:15:17
- Zuletzt bearbeitet 17.09.2025 22:21:06
In the Linux kernel, the following vulnerability has been resolved: qibfs: fix dentry leak simple_recursive_removal() drops the pinning references to all positives in subtree. For the cases when its argument has been kept alive by the pinning alon...
CVE-2024-36948
- EPSS 0.18%
- Veröffentlicht 30.05.2024 16:15:17
- Zuletzt bearbeitet 01.10.2025 14:34:11
In the Linux kernel, the following vulnerability has been resolved: drm/xe/xe_migrate: Cast to output precision before multiplying operands Addressing potential overflow in result of multiplication of two lower precision (u32) operands before wide...
CVE-2024-36949
- EPSS 0.22%
- Veröffentlicht 30.05.2024 16:15:17
- Zuletzt bearbeitet 01.10.2025 14:17:41
In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfd_suspend_all_processes() t...
CVE-2024-36928
- EPSS 0.22%
- Veröffentlicht 30.05.2024 16:15:16
- Zuletzt bearbeitet 01.04.2025 18:35:36
In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Fix kernel panic after setting hsuid Symptom: When the hsuid attribute is set for the first time on an IQD Layer3 device while the corresponding network interface is alr...
CVE-2024-36929
- EPSS 0.28%
- Veröffentlicht 30.05.2024 16:15:16
- Zuletzt bearbeitet 12.05.2026 12:16:50
In the Linux kernel, the following vulnerability has been resolved: net: core: reject skb_copy(_expand) for fraglist GSO skbs SKB_GSO_FRAGLIST skbs must not be linearized, otherwise they become invalid. Return NULL if such an skb is passed to skb_c...