CVE-2024-56707
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c Add error pointer checks after calling otx2_mbox_get_rsp().
CVE-2024-56703
- EPSS 0.05%
- 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-56704
- EPSS 0.05%
- 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: 9p/xen: fix release of IRQ Kernel logs indicate an IRQ was double-freed. Pass correct device ID during IRQ release. [Dominique: remove confusing variable reset to 0]
CVE-2024-56699
- EPSS 0.04%
- Veröffentlicht 28.12.2024 10:15:17
- Zuletzt bearbeitet 26.09.2025 20:21:50
In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f ("s390/pci: remove hotplug slot when releasing the device") the zpci_exit_slot() was moved from zpci_de...
CVE-2024-56700
- EPSS 0.04%
- Veröffentlicht 28.12.2024 10:15:17
- Zuletzt bearbeitet 03.11.2025 21:18:20
In the Linux kernel, the following vulnerability has been resolved: media: wl128x: Fix atomicity violation in fmc_send_cmd() Atomicity violation occurs when the fmc_send_cmd() function is executed simultaneously with the modification of the fmdev->...
CVE-2024-56701
- EPSS 0.04%
- 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-56702
- EPSS 0.04%
- Veröffentlicht 28.12.2024 10:15:17
- Zuletzt bearbeitet 01.10.2025 20:17:41
In the Linux kernel, the following vulnerability has been resolved: bpf: Mark raw_tp arguments with PTR_MAYBE_NULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in cert...
CVE-2024-56697
- EPSS 0.03%
- Veröffentlicht 28.12.2024 10:15:16
- Zuletzt bearbeitet 01.10.2025 20:17:41
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info() Fix two issues with memory allocation in amdgpu_discovery_get_nps_info() for mem_ranges: - Add a ch...
CVE-2024-56698
- EPSS 0.05%
- 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-56694
- EPSS 0.04%
- Veröffentlicht 28.12.2024 10:15:15
- Zuletzt bearbeitet 03.11.2025 21:18:20
In the Linux kernel, the following vulnerability has been resolved: bpf: fix recursive lock when verdict program return SK_PASS When the stream_verdict program returns SK_PASS, it places the received skb into its own receive queue, but a recursive ...