CVE-2024-43867
- 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: 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.04%
- 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-43863
- EPSS 0.02%
- Veröffentlicht 21.08.2024 00:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:13
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a ...
CVE-2024-43864
- EPSS 0.03%
- 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-43861
- EPSS 0.02%
- Veröffentlicht 20.08.2024 22:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:13
In the Linux kernel, the following vulnerability has been resolved: net: usb: qmi_wwan: fix memory leak for not ip packets Free the unused skb when not ip packets arrive.
CVE-2024-43849
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:10
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pdr: protect locator_addr with the main mutex If the service locator server is restarted fast enough, the PDR can rewrite locator_addr fields concurrently. Protect them ...
CVE-2024-43850
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 30.09.2024 13:57:33
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: icc-bwmon: Fix refcount imbalance seen during bwmon_remove The following warning is seen during bwmon_remove due to refcount imbalance, fix this by releasing the OPPs af...
CVE-2024-43852
- EPSS 0.03%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 20.08.2024 19:32:55
In the Linux kernel, the following vulnerability has been resolved: hwmon: (ltc2991) re-order conditions to fix off by one bug LTC2991_T_INT_CH_NR is 4. The st->temp_en[] array has LTC2991_MAX_CHANNEL (4) elements. Thus if "channel" is equal to L...
CVE-2024-43853
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:11
In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proc_cpuset_show() An UAF can happen when /proc/cpuset is read as reported in [1]. This can be reproduced by the following methods: 1.add an mdelay(1...
CVE-2024-43854
- EPSS 0.02%
- Veröffentlicht 17.08.2024 10:15:10
- Zuletzt bearbeitet 03.11.2025 22:18:11
In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by bio_integrity_prep is using plain kmalloc, which leads to random kernel memory being written...