Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:43
  • Zuletzt bearbeitet 27.01.2026 17:37:33

In the Linux kernel, the following vulnerability has been resolved: drm/mipi-dsi: Detach devices when removing the host Whenever the MIPI-DSI host is unregistered, the code of mipi_dsi_host_unregister() loops over every device currently found on th...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:43
  • Zuletzt bearbeitet 27.01.2026 17:35:48

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htab_lock_bucket() to userspace In __htab_map_lookup_and_delete_batch() if htab_lock_bucket() returns -EBUSY, it will go to next bucket. Going to next buc...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:42
  • Zuletzt bearbeitet 26.01.2026 19:49:33

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible uaf for 'bfqq->bic' Our test report a uaf for 'bfqq->bic' in 5.10: ================================================================== BUG: KASAN: use-afte...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:17:18
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: fix irq domain leak Uwe Kleine-König pointed out we still have one resource leak in the mvebu driver triggered on driver detach. Let's address it with a custom devm ac...

  • EPSS 0.04%
  • Veröffentlicht 04.10.2025 15:17:17
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() Syzbot reported a bug as following: ===================================================== BUG: KMSAN: uninit-value...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:17:16
  • Zuletzt bearbeitet 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Make sure kthread is running before map update returns The following warning was reported when running stress-mode enabled xdp_redirect_cpu with some RT threads: --...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:17:15
  • Zuletzt bearbeitet 06.02.2026 15:11:42

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential array out of bounds access Account for IWL_SEC_WEP_KEY_OFFSET when needed while verifying key_len size in iwl_mvm_sec_key_add().

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:17:15
  • Zuletzt bearbeitet 06.02.2026 15:14:05

In the Linux kernel, the following vulnerability has been resolved: null_blk: Always check queue mode setting from configfs Make sure to check device queue mode in the null_validate_conf() and return error for NULL_Q_RQ as we don't allow legacy I/O...

  • EPSS 0.03%
  • Veröffentlicht 04.10.2025 15:17:14
  • Zuletzt bearbeitet 06.02.2026 15:10:25

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: delete timer and free skb queue when unloading Fix possible crash and memory leak on driver unload by deleting TX purge timer and freeing C2H queue in 'rtw_core_deinit...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:17:13
  • Zuletzt bearbeitet 06.02.2026 15:02:52

In the Linux kernel, the following vulnerability has been resolved: clk: imx: scu: use _safe list iterator to avoid a use after free This loop is freeing "clk" so it needs to use list_for_each_entry_safe(). Otherwise it dereferences a freed variabl...