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-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-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-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-45028
- 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: mmc: mmc_test: Fix NULL dereference on allocation failure If the "test->highmem = alloc_pages()" allocation fails then calling __free_pages(test->highmem) will result in a NULL der...
CVE-2024-45009
- EPSS 0.02%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: only decrement add_addr_accepted for MPJ req Adding the following warning ... WARN_ON_ONCE(msk->pm.add_addr_accepted == 0) ... before decrementing the add_addr_accep...
CVE-2024-45010
- EPSS 0.03%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: only mark 'subflow' endp as available Adding the following warning ... WARN_ON_ONCE(msk->pm.local_addr_used == 0) ... before decrementing the local_addr_used counter...
CVE-2024-45011
- EPSS 0.02%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Check USB endpoints when probing device Ensure, as the driver probes the device, that all endpoints that the driver may attempt to access exist and are of the corre...
CVE-2024-45015
- EPSS 0.02%
- Veröffentlicht 11.09.2024 16:15:06
- Zuletzt bearbeitet 13.09.2024 16:35:58
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable() For cases where the crtc's connectors_changed was set without enable/active getting toggled , there is an at...