Linux

Linux

6430 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 11.12.2025 15:31:49

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 11.12.2025 15:29:23

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 11.12.2025 15:28:07

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 12.12.2025 16:48:10

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 12.12.2025 19:40:41

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...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:45
  • Zuletzt bearbeitet 12.12.2025 19:40:46

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times device_add shall not be called multiple times as stated in its documentation: 'Do not call this routine or ...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:45
  • Zuletzt bearbeitet 11.12.2025 15:18:35

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access For kernels built with CONFIG_PREEMPT_RCU=y, the following scenario can result in a NULL-pointer dereference: ...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:45
  • Zuletzt bearbeitet 11.12.2025 13:45:07

In the Linux kernel, the following vulnerability has been resolved: ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() Here is a BUG report from syzbot: BUG: KASAN: slab-out-of-bounds in ntfs_list_ea fs/ntfs3/xattr.c:191 [inline] ...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:45
  • Zuletzt bearbeitet 11.12.2025 13:46:29

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() When blkg_alloc() is called to allocate a blkcg_gq structure with the associated blkg_iostat_set's, there a...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:44
  • Zuletzt bearbeitet 11.12.2025 14:50:50

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() > ret = brcmf_proto_tx_queue_data(drvr, ifp->ifidx, skb); may be schedule, and then complete before the line >...