Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 12.07.2024 13:15:17
  • Last modified 03.11.2025 22:17:17

In the Linux kernel, the following vulnerability has been resolved: netns: Make get_net_ns() handle zero refcount net Syzkaller hit a warning: refcount_t: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcount_warn_s...

  • EPSS 0.01%
  • Published 12.07.2024 13:15:17
  • Last modified 03.11.2025 22:17:17

In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() ip6_dst_idev() can return NULL, xfrm6_get_saddr() must act accordingly. syzbot reported: Oops: general protection fa...

  • EPSS 0.01%
  • Published 12.07.2024 13:15:16
  • Last modified 03.11.2025 22:17:15

In the Linux kernel, the following vulnerability has been resolved: cachefiles: flush all requests after setting CACHEFILES_DEAD In ondemand mode, when the daemon is processing an open request, if the kernel flags the cache as CACHEFILES_DEAD, the ...

  • EPSS 0.01%
  • Published 12.07.2024 13:15:16
  • Last modified 03.02.2025 15:38:33

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix memregion leaks in devm_cxl_add_region() Move the mode verification to __create_region() before allocating the memregion to avoid the memregion leaks.

  • EPSS 0.01%
  • Published 12.07.2024 13:15:16
  • Last modified 03.11.2025 22:17:15

In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi->skb before dev_kfree_skb_any() gve_rx_free_skb incorrectly leaves napi->skb referencing an skb after it is freed with dev_kfree_skb_any(). This can result in a sub...

  • EPSS 0.02%
  • Published 12.07.2024 13:15:16
  • Last modified 03.11.2025 22:17:15

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix d_parent walk The WARN_ON_ONCE() in collect_domain_accesses() can be triggered when trying to link a root mount point. This cannot work in practice because this dire...

  • EPSS 0.01%
  • Published 12.07.2024 13:15:16
  • Last modified 03.11.2025 22:17:15

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: Fix tainted pointer delete is case of region creation fail In case of region creation fail in ipc_devlink_create_region(), previously created regions delete proces...

  • EPSS 0.01%
  • Published 12.07.2024 13:15:16
  • Last modified 03.11.2025 22:17:16

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail In case of flow rule creation fail in mlx5_lag_create_port_sel_table(), instead of previously created rules...

  • EPSS 0.01%
  • Published 12.07.2024 13:15:16
  • Last modified 03.11.2025 22:17:16

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't read past the mfuart notifcation In case the firmware sends a notification that claims it has more data than it has, we will read past that was allocated ...

  • EPSS 0.01%
  • Published 12.07.2024 13:15:16
  • Last modified 03.11.2025 22:17:16

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects The hwmp code use objects of type mesh_preq_queue, added to a list in ieee80211_if_mesh, to keep track of mpath we need to...