- EPSS 0.17%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:17
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix race between element replace and close() Element replace (with a socket different from the one stored) may race with socket's close() link popping & unlinking. __...
CVE-2024-56665
- EPSS 0.21%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:17
In the Linux kernel, the following vulnerability has been resolved: bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog Syzbot reported [1] crash that happens for following tracing scenario: - create tracepoint perf event with ...
CVE-2024-56667
- EPSS 0.21%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 01.10.2025 20:17:38
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix NULL pointer dereference in capture_engine When the intel_context structure contains NULL, it raises a NULL pointer dereference error in drm_info(). (cherry picked f...
CVE-2024-56670
- EPSS 0.22%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:17
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer Considering that in some extreme cases, when u_serial driver is accessed by multiple thr...
CVE-2024-56671
- EPSS 0.19%
- Veröffentlicht 27.12.2024 15:15:26
- Zuletzt bearbeitet 01.10.2025 20:17:39
In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irq_chip.name from probe() function to the initialization of "irq_chip" struct in order to fix vGPIO driver crash during bo...
CVE-2024-56652
- EPSS 0.21%
- Veröffentlicht 27.12.2024 15:15:25
- Zuletzt bearbeitet 11.02.2025 16:15:47
In the Linux kernel, the following vulnerability has been resolved: drm/xe/reg_sr: Remove register pool That pool implementation doesn't really work: if the krealloc happens to move the memory and return another address, the entries in the xarray b...
CVE-2024-56653
- EPSS 0.22%
- Veröffentlicht 27.12.2024 15:15:25
- Zuletzt bearbeitet 10.02.2025 18:15:31
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: avoid UAF in btmtk_process_coredump hci_devcd_append may lead to the release of the skb, so it cannot be accessed once it is called. ============================...
CVE-2024-56654
- EPSS 0.21%
- Veröffentlicht 27.12.2024 15:15:25
- Zuletzt bearbeitet 01.10.2025 20:17:36
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating The usage of rcu_read_(un)lock while inside list_for_each_entry_rcu is not safe since for the most part entries fe...
CVE-2024-56656
- EPSS 0.18%
- Veröffentlicht 27.12.2024 15:15:25
- Zuletzt bearbeitet 01.10.2025 20:17:36
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips The 5760X (P7) chip's HW GRO/LRO interface is very similar to that of the previous generation (5750X or P5). Howeve...
CVE-2024-56657
- EPSS 0.21%
- Veröffentlicht 27.12.2024 15:15:25
- Zuletzt bearbeitet 01.06.2026 17:16:31
In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Avoid WARN() for symlink errors Using WARN() for showing the error of symlink creations don't give more information than telling that something goes wrong, since the...