Linux

Linux Kernel

14080 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 17:01:42
  • Zuletzt bearbeitet 19.03.2026 13:25:00

In the Linux kernel, the following vulnerability has been resolved: xfs: only call xf{array,blob}_destroy if we have a valid pointer Only call the xfarray and xfblob destructor if we have a valid pointer, and be sure to null out that pointer afterw...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 17:01:41
  • Zuletzt bearbeitet 19.03.2026 13:25:00

In the Linux kernel, the following vulnerability has been resolved: xfs: check return value of xchk_scrub_create_subord Fix this function to return NULL instead of a mangled ENOMEM, then fix the callers to actually check for a null pointer and retu...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 17:01:40
  • Zuletzt bearbeitet 19.03.2026 13:25:00

In the Linux kernel, the following vulnerability has been resolved: xfs: check for deleted cursors when revalidating two btrees The free space and inode btree repair functions will rebuild both btrees at the same time, after which it needs to evalu...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 10:05:10
  • Zuletzt bearbeitet 18.03.2026 14:52:44

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix refcount bug and potential UAF in perf_mmap Syzkaller reported a refcount_t: addition on 0; use-after-free warning in perf_mmap. The issue is caused by a race condi...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 10:05:09
  • Zuletzt bearbeitet 18.03.2026 14:52:44

In the Linux kernel, the following vulnerability has been resolved: tcp: secure_seq: add back ports to TS offset This reverts 28ee1b746f49 ("secure_seq: downgrade to per-host timestamp offsets") tcp_tw_recycle went away in 2017. Zhouyan Deng repo...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 10:05:08
  • Zuletzt bearbeitet 18.03.2026 14:52:44

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration link_id is taken from the ML Reconfiguration element (control & 0x000f), so it can be 0..15. link_removal_timeo...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 10:05:07
  • Zuletzt bearbeitet 18.03.2026 14:52:44

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_gate: snapshot parameters with RCU on replace The gate action can be replaced while the hrtimer callback or dump path is walking the schedule list. Convert the para...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 10:05:06
  • Zuletzt bearbeitet 18.03.2026 14:52:44

In the Linux kernel, the following vulnerability has been resolved: nvme: fix memory allocation in nvme_pr_read_keys() nvme_pr_read_keys() takes num_keys from userspace and uses it to calculate the allocation size for rse via struct_size(). The upp...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 10:05:05
  • Zuletzt bearbeitet 18.03.2026 14:52:44

In the Linux kernel, the following vulnerability has been resolved: RDMA/umad: Reject negative data_len in ib_umad_write ib_umad_write computes data_len from user-controlled count and the MAD header sizes. With a mismatched user MAD header size and...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2026 10:05:05
  • Zuletzt bearbeitet 18.03.2026 14:52:44

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix potential NULL pointer dereference in header processing If siw_get_hdr() returns -EINVAL before set_rx_fpdu_context(), qp->rx_fpdu can be NULL. The error path in siw_...