CVE-2024-53091
- EPSS 0.03%
- Veröffentlicht 21.11.2024 19:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:28
In the Linux kernel, the following vulnerability has been resolved: bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx As the introduction of the support for vsock and unix sockets in sockmap, tls_sw_has_ctx_tx/rx cannot presume the sock...
CVE-2024-53092
- EPSS 0.04%
- Veröffentlicht 21.11.2024 19:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:29
In the Linux kernel, the following vulnerability has been resolved: virtio_pci: Fix admin vq cleanup by using correct info pointer vp_modern_avq_cleanup() and vp_del_vqs() clean up admin vq resources by virtio_pci_vq_info pointer. The info pointer ...
CVE-2024-53093
- EPSS 0.06%
- Veröffentlicht 21.11.2024 19:15:12
- Zuletzt bearbeitet 03.11.2025 23:17:19
In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: defer partition scanning We need to suppress the partition scan from occuring within the controller's scan_work context. If a path error occurs here, the IO will wa...
CVE-2024-53094
- EPSS 0.03%
- Veröffentlicht 21.11.2024 19:15:12
- Zuletzt bearbeitet 01.10.2025 21:16:29
In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES While running ISER over SIW, the initiator machine encounters a warning from skb_splice_from_iter() indicating that a ...
CVE-2024-53095
- EPSS 0.05%
- Veröffentlicht 21.11.2024 19:15:12
- Zuletzt bearbeitet 24.03.2025 17:21:57
In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free of network namespace. Recently, we got a customer report that CIFS triggers oops while reconnecting to a server. [0] The workload runs on Kubernet...
CVE-2024-53089
- EPSS 0.04%
- Veröffentlicht 21.11.2024 19:15:11
- Zuletzt bearbeitet 01.10.2025 21:16:28
In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Mark hrtimer to expire in hard interrupt context Like commit 2c0d278f3293f ("KVM: LAPIC: Mark hrtimer to expire in hard interrupt context") and commit 9090825fa9974...
CVE-2024-53074
- EPSS 0.04%
- Veröffentlicht 19.11.2024 18:15:27
- Zuletzt bearbeitet 01.10.2025 21:16:25
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't leak a link on AP removal Release the link mapping resource in AP removal. This impacted devices that do not support the MLD API (9260 and down). On those...
CVE-2024-53075
- EPSS 0.04%
- Veröffentlicht 19.11.2024 18:15:27
- Zuletzt bearbeitet 13.03.2025 13:15:42
In the Linux kernel, the following vulnerability has been resolved: riscv: Prevent a bad reference count on CPU nodes When populating cache leaves we previously fetched the CPU device node at the very beginning. But when ACPI is enabled we go throu...
CVE-2024-53076
- EPSS 0.03%
- Veröffentlicht 19.11.2024 18:15:27
- Zuletzt bearbeitet 01.10.2025 21:16:26
In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() If per_time_scales[i] or per_time_gains[i] kcalloc fails in the for loop of iio_gts_build_...
CVE-2024-53077
- EPSS 0.04%
- Veröffentlicht 19.11.2024 18:15:27
- Zuletzt bearbeitet 01.10.2025 21:16:26
In the Linux kernel, the following vulnerability has been resolved: rpcrdma: Always release the rpcrdma_device's xa_array Dai pointed out that the xa_init_flags() in rpcrdma_add_one() needs to have a matching xa_destroy() in rpcrdma_remove_one() to...