CVE-2024-42275
- EPSS 0.2%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 04.08.2026 11:19:45
In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drm_client_buffer_vmap_local() This function accidentally returns zero/success on the failure path. It leads to locking issues and an uninitialized *m...
CVE-2024-42276
- EPSS 0.25%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 04.08.2026 11:19:45
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: add missing condition check for existence of mapped data nvme_map_data() is called when request has physical segments, hence the nvme_unmap_data() should have same condit...
CVE-2024-42279
- EPSS 0.23%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 04.08.2026 11:19:45
In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer While transmitting with rx_len == 0, the RX FIFO is not going to be emptied in the interrupt handler. A...
CVE-2024-42260
- EPSS 0.2%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 03.10.2025 18:59:52
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the performance extension If userspace provides an unknown or invalid handle anywhere in the handle array the rest of the driver ...
CVE-2024-42261
- EPSS 0.2%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 03.10.2025 18:59:36
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the timestamp extension If userspace provides an unknown or invalid handle anywhere in the handle array the rest of the driver wi...
CVE-2024-42265
- EPSS 0.28%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:05
In the Linux kernel, the following vulnerability has been resolved: protect the fetch of ->fd[fd] in do_dup2() from mispredictions both callers have verified that fd is not greater than ->max_fds; however, misprediction might end up with to...
CVE-2024-42266
- EPSS 0.2%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 04.08.2026 11:19:43
In the Linux kernel, the following vulnerability has been resolved: btrfs: make cow_file_range_inline() honor locked_page on error The btrfs buffered write path runs through __extent_writepage() which has some tricky return value handling for write...
CVE-2024-42130
- EPSS 0.01%
- Veröffentlicht 30.07.2024 08:15:05
- Zuletzt bearbeitet 31.01.2026 12:15:49
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-42117
- EPSS 0.23%
- Veröffentlicht 30.07.2024 08:15:04
- Zuletzt bearbeitet 04.08.2026 11:19:36
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id [WHY] find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id returns an array index and they return ...
CVE-2024-42118
- EPSS 0.24%
- Veröffentlicht 30.07.2024 08:15:04
- Zuletzt bearbeitet 29.09.2025 14:57:08
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array [WHY] resource_stream_to_stream_idx returns an array index and it return -1 when not found; however, -1 is not a valid a...