Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:43:19
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object (BO) is allocated with the XE_BO_FLAG_GGTT_INVALIDATE flag, the driver initiates TLB invalidation re...

  • EPSS 0.06%
  • Veröffentlicht 16.12.2025 13:43:18
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup Raw IP packets have no MAC header, leaving skb->mac_header uninitialized. This can trigger kernel panics on ARM6...

  • EPSS 0.06%
  • Veröffentlicht 16.12.2025 13:43:13
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: udp_tunnel: use netdev_warn() instead of netdev_WARN() netdev_WARN() uses WARN/WARN_ON to print a backtrace along with file and line information. In this case, udp_tunnel_nic_regis...

  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 13:43:12
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_locked() kcalloc() may fail. When WS is non-zero and allocation fails, ectx.ws remains NULL while ectx.w...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:43:11
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix GEM free for imported dma-bufs Imported dma-bufs also have obj->resv != &obj->_resv. So we should check both this condition in addition to flags for handling the _NO_...

  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 13:43:10
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check() Use RCU to avoid a pair of atomic operations and a potential UAF on dst_dev()->flags.

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:43:04
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: net: mdio: Check regmap pointer returned by device_node_to_regmap() The call to device_node_to_regmap() in airoha_mdio_probe() can return an ERR_PTR() if regmap initialization fail...

  • EPSS 0.02%
  • Veröffentlicht 16.12.2025 13:43:03
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up The function ring_buffer_map_get_reader() is a bit more strict than the other get reader functions, ...

  • EPSS 0.03%
  • Veröffentlicht 16.12.2025 13:43:02
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Disable AFBC support on Mediatek DRM driver Commit c410fa9b07c3 ("drm/mediatek: Add AFBC support to Mediatek DRM driver") added AFBC support to Mediatek DRM and enabl...

  • EPSS 0.06%
  • Veröffentlicht 16.12.2025 13:43:02
  • Zuletzt bearbeitet 18.12.2025 15:08:25

In the Linux kernel, the following vulnerability has been resolved: nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing Theoretically it's an oopsable race, but I don't believe one can manage to hit it on real hardware;...