CVE-2024-46716
- EPSS 0.05%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 03.11.2025 23:15:55
In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor Remove list_del call in msgdma_chan_desc_cleanup, this should be the role of msgdma_free_descriptor. In...
CVE-2024-46717
- EPSS 0.03%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 03.11.2025 23:15:55
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix incorrect page release Under the following conditions: 1) No skb created yet 2) header_size == 0 (no SHAMPO header) 3) header_index + 1 % MLX5E_SHAMPO_WQ_HEA...
CVE-2024-46718
- EPSS 0.06%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 08.10.2025 17:08:58
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't overmap identity VRAM mapping Overmapping the identity VRAM mapping is triggering hardware bugs on certain platforms. Use 2M pages for the last unaligned (to 1G) VRAM...
CVE-2024-46720
- EPSS 0.07%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 03.11.2025 23:15:56
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix dereference after null check check the pointer hive before use.
CVE-2024-46726
- EPSS 0.04%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 03.11.2025 23:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure index calculation will not overflow [WHY & HOW] Make sure vmid0p72_idx, vnom0p8_idx and vmax0p9_idx calculation will never overflow and exceess array size. ...
CVE-2024-46727
- EPSS 0.03%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 30.09.2024 12:49:43
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_update [Why] Coverity reports NULL_RETURN warning. [How] Add otg_master NULL check.
CVE-2024-46728
- EPSS 0.05%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 26.09.2024 13:31:34
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index for aux_rd_interval before using aux_rd_interval has size of 7 and should be checked. This fixes 3 OVERRUN and 1 INTEGER_OVERFLOW issues reported by C...
CVE-2024-46729
- EPSS 0.05%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 26.09.2025 17:34:46
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop [WHY] fe_clk_en has size of 5 but sizeof(fe_clk_en) has byte size 20 which is lager than the array size. [HOW] Divide byte...
CVE-2024-46713
- EPSS 0.02%
- Veröffentlicht 13.09.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 23:15:55
In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix AUX buffer serialization Ole reported that event->mmap_mutex is strictly insufficient to serialize the AUX buffer, add a per RB mutex to fully serialize it. Note tha...
CVE-2024-46702
- EPSS 0.03%
- Veröffentlicht 13.09.2024 07:15:05
- Zuletzt bearbeitet 03.11.2025 23:15:54
In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Mark XDomain as unplugged when router is removed I noticed that when we do discrete host router NVM upgrade and it gets hot-removed from the PCIe side as a result of N...