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-43875
- EPSS 0.01%
- 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.04%
- 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-43867
- EPSS 0.03%
- Veröffentlicht 21.08.2024 00:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:14
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix refcount underflow Calling nouveau_bo_ref() on a nouveau_bo without initializing it (and hence the backing ttm_bo) leads to a refcount underflow. Instead o...
CVE-2024-43868
- EPSS 0.02%
- Veröffentlicht 21.08.2024 00:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:14
In the Linux kernel, the following vulnerability has been resolved: riscv/purgatory: align riscv_kernel_entry When alignment handling is delegated to the kernel, everything must be word-aligned in purgatory, since the trap handler is then set to th...
CVE-2024-43864
- EPSS 0.02%
- Veröffentlicht 21.08.2024 00:15:04
- Zuletzt bearbeitet 29.09.2025 16:27:10
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix CT entry update leaks of modify header context The cited commit allocates a new modify header to replace the old one when updating CT entry. But if failed to allocat...
CVE-2024-43865
- EPSS 0.02%
- Veröffentlicht 21.08.2024 00:15:04
- Zuletzt bearbeitet 10.10.2025 13:51:05
In the Linux kernel, the following vulnerability has been resolved: s390/fpu: Re-add exception handling in load_fpu_state() With the recent rewrite of the fpu code exception handling for the lfpc instruction within load_fpu_state() was erroneously ...
CVE-2024-43820
- EPSS 0.01%
- Veröffentlicht 17.08.2024 10:15:08
- Zuletzt bearbeitet 29.09.2025 15:26:03
In the Linux kernel, the following vulnerability has been resolved: dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume rm-raid devices will occasionally trigger the following warning when being resumed after a table load because DM_RECO...
CVE-2024-43826
- EPSS 0.01%
- Veröffentlicht 17.08.2024 10:15:08
- Zuletzt bearbeitet 29.09.2025 15:28:17
In the Linux kernel, the following vulnerability has been resolved: nfs: pass explicit offset/count to trace events nfs_folio_length is unsafe to use without having the folio locked and a check for a NULL ->f_mapping that protects against truncatio...