Linux

Linux Kernel

15173 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:21
  • Zuletzt bearbeitet 25.03.2026 19:54:20

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix KMS with 3D on HW version 10 HW version 10 does not have GB Surfaces so there is no backing buffer for surface backed FBs. This would result in a nullptr dereferenc...

  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:20
  • Zuletzt bearbeitet 25.03.2026 19:21:49

In the Linux kernel, the following vulnerability has been resolved: block: zero non-PI portion of auto integrity buffer The auto-generated integrity buffer for writes needs to be fully initialized before being passed to the underlying block device,...

  • EPSS 0.01%
  • Veröffentlicht 25.01.2026 14:36:19
  • Zuletzt bearbeitet 25.03.2026 19:22:06

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1 When loading guest XSAVE state via KVM_SET_XSAVE, and when updating XFD in response to a guest WRMSR, clear XFD-d...

  • EPSS 0.01%
  • Veröffentlicht 25.01.2026 14:36:19
  • Zuletzt bearbeitet 25.03.2026 19:21:56

In the Linux kernel, the following vulnerability has been resolved: ASoC: tlv320adcx140: fix null pointer The "snd_soc_component" in "adcx140_priv" was only used once but never set. It was only used for reaching "dev" which is already present in "a...

  • EPSS 0.01%
  • Veröffentlicht 25.01.2026 14:36:18
  • Zuletzt bearbeitet 27.04.2026 14:16:29

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens i...

  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:17
  • Zuletzt bearbeitet 27.04.2026 14:16:29

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv() Blamed commit did not take care of VLAN encapsulations as spotted by syzbot [1]. Use skb_vlan_inet_prepare() instead of ...

  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:16
  • Zuletzt bearbeitet 25.03.2026 19:22:46

In the Linux kernel, the following vulnerability has been resolved: lib/buildid: use __kernel_read() for sleepable context Prevent a "BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio". For the sleepable context, convert ...

  • EPSS 0.01%
  • Veröffentlicht 25.01.2026 14:36:15
  • Zuletzt bearbeitet 27.04.2026 14:16:28

In the Linux kernel, the following vulnerability has been resolved: macvlan: fix possible UAF in macvlan_forward_source() Add RCU protection on (struct macvlan_source_entry)->vlan. Whenever macvlan_hash_del_source() is called, we must clear entry-...

  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:14
  • Zuletzt bearbeitet 24.02.2026 21:01:41

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix crash on profile change rollback failure mlx5e_netdev_change_profile can fail to attach a new profile and can fail to rollback to old profile, in such case, we could...

  • EPSS 0.01%
  • Veröffentlicht 25.01.2026 14:36:13
  • Zuletzt bearbeitet 27.04.2026 14:16:28

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_qfq: do not free existing class in qfq_change_class() Fixes qfq_change_class() error case. cl->qdisc and cl should only be freed if a new class and qdisc were alloc...