CVE-2024-41066
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:30
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Add tx check to prevent skb leak Below is a summary of how the driver stores a reference to an skb during transmit: tx_buff[free_map[consumer_index]]->skb = new_skb; ...
CVE-2024-41067
- EPSS 0.03%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 09.10.2025 18:06:27
In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: handle RST lookup error correctly [BUG] When running btrfs/060 with forced RST feature, it would crash the following ASSERT() inside scrub_read_endio(): ASSERT(sect...
CVE-2024-41068
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 05.01.2026 11:16:51
In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclp_init() cleanup on failure If sclp_init() fails it only partially cleans up: if there are multiple failing calls to sclp_init() sclp_state_change_event will be a...
CVE-2024-41069
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:30
In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file content...
CVE-2024-41070
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:30
In the Linux kernel, the following vulnerability has been resolved: KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group() Al reported a possible use-after-free (UAF) in kvm_spapr_tce_attach_iommu_group(). It looks up `stt` from ta...
CVE-2024-41072
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:30
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: wext: add extra SIOCSIWSCAN data check In 'cfg80211_wext_siwscan()', add extra check whether number of channels passed via 'ioctl(sock, SIOCSIWSCAN, ...)' doesn't e...
CVE-2024-41047
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix XDP program unloading while removing the driver The commit 6533e558c650 ("i40e: Fix reset path while removing the driver") introduced a new PF state "__I40E_IN_REMOVE" to...
CVE-2024-41048
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: skmsg: Skip zero length skb in sk_msg_recvmsg When running BPF selftests (./test_progs -t sockmap_basic) on a Loongarch platform, the following kernel panic occurs: [...] Oops...
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:28
In the Linux kernel, the following vulnerability has been resolved: filelock: fix potential use-after-free in posix_lock_inode Light Hsieh reported a KASAN UAF warning in trace_posix_lock_inode(). The request pointer had been changed earlier to poi...
CVE-2024-41050
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:28
In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msg_id to avoid reuse Reusing the msg_id after a maliciously completed reopen request may cause a read request to remain unprocessed and result in ...