CVE-2024-42279
- EPSS 0.23%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 02.10.2025 18:32:28
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-42280
- EPSS 0.24%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 22:17:54
In the Linux kernel, the following vulnerability has been resolved: mISDN: Fix a use after free in hfcmulti_tx() Don't dereference *sp after calling dev_kfree_skb(*sp).
CVE-2023-52889
- EPSS 0.23%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 03.11.2025 22:16:32
In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix null pointer deref when receiving skb during sock creation The panic below is observed when receiving ICMP packets with secmark set while an ICMP raw socket is being ...
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-42262
- EPSS 0.2%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 19.08.2024 20:05:15
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be lea...
CVE-2024-42263
- EPSS 0.2%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 19.08.2024 20:41:11
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leake...
CVE-2024-42264
- EPSS 0.22%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 06.03.2025 12:53:17
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Prevent out of bounds access in performance query extensions Check that the number of perfmons userspace is passing in the copy and reset extensions is not greater than th...
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.19%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 29.09.2025 14:03:37
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...