Linux

Linux

11868 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:25
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-sof: Bound DAI link iteration create_sdw_dailinks() walks sof_dais until it finds an entry with initialised cleared, but sof_dais is allocated with exactly num_e...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:25
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-legacy: Bound DAI link iteration create_sdw_dailinks() walks soc_dais until it finds an entry with initialised cleared, but soc_dais is allocated with exactly nu...

  • EPSS 0.19%
  • Veröffentlicht 15.08.2026 05:58:24
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix recursive lock in device_cache_fw_images() A recursive locking deadlock can occur in the firmware loader's power management notification handler. During syste...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:23
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: watchdog: unregister PM notifier on watchdog unregister watchdog_register_device() registers wdd->pm_nb when WDOG_NO_PING_ON_SUSPEND is set, but watchdog_unregister_device() does n...

  • EPSS 0.18%
  • Veröffentlicht 15.08.2026 05:58:23
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of ->s_children Having the parent directory locked protects entries from removal by another thread, but it does *not* protect cursors from being m...

  • EPSS 0.16%
  • Veröffentlicht 15.08.2026 05:58:22
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation call...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:21
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in is_vm_area_hugepages() find_vm_area() can return NULL if the given address is not a valid vmalloc area. Check the return value before dere...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:20
  • Zuletzt bearbeitet 17.08.2026 06:19:26

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: use kfree_rcu for offchannel link in mt76_put_vif_phy_link mt76_put_vif_phy_link() frees the offchannel mlink with plain kfree() after rcu_assign_pointer(NULL). However...

  • EPSS 0.16%
  • Veröffentlicht 15.08.2026 05:58:20
  • Zuletzt bearbeitet 17.08.2026 06:19:27

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix resource leak in probe error path When pcim_iomap_region() or devm_kmemdup() fail, the code returns directly without cleaning up previously allocated resour...

  • EPSS 0.17%
  • Veröffentlicht 15.08.2026 05:58:19
  • Zuletzt bearbeitet 17.08.2026 06:19:26

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: validate skb length in testmode query In mt7925_tm_query(), the response skb from mt76_mcu_send_and_get_msg() is used in a memcpy without validating its length:...