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-56702
- EPSS 0.02%
- 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.02%
- 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.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-56694
- EPSS 0.01%
- 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 ...
CVE-2024-56695
- EPSS 0.05%
- Veröffentlicht 28.12.2024 10:15:15
- Zuletzt bearbeitet 01.10.2025 20:17:41
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()' The `kfd_get_cu_occupancy` function previously declared a large `cu_occupancy` array as a loca...
CVE-2024-56696
- EPSS 0.04%
- Veröffentlicht 28.12.2024 10:15:15
- Zuletzt bearbeitet 01.10.2025 20:17:41
In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc() kunit_kzalloc() may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add...
CVE-2024-56691
- EPSS 0.02%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 03.11.2025 21:18:19
In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementa...
CVE-2024-56692
- EPSS 0.02%
- 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-56693
- EPSS 0.03%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 03.11.2025 21:18:20
In the Linux kernel, the following vulnerability has been resolved: brd: defer automatic disk creation until module initialization succeeds My colleague Wupeng found the following problems during fault injection: BUG: unable to handle page fault f...