CVE-2024-26610
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 12.12.2024 17:31:47
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix a memory corruption iwl_fw_ini_trigger_tlv::data is a pointer to a __le32, which means that if we copy to iwl_fw_ini_trigger_tlv::data + offset while offset is i...
CVE-2024-26611
- EPSS 0.02%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 12.12.2024 15:30:50
In the Linux kernel, the following vulnerability has been resolved: xsk: fix usage of multi-buffer BPF helpers for ZC XDP Currently when packet is shrunk via bpf_xdp_adjust_tail() and memory type is set to MEM_TYPE_XSK_BUFF_POOL, null ptr dereferen...
CVE-2024-26612
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 03.04.2025 15:19:19
In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscache_put_cache() This function dereferences "cache" and then checks if it's IS_ERR_OR_NULL(). Check first, then dereference.
CVE-2024-26614
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 03.04.2025 15:20:30
In the Linux kernel, the following vulnerability has been resolved: tcp: make sure init the accept_queue's spinlocks once When I run syz's reproduction C program locally, it causes the following issue: pvqspinlock: lock 0xffff9d181cd5c660 has corru...
CVE-2024-26615
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 12.12.2024 15:31:02
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix illegal rmb_desc access in SMC-D connection dump A crash was found when dumping SMC-D connections. It can be reproduced by following steps: - run nginx/wrk test: sm...
CVE-2024-26616
- EPSS 0.02%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 12.12.2024 15:31:18
In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned [BUG] There is a bug report that, on a ext4-converted btrfs, scrub leads to various problems, including: - ...
- EPSS 0.03%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 12.12.2024 15:34:40
In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: move mmu notification mechanism inside mm lock Move mmu notification mechanism inside mm lock to prevent race condition in other components which depend on it. T...
CVE-2024-26618
- EPSS 0.02%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 03.11.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: arm64/sme: Always exit sme_alloc() early with existing storage When sme_alloc() is called with existing storage and we are not flushing we will always allocate new storage, both le...
CVE-2024-26619
- EPSS 0.09%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 12.12.2024 15:19:41
In the Linux kernel, the following vulnerability has been resolved: riscv: Fix module loading free order Reverse order of kfree calls to resolve use-after-free error.
CVE-2024-26620
- EPSS 0.06%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 14.02.2025 16:39:02
In the Linux kernel, the following vulnerability has been resolved: s390/vfio-ap: always filter entire AP matrix The vfio_ap_mdev_filter_matrix function is called whenever a new adapter or domain is assigned to the mdev. The purpose of the function...