Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:36
  • Zuletzt bearbeitet 10.11.2025 21:18:45

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix cxl_region leak, cleanup targets at region delete When a region is deleted any targets that have been previously assigned to that region hold references to it. Trig...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:35
  • Zuletzt bearbeitet 01.10.2025 16:15:49

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd() test_gen_kprobe_cmd() only free buf in fail path, hence buf will leak when there is no failure. Move kfree(buf) ...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:35
  • Zuletzt bearbeitet 07.05.2025 13:19:41

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix use-after-free for dynamic ftrace_ops KASAN reported a use-after-free with ftrace ops [1]. It was found from vmcore that perf had registered two ops with the same conte...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:10:34
  • Zuletzt bearbeitet 01.10.2025 17:15:37

In the Linux kernel, the following vulnerability has been resolved: capabilities: fix potential memleak on error path from vfs_getxattr_alloc() In cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to complete the memory allocation of tmpbuf...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:10:33
  • Zuletzt bearbeitet 07.05.2025 13:20:08

In the Linux kernel, the following vulnerability has been resolved: arm64: entry: avoid kprobe recursion The cortex_a76_erratum_1463225_debug_handler() function is called when handling debug exceptions (and synchronous exceptions from BRK instructi...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:10:33
  • Zuletzt bearbeitet 01.10.2025 17:15:36

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters() On some machines the number of listed CPUs may be bigger than the actual CPUs that exist. The tracing subsystem...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:10:32
  • Zuletzt bearbeitet 01.10.2025 17:15:36

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdec_probe() v4l2_device_unregister need to be called to put the refcount got by v4l2_device_register when vdec_probe fails or vde...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:10:31
  • Zuletzt bearbeitet 01.10.2025 17:15:36

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() Change num_ghes from int to unsigned int, preventing an overflow and causing subsequent vmalloc() to fail. The overflo...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:10:31
  • Zuletzt bearbeitet 10.11.2025 21:19:04

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Panic on bad configs that #VE on "private" memory access All normal kernel memory is "TDX private memory". This includes everything from kernel stacks to kernel text. Ha...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:10:30
  • Zuletzt bearbeitet 10.11.2025 21:19:27

In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfn_to_pfn_cache locks in dedicated helper Move the gfn_to_pfn_cache lock initialization to another helper and call the new helper during VM/vCPU creation. There a...