Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 27.12.2024 15:15:27
  • Last modified 01.10.2025 20:17:39

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Do not call pmd dtor on vmemmap page table teardown The vmemmap's, which is used for RV64 with SPARSEMEM_VMEMMAP, page tables are populated using pmd (page middle direct...

  • EPSS 0.04%
  • Published 27.12.2024 15:15:27
  • Last modified 01.10.2025 20:17:39

In the Linux kernel, the following vulnerability has been resolved: virtio_net: correct netdev_tx_reset_queue() invocation point When virtnet_close is followed by virtnet_open, some TX completions can possibly remain unconsumed, until they are fina...

  • EPSS 0.05%
  • Published 27.12.2024 15:15:27
  • Last modified 03.11.2025 21:18:18

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors Uprobes always use bpf_prog_run_array_uprobe() under tasks-trace-RCU protection. But it is possible to attach a non-sle...

  • EPSS 0.03%
  • Published 27.12.2024 15:15:26
  • Last modified 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 ...

  • EPSS 0.05%
  • Published 27.12.2024 15:15:26
  • Last modified 03.11.2025 21:18:16

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one Since the netlink attribute range validation provides inclusive checking, the *max* of attribute NL80211_ATTR_MLO_LINK_ID sho...

  • EPSS 0.05%
  • Published 27.12.2024 15:15:26
  • Last modified 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.05%
  • Published 27.12.2024 15:15:26
  • Last modified 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.04%
  • Published 27.12.2024 15:15:26
  • Last modified 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.03%
  • Published 27.12.2024 15:15:26
  • Last modified 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.04%
  • Published 27.12.2024 15:15:26
  • Last modified 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...