Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 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.02%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 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...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 03.11.2025 22:17:16

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2_dio_wr_get_block", fstests/generic/300 become from always failed to sometime...

  • EPSS 0.02%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 06.10.2025 20:49:55

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Fix bug with call depth tracking The call to cc_platform_has() triggers a fault and system crash if call depth tracking is active because the GS segment has been reset b...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:16
  • Zuletzt bearbeitet 03.11.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: iommu: Return right value in iommu_sva_bind_device() iommu_sva_bind_device() should return either a sva bond handle or an ERR_PTR value in error cases. Existing drivers (idxd and u...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:15
  • Zuletzt bearbeitet 03.11.2025 22:17:14

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix suspicious rcu usage in br_mst_set_state I converted br_mst_set_state to RCU to avoid a vlan use-after-free but forgot to change the vlan group dereference he...