Linux

Linux Kernel

12474 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:41
  • Zuletzt bearbeitet 24.03.2025 17:45:00

In the Linux kernel, the following vulnerability has been resolved: ep93xx: clock: Fix UAF in ep93xx_clk_register_gate() arch/arm/mach-ep93xx/clock.c:154:2: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc] arch/arm/mach-ep93xx/...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 06:37:29
  • Zuletzt bearbeitet 01.10.2025 20:15:43

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a potential gpu_metrics_table memory leak Memory is allocated for gpu_metrics_table in renoir_init_smc_tables(), but not freed in int smu_v12_0_fini_smc_tables(). F...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 24.03.2025 17:46:18

In the Linux kernel, the following vulnerability has been resolved: media: davinci: vpif: fix use-after-free on driver unbind The driver allocates and registers two platform device structures during probe, but the devices were never deregistered on...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 01.10.2025 20:15:42

In the Linux kernel, the following vulnerability has been resolved: samples/landlock: Fix path_list memory leak Clang static analysis reports this error sandboxer.c:134:8: warning: Potential leak of memory pointed to by 'path_list' ret =...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 01.10.2025 20:15:43

In the Linux kernel, the following vulnerability has been resolved: media: venus: vdec: fixed possible memory leak issue The venus_helper_alloc_dpb_bufs() implementation allows an early return on an error path when checking the id from ida_alloc_mi...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 24.03.2025 17:45:55

In the Linux kernel, the following vulnerability has been resolved: jffs2: fix use-after-free in jffs2_clear_xattr_subsystem When we mount a jffs2 image, assume that the first few blocks of the image are normal and contain at least one xattr-relate...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 01.10.2025 20:15:43

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() If virtio_gpu_object_shmem_init() fails (e.g. due to fault injection, as it happened in the bug report by sy...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 23.09.2025 18:48:03

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a potential gpu_metrics_table memory leak Memory is allocated for gpu_metrics_table in renoir_init_smc_tables(), but not freed in int smu_v12_0_fini_smc_tables(). F...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 14.10.2025 19:07:46

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for format_count earlier While the check for format_count > 64 in __drm_universal_plane_init() shouldn't be hit (it's a WARN_ON), in its current positio...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 06:37:07
  • Zuletzt bearbeitet 01.10.2025 20:15:43

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()' All error handling paths lead to 'out' where many resources are freed. Do it as well here instead of a ...