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:09:30
  • Zuletzt bearbeitet 07.11.2025 19:02:52

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftrace_add_mod() The @ftrace_mod is allocated by kzalloc(), so both the members {prev,next} of @ftrace_mode->list are NULL, it's not a valid...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:30
  • Zuletzt bearbeitet 07.11.2025 19:20:07

In the Linux kernel, the following vulnerability has been resolved: netdevsim: Fix memory leak of nsim_dev->fa_cookie kmemleak reports this issue: unreferenced object 0xffff8881bac872d0 (size 8): comm "sh", pid 58603, jiffies 4481524462 (age 68....

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:29
  • Zuletzt bearbeitet 07.11.2025 19:33:15

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event() test_gen_synth_cmd() only free buf in fail path, hence buf will leak when there is no failure. Add kfr...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:29
  • Zuletzt bearbeitet 07.11.2025 19:34:49

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in tracing_read_pipe() kmemleak reports this issue: unreferenced object 0xffff888105a18900 (size 128): comm "test_progs", pid 18933, jiffies 4336275356 ...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:28
  • Zuletzt bearbeitet 07.11.2025 19:33:04

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in register_synth_event() In register_synth_event(), if set_synth_event_print_fmt() failed, then both trace_remove_event_call() and unregister_trace...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2025 14:09:27
  • Zuletzt bearbeitet 07.11.2025 19:32:58

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race where eprobes can be called before the event The flag that tells the event to call its triggers after reading the event is set for eprobes after the eprobe is ena...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:26
  • Zuletzt bearbeitet 06.11.2025 18:27:10

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit() When test_gen_kprobe_cmd() failed after kprobe_event_gen_cmd_end(), it will goto delete...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:26
  • Zuletzt bearbeitet 06.11.2025 18:21:25

In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit() When trace_get_event_file() failed, gen_kretprobe_test will be assigned as the err...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:25
  • Zuletzt bearbeitet 06.11.2025 22:07:27

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger() If iio_trigger_register() returns error, it should call iio_trigger_free() to give up the reference that...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:09:25
  • Zuletzt bearbeitet 06.11.2025 22:07:31

In the Linux kernel, the following vulnerability has been resolved: rethook: fix a potential memleak in rethook_alloc() In rethook_alloc(), the variable rh is not freed or passed out if handler is NULL, which could lead to a memleak, fix it. [Masa...