Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 24.03.2025 19:57:30

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free in chanctx code In ieee80211_vif_use_reserved_context(), when we have an old context and the new context's replace_state is set to IEEE80211_CHAN...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.09.2025 20:01:11

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mei: fix potential NULL-ptr deref If SKB allocation fails, continue rather than using the NULL pointer. Coverity CID: 1497650

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.09.2025 20:01:56

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix free of uninitialized nfs4_label on referral lookup. Send along the already-allocated fattr along with nfs4_fs_locations, and drop the memcpy of fattr. We end up growin...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 24.03.2025 19:57:48

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup Commit b3c9a924aab6 ("fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove") fixed a use-after-fre...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 21.10.2025 12:13:56

In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk->sk_bound_dev_if UDP sendmsg() is lockless, and reads sk->sk_bound_dev_if while this field can be changed by another thread. Adds minimal annotations...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.09.2025 20:02:14

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.10.2025 17:18:01

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix the error handling path in idxd_cdev_register() If a call to alloc_chrdev_region() fails, the already allocated resources are leaking. Add the needed error ha...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.10.2025 17:18:32

In the Linux kernel, the following vulnerability has been resolved: rtla: Avoid record NULL pointer dereference Fix the following null/deref_null.cocci errors: ./tools/tracing/rtla/src/osnoise_hist.c:870:31-36: ERROR: record is NULL but dereference...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.10.2025 17:28:43

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix NULL pointer dereference when printing dev_name When larbdev is NULL (in the case I hit, the node is incorrectly set iommus = <&iommu NUM>), it will cause devic...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.10.2025 17:28:28

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dereference of stale list iterator after loop body The list iterator variable will be a bogus pointer if no break was hit. Dereferencing it (cur->page in this case) could...