Linux

Linux Kernel

12034 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: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.02%
  • Veröffentlicht 04.10.2025 15:17:15
  • Zuletzt bearbeitet 06.10.2025 14:56:21

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.02%
  • Veröffentlicht 04.10.2025 15:17:15
  • Zuletzt bearbeitet 06.10.2025 14:56:21

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:14
  • Zuletzt bearbeitet 06.10.2025 14:56:21

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.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: clk: rs9: Fix suspend/resume Disabling the cache in commit 2ff4ba9e3702 ("clk: rs9: Fix I2C accessors") without removing cache synchronization in resume path results in a kernel pa...

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

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

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

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Make intel_get_crtc_new_encoder() less oopsy The point of the WARN was to print something, not oops straight up. Currently that is precisely what happens if we can't find...

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

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems() nl80211_parse_mbssid_elems() uses a u8 variable num_elems to count the number of MBSSID elements in the nested n...

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

In the Linux kernel, the following vulnerability has been resolved: ext2: Check block size validity during mount Check that log of block size stored in the superblock has sensible value. Otherwise the shift computing the block size can overflow lea...

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

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: don't leak memory if dev_set_name() fails When dev_set_name() fails, zcdn_create() doesn't free the newly allocated resources. Do it.