Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.11.2024 19:15:11
  • Zuletzt bearbeitet 01.10.2025 21:16:28

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Mark hrtimer to expire in hard interrupt context Like commit 2c0d278f3293f ("KVM: LAPIC: Mark hrtimer to expire in hard interrupt context") and commit 9090825fa9974...

  • EPSS 0.02%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 01.10.2025 21:16:25

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't leak a link on AP removal Release the link mapping resource in AP removal. This impacted devices that do not support the MLD API (9260 and down). On those...

  • EPSS 0.04%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 13.03.2025 13:15:42

In the Linux kernel, the following vulnerability has been resolved: riscv: Prevent a bad reference count on CPU nodes When populating cache leaves we previously fetched the CPU device node at the very beginning. But when ACPI is enabled we go throu...

  • EPSS 0.04%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 01.10.2025 21:16:26

In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() If per_time_scales[i] or per_time_gains[i] kcalloc fails in the for loop of iio_gts_build_...

  • EPSS 0.02%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 01.10.2025 21:16:26

In the Linux kernel, the following vulnerability has been resolved: rpcrdma: Always release the rpcrdma_device's xa_array Dai pointed out that the xa_init_flags() in rpcrdma_add_one() needs to have a matching xa_destroy() in rpcrdma_remove_one() to...

  • EPSS 0.05%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 01.10.2025 21:16:26

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs IS_ERR() check in probe() The iommu_paging_domain_alloc() function doesn't return NULL pointers, it returns error pointers. Update the check to match.

  • EPSS 0.02%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 01.10.2025 21:16:26

In the Linux kernel, the following vulnerability has been resolved: mm/thp: fix deferred split unqueue naming and locking Recent changes are putting more pressure on THP deferred split queues: under load revealing long-standing races, causing list_...

  • EPSS 0.02%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 17.12.2024 08:15:05

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Lock XArray when getting entries for the VM Similar to commit cac075706f29 ("drm/panthor: Fix race when converting group handle to group object") we need to use the XA...

  • EPSS 0.03%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 03.11.2025 23:17:18

In the Linux kernel, the following vulnerability has been resolved: media: ar0521: don't overflow when checking PLL values The PLL checks are comparing 64 bit integers with 32 bit ones, as reported by Coverity. Depending on the values of the variab...

  • EPSS 0.02%
  • Veröffentlicht 19.11.2024 18:15:27
  • Zuletzt bearbeitet 03.11.2025 23:17:18

In the Linux kernel, the following vulnerability has been resolved: virtio_net: Add hash_key_length check Add hash_key_length check in virtnet_probe() to avoid possible out of bound errors when setting/reading the hash key.