Linux

Linux Kernel

15465 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 28.12.2024 10:15:08
  • Zuletzt bearbeitet 03.11.2025 21:18:18

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm/fault: Fix kfence page fault reporting copy_from_kernel_nofault() can be called when doing read of /proc/kcore. /proc/kcore can have some unmapped kfence objects which w...

  • EPSS 0.02%
  • Veröffentlicht 28.12.2024 10:15:06
  • Zuletzt bearbeitet 26.09.2025 20:29:18

In the Linux kernel, the following vulnerability has been resolved: thermal: testing: Initialize some variables annoteded with _free() Variables annotated with __free() need to be initialized if the function can return before they get updated for t...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:27
  • Zuletzt bearbeitet 12.05.2026 13:16:22

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Fix UAF in blkcg_unpin_online() blkcg_unpin_online() walks up the blkcg hierarchy putting the online pin. To walk up, it uses blkcg_parent(blkcg) but it was calling tha...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:27
  • Zuletzt bearbeitet 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.02%
  • Veröffentlicht 27.12.2024 15:15:27
  • Zuletzt bearbeitet 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.02%
  • Veröffentlicht 27.12.2024 15:15:27
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 27.12.2024 15:15:26
  • Zuletzt bearbeitet 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.04%
  • Veröffentlicht 27.12.2024 15:15:26
  • Zuletzt bearbeitet 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.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 ...