CVE-2024-46681
- EPSS 0.01%
- Published 13.09.2024 06:15:12
- Last modified 19.09.2024 18:10:49
In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpus_read_lock() in pg_net_init() I have seen the WARN_ON(smp_processor_id() != cpu) firing in pktgen_thread_worker() during tests. We must use cpus_read_lock()/cpus_r...
CVE-2024-46682
- EPSS 0.02%
- Published 13.09.2024 06:15:12
- Last modified 13.09.2024 16:52:02
In the Linux kernel, the following vulnerability has been resolved: nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open Prior to commit 3f29cc82a84c ("nfsd: split sc_status out of sc_type") states_show() relied on sc_type field to be of ...
CVE-2024-46683
- EPSS 0.02%
- Published 13.09.2024 06:15:12
- Last modified 13.09.2024 16:52:14
In the Linux kernel, the following vulnerability has been resolved: drm/xe: prevent UAF around preempt fence The fence lock is part of the queue, therefore in the current design anything locking the fence should then also hold a ref to the queue to...
CVE-2024-46673
- EPSS 0.01%
- Published 13.09.2024 06:15:11
- Last modified 03.11.2025 23:15:52
In the Linux kernel, the following vulnerability has been resolved: scsi: aacraid: Fix double-free on probe failure aac_probe_one() calls hardware-specific init functions through the aac_driver_ident::init pointer, all of which eventually call down...
CVE-2024-45020
- EPSS 0.02%
- Published 11.09.2024 16:15:07
- Last modified 13.09.2024 16:36:52
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a kernel verifier crash in stacksafe() Daniel Hodges reported a kernel verifier crash when playing with sched-ext. Further investigation shows that the crash is due to inv...
CVE-2024-45021
- EPSS 0.02%
- Published 11.09.2024 16:15:07
- Last modified 03.11.2025 23:15:50
In the Linux kernel, the following vulnerability has been resolved: memcg_write_event_control(): fix a user-triggerable oops we are *not* guaranteed that anything past the terminating NUL is mapped (let alone initialized with anything sane).
CVE-2024-45022
- EPSS 0.03%
- Published 11.09.2024 16:15:07
- Last modified 03.11.2025 23:15:50
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0 The __vmap_pages_range_noflush() assumes its argument pages** contains pages with the same...
CVE-2024-45023
- EPSS 0.02%
- Published 11.09.2024 16:15:07
- Last modified 13.09.2024 16:30:30
In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix data corruption for degraded array with slow disk read_balance() will avoid reading from slow disks as much as possible, however, if valid data only lands in slow dis...
CVE-2024-45024
- EPSS 0.03%
- Published 11.09.2024 16:15:07
- Last modified 13.09.2024 16:30:17
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb vs. core-mm PT locking We recently made GUP's common page table walking code to also walk hugetlb VMAs without most hugetlb special-casing, preparing for th...
CVE-2024-45025
- EPSS 0.02%
- Published 11.09.2024 16:15:07
- Last modified 03.11.2025 23:15:50
In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE copy_fd_bitmaps(new, old, count) is expected to copy the first count/BITS_PER_LONG bits from old->full_fds_bits[] an...