Linux

Linux Kernel

12152 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: objtool: Fix memory leak in create_static_call_sections() strdup() allocates memory for key_name. We need to release the memory in the following error paths. Add free() to avoid me...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: fix of_iomap memory leak Smatch reports: drivers/clk/mediatek/clk-mtk.c:583 mtk_clk_simple_probe() warn: 'base' from of_iomap() not released on lines: 496. This...

  • EPSS 0.03%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: media: platform: mediatek: vpu: fix NULL ptr dereference If pdev is NULL, then it is still dereferenced. This fixes this smatch warning: drivers/media/platform/mediatek/vpu/mtk_v...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix xsk_diag use-after-free error during socket cleanup Fix a use-after-free error that is possible if the xsk_diag interface is used after the socket has been unbound from th...

  • EPSS 0.03%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix warning and UAF when destroy the MR list If the MR allocate failed, the MR recovery work not initialized and list not cleared. Then will be warning and UAF when release t...

  • EPSS 0.03%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: powercap: arm_scmi: Remove recursion while parsing zones Powercap zones can be defined as arranged in a hierarchy of trees and when registering a zone with powercap_register_zone()...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't check PageError in __extent_writepage __extent_writepage currenly sets PageError whenever any error happens, and the also checks for PageError to decide if to call err...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:46
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup Fix device unregister memory leak and alway cleanup all configured rx queues in mt76_dma_tx_cleanup routine.

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:45
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix GEM handle creation ref-counting panfrost_gem_create_with_handle() previously returned a BO but with the only reference being from the handle, which user space co...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:45
  • Zuletzt bearbeitet 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register() mhi_alloc_controller() allocates a memory space for mhi_ctrl. When gets some error, mhi_ctrl should be freed w...