Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:00:51
  • Zuletzt bearbeitet 23.09.2025 13:53:26

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Avoid out of bounds access when parsing _CPC data If the NumEntries field in the _CPC return package is less than 2, do not attempt to access the "Revision" element of ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:51
  • Zuletzt bearbeitet 15.10.2025 19:46:46

In the Linux kernel, the following vulnerability has been resolved: virtio: use virtio_device_ready() in virtio_device_restore() After waking up a suspended VM, the kernel prints the following trace for virtio drivers which do not directly call vir...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:51
  • Zuletzt bearbeitet 15.10.2025 19:47:16

In the Linux kernel, the following vulnerability has been resolved: block: Fix the maximum minor value is blk_alloc_ext_minor() ida_alloc_range(..., min, max, ...) returns values from min to max, inclusive. So, NR_EXT_DEVT is a valid idx returned ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:51
  • Zuletzt bearbeitet 01.10.2025 20:15:51

In the Linux kernel, the following vulnerability has been resolved: watch_queue: Free the page array when watch_queue is dismantled Commit 7ea1a0124b6d ("watch_queue: Free the alloc bitmap when the watch_queue is torn down") took care of the bitmap...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:00:50
  • Zuletzt bearbeitet 25.03.2025 16:19:12

In the Linux kernel, the following vulnerability has been resolved: ref_tracker: implement use-after-free detection Whenever ref_tracker_dir_init() is called, mark the struct ref_tracker_dir as dead. Test the dead status from ref_tracker_alloc() a...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:50
  • Zuletzt bearbeitet 01.10.2025 20:15:49

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pm_runtime_put_sync pm_runtime_get_sync() will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:50
  • Zuletzt bearbeitet 25.03.2025 16:18:59

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix crash when startup fails. If the nic fails to start, it is possible that the reset_work has already been scheduled. Ensure the work item is canceled so we do not...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:00:50
  • Zuletzt bearbeitet 01.10.2025 20:15:49

In the Linux kernel, the following vulnerability has been resolved: ath11k: mhi: use mhi_sync_power_up() If amss.bin was missing ath11k would crash during 'rmmod ath11k_pci'. The reason for that was that we were using mhi_async_power_up() which doe...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:00:50
  • Zuletzt bearbeitet 01.10.2025 20:15:49

In the Linux kernel, the following vulnerability has been resolved: ath11k: fix kernel panic during unload/load ath11k modules Call netif_napi_del() from ath11k_ahb_free_ext_irq() to fix the following kernel panic when unload/load ath11k modules fo...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:50
  • Zuletzt bearbeitet 23.09.2025 18:17:53

In the Linux kernel, the following vulnerability has been resolved: ath11k: pci: fix crash on suspend if board file is not found Mario reported that the kernel was crashing on suspend if ath11k was not able to find a board file: [ 473.693286] PM:...