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 14.02.2026 16:27:04
  • Zuletzt bearbeitet 18.03.2026 17:26:57

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue() Add proper locking in mmp_pdma_residue() to prevent use-after-free when accessing descriptor list and descriptor conte...

  • EPSS 0.01%
  • Veröffentlicht 14.02.2026 16:27:03
  • Zuletzt bearbeitet 19.03.2026 18:06:27

In the Linux kernel, the following vulnerability has been resolved: smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe() When ksmbd_iov_pin_rsp() fails, we should call ksmbd_session_rpc_close().

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:03
  • Zuletzt bearbeitet 18.03.2026 17:12:03

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in parse_durable_handle_context() When the command is a replay operation and -ENOEXEC is returned, the refcount of ksmbd_file must be released.

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:02
  • Zuletzt bearbeitet 18.03.2026 17:15:49

In the Linux kernel, the following vulnerability has been resolved: riscv: Sanitize syscall table indexing under speculation The syscall number is a user-controlled value used to index into the syscall table. Use array_index_nospec() to clamp this ...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 18.03.2026 14:46:21

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, delete flows only for existing peers When deleting TC steering flows, iterate only over actual devcom peers instead of assuming all possible ports exist. This avoids...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 18.03.2026 14:47:48

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: fix potential skb->frags overflow in RX path When receiving data in the DPMAIF RX path, the t7xx_dpmaif_set_frag_to_skb() function adds page fragments to an skb wi...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 18.03.2026 14:48:57

In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. ...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 18.03.2026 14:57:32

In the Linux kernel, the following vulnerability has been resolved: drm/imx/tve: fix probe device leak Make sure to drop the reference taken to the DDC device during probe on probe failure (e.g. probe deferral) and on driver unbind.

  • EPSS 0.01%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 18.03.2026 14:57:52

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix race in mptcp_pm_nl_flush_addrs_doit() syzbot and Eulgyu Kim reported crashes in mptcp_pm_nl_get_local_id() and/or mptcp_pm_nl_is_backup() Root cause is list_splice_ini...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:57
  • Zuletzt bearbeitet 18.03.2026 15:00:47

In the Linux kernel, the following vulnerability has been resolved: flex_proportions: make fprop_new_period() hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: ...