Linux

Linux Kernel

13800 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:24
  • Zuletzt bearbeitet 30.01.2026 10:15:57

In the Linux kernel, the following vulnerability has been resolved: ipv4: ip_gre: make ipgre_header() robust Analog to commit db5b4e39c4e6 ("ip6_gre: make ip6gre_header() robust") Over the years, syzbot found many ways to crash the kernel in ipgre...

  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:23
  • Zuletzt bearbeitet 30.01.2026 10:15:57

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix use-after-free in inet6_addr_del(). syzbot reported use-after-free of inet6_ifaddr in inet6_addr_del(). [0] The cited commit accidentally moved ipv6_del_addr() for mngtm...

  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:22
  • Zuletzt bearbeitet 26.01.2026 15:03:33

In the Linux kernel, the following vulnerability has been resolved: xhci: sideband: don't dereference freed ring when removing sideband endpoint xhci_sideband_remove_endpoint() incorrecly assumes that the endpoint is running and has a valid transfe...

  • EPSS 0.02%
  • Veröffentlicht 25.01.2026 14:36:21
  • Zuletzt bearbeitet 26.01.2026 15:03:33

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 26.01.2026 15:03:33

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.02%
  • Veröffentlicht 25.01.2026 14:36:19
  • Zuletzt bearbeitet 30.01.2026 10:15:57

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.02%
  • Veröffentlicht 25.01.2026 14:36:19
  • Zuletzt bearbeitet 30.01.2026 10:15:57

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.02%
  • Veröffentlicht 25.01.2026 14:36:18
  • Zuletzt bearbeitet 26.01.2026 15:03:33

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 30.01.2026 10:15:57

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 26.01.2026 15:03:33

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