Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • 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. __...

  • EPSS 0.02%
  • 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 ...

  • EPSS 0.02%
  • 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/amdkfd: Dereference null return value In the function pqm_uninit there is a call-assignment of "pdd = kfd_get_process_device_data" which could be null, and this value was later...

  • EPSS 0.02%
  • 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...

  • EPSS 0.07%
  • 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: iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain The qi_batch is allocated when assigning cache tag for a domain. While for nested parent domain, it is missed. Hence...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:26
  • Zuletzt bearbeitet 11.02.2025 16:15:47

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Remove cache tags before disabling ATS The current implementation removes cache tags after disabling ATS, leading to potential memory leaks and kernel crashes. Specific...

  • EPSS 0.01%
  • 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...

  • EPSS 0.02%
  • 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...

  • EPSS 0.03%
  • 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...

  • EPSS 0.03%
  • 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. ============================...