Linux

Linux

7024 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 22.09.2025 21:02:30

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a btf decl_tag bug when tagging a function syzbot reported a btf decl_tag bug with stack trace below: general protection fault, probably for non-canonical address 0xdff...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:59
  • Zuletzt bearbeitet 21.10.2025 11:52:00

In the Linux kernel, the following vulnerability has been resolved: ptp: unregister virtual clocks when unregistering physical clock. When unregistering a physical clock which has some virtual clocks, unregister the virtual clocks with it. This fi...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:55

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full If tcp_bpf_sendmsg() is running while sk msg is full. When sk_msg_alloc() returns -ENOMEM error, tcp_bpf_sendmsg()...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: MIPS: pgalloc: fix memory leak caused by pgd_free() pgd page is freed by generic implementation pgd_free() since commit f9cb654cb550 ("asm-generic: pgalloc: provide generic pgd_fre...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 21:15:40

In the Linux kernel, the following vulnerability has been resolved: mips: cdmm: Fix refcount leak in mips_cdmm_phys_base The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it when...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init The reference counting issue happens in several error handling paths on a refcounted object "nc->dmac". In the...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix error handling in ath10k_setup_msa_resources The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 22.09.2025 20:59:54

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Don't use DSISR for SLB faults Since commit 46ddcb3950a2 ("powerpc/mm: Show if a bad page fault on data is read or write.") we use page_fault_is_write(regs->dsisr) in ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:56

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xsk_unbind_dev() start...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:58
  • Zuletzt bearbeitet 01.10.2025 20:15:57

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegra_dsi_ganged_probe The reference taken by 'of_find_device_by_node()' must be released when not needed anymore. Add put_device() call to fix thi...