CVE-2024-42277
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 22:17:53
In the Linux kernel, the following vulnerability has been resolved: iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en In sprd_iommu_cleanup() before calling function sprd_iommu_hw_en() dom->sdev is equal to NULL, which leads to null dereference. F...
CVE-2024-42278
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 30.09.2024 12:53:36
In the Linux kernel, the following vulnerability has been resolved: ASoC: TAS2781: Fix tasdev_load_calibrated_data() This function has a reversed if statement so it's either a no-op or it leads to a NULL dereference.
CVE-2024-42279
- EPSS 0.02%
- 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.01%
- 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.01%
- 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.02%
- 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.02%
- 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.02%
- 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.02%
- 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.02%
- 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...