CVE-2024-46680
- EPSS 0.01%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 23.09.2024 14:45:10
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix random crash seen while removing driver This fixes the random kernel crash seen while removing the driver, when running the load/unload test over multiple...
CVE-2024-46681
- EPSS 0.01%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 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-46683
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 09.04.2026 17:42:30
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%
- Veröffentlicht 13.09.2024 06:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 11.09.2024 16:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 11.09.2024 16:15:07
- Zuletzt bearbeitet 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%
- Veröffentlicht 11.09.2024 16:15:07
- Zuletzt bearbeitet 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-45025
- EPSS 0.02%
- Veröffentlicht 11.09.2024 16:15:07
- Zuletzt bearbeitet 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...
CVE-2024-45026
- EPSS 0.03%
- Veröffentlicht 11.09.2024 16:15:07
- Zuletzt bearbeitet 03.11.2025 23:15:50
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix error recovery leading to data corruption on ESE devices Extent Space Efficient (ESE) or thin provisioned volumes need to be formatted on demand during usual IO proc...
CVE-2024-45027
- EPSS 0.04%
- Veröffentlicht 11.09.2024 16:15:07
- Zuletzt bearbeitet 09.05.2025 08:15:18
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup() If xhci_mem_init() fails, it calls into xhci_mem_cleanup() to mop up the damage. If it fails early eno...