CVE-2024-42272
- EPSS 0.23%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 12.05.2026 12:17:05
In the Linux kernel, the following vulnerability has been resolved: sched: act_ct: take care of padding in struct zones_ht_key Blamed commit increased lookup key size from 2 bytes to 16 bytes, because zones_ht_key got a struct net pointer. Make su...
CVE-2024-42273
- EPSS 0.22%
- 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: f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid mkdir /mnt/test/comp f2fs_io setflags compression /mnt/test/comp dd if=/dev/zero of=/mnt/test/comp/testfile bs=16k count=1 tru...
CVE-2024-42274
- EPSS 0.17%
- 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: Revert "ALSA: firewire-lib: operate for period elapse event in process context" Commit 7ba5ca32fe6e ("ALSA: firewire-lib: operate for period elapse event in process context") remov...
CVE-2024-42276
- EPSS 0.24%
- Veröffentlicht 17.08.2024 09:15:08
- Zuletzt bearbeitet 12.05.2026 12:17:05
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-42277
- EPSS 0.23%
- 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-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-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-42259
- EPSS 0.26%
- Veröffentlicht 14.08.2024 15:15:31
- Zuletzt bearbeitet 12.05.2026 12:17:04
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Fix Virtual Memory mapping boundaries calculation Calculating the size of the mapped area as the lesser value between the requested size and the actual size does not ...