CVE-2024-56722
- EPSS 0.01%
- Veröffentlicht 29.12.2024 12:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix cpu stuck caused by printings during reset During reset, cmd to destroy resources such as qp, cq, and mr may fail, and error logs will be printed. When a large number...
CVE-2024-56712
- EPSS 0.02%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 17.04.2025 21:15:49
In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last export_udmabuf() error path In export_udmabuf(), if dma_buf_fd() fails because the FD table is full, a dma_buf owning the udmabuf has already been ...
CVE-2024-56717
- EPSS 0.02%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() Packets injected by the CPU should have a SRC_PORT field equal to the CPU port module index in the Ana...
CVE-2024-56705
- EPSS 0%
- Veröffentlicht 28.12.2024 10:15:19
- Zuletzt bearbeitet 15.12.2025 20:53:18
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgby_data memory allocation failure In ia_css_3a_statistics_allocate(), there is no check on the allocation result of the rgby_data memory. If rgby_da...
CVE-2024-56703
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:21
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix soft lockups in fib6_select_path under high next hop churn Soft lockups have been observed on a cluster of Linux-based edge routers located in a highly dynamic environmen...
CVE-2024-56701
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:17
- Zuletzt bearbeitet 03.11.2025 21:18:21
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore The dtl_access_lock needs to be a rw_sempahore, a sleeping lock, because the code calls kmalloc() while holding it, which ...
CVE-2024-56698
- EPSS 0.02%
- Veröffentlicht 28.12.2024 10:15:16
- Zuletzt bearbeitet 03.11.2025 21:18:20
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix looping of queued SG entries The dwc3_request->num_queued_sgs is decremented on completion. If a partially completed request is handled, then the dwc3_reques...
CVE-2024-56692
- EPSS 0.03%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 01.10.2025 20:17:40
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node blkaddr in truncate_node() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.c:2534! RIP:...
CVE-2024-56677
- EPSS 0%
- Veröffentlicht 28.12.2024 10:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:18
In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init() During early init CMA_MIN_ALIGNMENT_BYTES can be PAGE_SIZE, since pageblock_order is still zero and it get...
- EPSS 0.01%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:16
In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416 ...