CVE-2024-43881
- EPSS 0.03%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 26.09.2025 18:39:51
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: change DMA direction while mapping reinjected packets For fragmented packets, ath12k reassembles each fragment as a normal packet and then reinjects it into HW ring. ...
- EPSS 0.03%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via do_filp_open(), permission checking is done against the file's metadata at that moment, a...
CVE-2024-43869
- EPSS 0.01%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:14
In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via free_event() ...
CVE-2024-43870
- EPSS 0.01%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:14
In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via task_work. However failures wh...
CVE-2024-43871
- EPSS 0.02%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:07
In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devm_free_percpu() It will cause memory leakage when use driver API devm_free_percpu() to free memory allocated by devm_alloc_percpu...
CVE-2024-43872
- EPSS 0.01%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 03.09.2024 13:38:34
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix soft lockup under heavy CEQE load CEQEs are handled in interrupt handler currently. This may cause the CPU core staying in interrupt context too long and lead to soft...
CVE-2024-43873
- EPSS 0.02%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:15
In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: always initialize seqpacket_allow There are two issues around seqpacket_allow: 1. seqpacket_allow is not initialized when socket is created. Thus if features are ne...
CVE-2024-43875
- EPSS 0.02%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:15
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Clean up error handling in vpci_scan_bus() Smatch complains about inconsistent NULL checking in vpci_scan_bus(): drivers/pci/endpoint/functions/pci-epf-vntb.c:1...
CVE-2024-43876
- EPSS 0.02%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:15
In the Linux kernel, the following vulnerability has been resolved: PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() Avoid large backtrace, it is sufficient to warn the user that there has been a link problem. Either the lin...
CVE-2024-43866
- EPSS 0.03%
- Veröffentlicht 21.08.2024 00:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:13
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always drain health in shutdown callback There is no point in recovery during device shutdown. if health work started need to wait for it to avoid races and NULL pointer ...