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:15
  • Zuletzt bearbeitet 03.11.2025 22:17:14

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snd_una is properly initialized on connect This is strictly related to commit fb7a0d334894 ("mptcp: ensure snd_nxt is properly initialized on connect"). It turns out ...

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

In the Linux kernel, the following vulnerability has been resolved: drm/exynos/vidi: fix memory leak in .get_modes() The duplicated EDID is never freed. Fix it.

  • EPSS 0.02%
  • Veröffentlicht 12.07.2024 13:15:15
  • Zuletzt bearbeitet 03.02.2025 15:38:11

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe() When devm_regmap_init_i2c() fails, regmap_ee could be error pointer, instead of checking for IS_ERR(regmap_e...

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

In the Linux kernel, the following vulnerability has been resolved: HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() Fix a memory leak on logi_dj_recv_send_report() error path.

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

In the Linux kernel, the following vulnerability has been resolved: bpf: Set run context for rawtp test_run callback syzbot reported crash when rawtp program executed through the test_run interface calls bpf_get_attach_cookie helper or any other he...

  • EPSS 0.01%
  • Veröffentlicht 12.07.2024 13:15:14
  • Zuletzt bearbeitet 21.11.2024 09:31:50

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a potential use-after-free in bpf_link_free() After commit 1a80dbcb2dba, bpf_link can be freed by link->ops->dealloc_deferred, but the code still tests and uses link->ops-...

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

In the Linux kernel, the following vulnerability has been resolved: ax25: Fix refcount imbalance on inbound connections When releasing a socket in ax25_release(), we call netdev_put() to decrease the refcount on the associated ax.25 device. However...

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

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Lock wiphy in cfg80211_get_station Wiphy should be locked before calling rdev_get_station() (see lockdep assert in ieee80211_get_station()). This fixes the followi...

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

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() The ieee80211_sta_ps_deliver_wakeup() function takes sta->ps_lock to synchronizes with ieee80211_tx_h_unicast_ps_b...

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

In the Linux kernel, the following vulnerability has been resolved: cachefiles: defer exposing anon_fd until after copy_to_user() succeeds After installing the anonymous fd, we can now see it in userland and close it. However, at this point we may ...