CVE-2024-46734
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:02
- Zuletzt bearbeitet 03.11.2025 23:15:57
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while th...
CVE-2024-46730
- EPSS 0.02%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 30.09.2024 12:49:00
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tg_inst won't be -1 [WHY & HOW] tg_inst will be a negative if timing_generator_count equals 0, which should be checked before used. This fixes ...
CVE-2024-46731
- EPSS 0.01%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mc_data[] when i = 0.
CVE-2024-46732
- EPSS 0.02%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Assign linear_pitch_alignment even for VM [Description] Assign linear_pitch_alignment so we don't cause a divide by 0 error in VM environments
CVE-2024-46733
- EPSS 0.02%
- Veröffentlicht 18.09.2024 07:15:04
- Zuletzt bearbeitet 03.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cow_file_range In the buffered write path, the dirty page owns the qgroup reserve until it creates an ordered_extent. Therefore, any errors that...
CVE-2024-46714
- EPSS 0.02%
- 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: drm/amd/display: Skip wbscl_set_scaler_filter if filter is null Callers can pass null in filter (i.e. from returned from the function wbscl_get_filter_coeffs_16p) and a null check ...
CVE-2024-46715
- EPSS 0.02%
- 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: driver: iio: add missing checks on iio_info's callback access Some callbacks from iio_info structure are accessed without any check, so if a driver doesn't implement them trying to...
CVE-2024-46716
- EPSS 0.02%
- 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.02%
- 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.03%
- 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...