Linux

Linux Kernel

14198 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:41
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix pci device refcount leak As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, the caller must de...

  • EPSS 0.05%
  • Veröffentlicht 24.12.2025 12:22:40
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out syzkaller reported use-after-free with the stack trace like below [1]: [ 38.960489][ C3] ==========================...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:39
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix rmmod crash in driver reload test In insmod/rmmod stress test, the following crash dump shows up immediately. The problem is caused by missing mt76_dev in ...

  • EPSS 0.05%
  • Veröffentlicht 24.12.2025 12:22:39
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: md/raid1: stop mdx_raid1 thread when raid1 array run failed fail run raid1 array when we assemble array with the inactive disk only, but the mdx_raid1 thread were not stop, Even if...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:38
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in visconti_register_pll() @pll->rate_table has allocated memory by kmemdup(), if clk_hw_register() fails, it should be freed, otherwise it will caus...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:22:37
  • Zuletzt bearbeitet 29.12.2025 15:58:34

In the Linux kernel, the following vulnerability has been resolved: devlink: hold region lock when flushing snapshots Netdevsim triggers a splat on reload, when it destroys regions with snapshots pending: WARNING: CPU: 1 PID: 787 at net/core/dev...

  • EPSS 0.02%
  • Veröffentlicht 24.12.2025 12:09:44
  • Zuletzt bearbeitet 26.02.2026 18:44:06

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix race condition when unbinding BOs Fix 'Memory manager not clean during takedown' warning that occurs when ivpu_gem_bo_free() removes the BO from the BOs list before...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:09:43
  • Zuletzt bearbeitet 29.12.2025 15:58:13

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF race between device unplug and FW event processing The function panthor_fw_unplug() will free the FW memory sections. The problem is that there could still be ...

  • EPSS 0.05%
  • Veröffentlicht 24.12.2025 12:09:42
  • Zuletzt bearbeitet 19.01.2026 13:16:11

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Fix timeout handling When the CPU that the QSPI interrupt handler runs on (typically CPU 0) is excessively busy, it can lead to rare cases of the IRQ thread not...

  • EPSS 0.03%
  • Veröffentlicht 24.12.2025 12:09:42
  • Zuletzt bearbeitet 29.12.2025 15:58:13

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthor_vm_unmap_range() might return an error. We expect the page table to be updated still, and if the MMU is block...