Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:10
  • Zuletzt bearbeitet 07.11.2024 19:35:06

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi work_done After calling napi_complete_done(), the NAPIF_STATE_SCHED bit may be cleared, and another CPU can start napi thread and access...

  • EPSS 0.1%
  • Veröffentlicht 21.10.2024 20:15:10
  • Zuletzt bearbeitet 01.11.2024 15:30:13

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix gup_pud_range() for dax For dax pud, pud_huge() returns true on x86. So the function works as long as hugetlb is configured. However, dax doesn't depend on hugetlb. Com...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:10
  • Zuletzt bearbeitet 01.11.2024 15:27:26

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-dv-timings.c: fix too strict blanking sanity checks Sanity checks were added to verify the v4l2_bt_timings blanking fields in order to avoid integer overflows when user...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:10
  • Zuletzt bearbeitet 01.11.2024 15:20:42

In the Linux kernel, the following vulnerability has been resolved: memcg: fix possible use-after-free in memcg_write_event_control() memcg_write_event_control() accesses the dentry->d_name of the specified control fd to route the write call. As a...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:10
  • Zuletzt bearbeitet 25.10.2024 16:02:05

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix oops due to race with cookie_lru and use_cookie If a cookie expires from the LRU and the LRU_DISCARD flag is set, but the state machine has not run yet, it's possible ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:10
  • Zuletzt bearbeitet 25.10.2024 16:03:41

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery [Why] [ 754.862560] refcount_t: underflow; use-after-free. [ 754.862898] Call Trace: [ 754.862903] <TASK> [ ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:09
  • Zuletzt bearbeitet 25.10.2024 21:22:10

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Fix NULL sring after live migration A NAPI is setup for each network sring to poll data to kernel The sring with source host is destroyed before live migration and ne...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:09
  • Zuletzt bearbeitet 25.10.2024 15:24:22

In the Linux kernel, the following vulnerability has been resolved: af_unix: Get user_ns from in_skb in unix_diag_get_exact(). Wei Chen reported a NULL deref in sk_user_ns() [0][1], and Paolo diagnosed the root cause: in unix_diag_get_exact(), the ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:09
  • Zuletzt bearbeitet 25.10.2024 15:23:38

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix not cleanup led when bt_init fails bt_init() calls bt_leds_init() to register led, but if it fails later, bt_leds_cleanup() is not called to unregister it. This can...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:09
  • Zuletzt bearbeitet 25.10.2024 15:22:33

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() Kernel fault injection test reports null-ptr-deref as follows: BUG: kernel NULL pointer dereference, address: 00000000...