Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 10.03.2025 15:50:52

In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init When the mpi_ec_ctx structure is initialized, some fields are not cleared, causing a crash when referencing the field...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2024 11:15:07
  • Zuletzt bearbeitet 10.03.2025 15:28:37

In the Linux kernel, the following vulnerability has been resolved: binder: fix race between mmput() and do_exit() Task A calls binder_update_page_range() to allocate and insert pages on a remote address space from Task B. For this, Task A pins the...

  • EPSS 0.01%
  • Veröffentlicht 18.03.2024 11:15:07
  • Zuletzt bearbeitet 10.03.2025 15:39:09

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: fix skb leak and crash on ooo frags act_ct adds skb->users before defragmentation. If frags arrive in order, the last frag's reference is reset in: inet_frag_...

  • EPSS 0.01%
  • Veröffentlicht 15.03.2024 21:15:07
  • Zuletzt bearbeitet 07.01.2025 17:31:16

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in ext4_fill_super Buffer head references must be released before calling kill_bdev(); otherwise the buffer head (and its page referenced by b_data) will not ...

  • EPSS 0.02%
  • Veröffentlicht 15.03.2024 21:15:07
  • Zuletzt bearbeitet 07.01.2025 18:00:30

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 ("HID: magicmouse: add support for Apple Magic Trackpad 2") added a sanity check for an Apple trackpad but returne...

  • EPSS 0.01%
  • Veröffentlicht 15.03.2024 21:15:07
  • Zuletzt bearbeitet 07.01.2025 17:30:59

In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in cfusbl_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free alloca...

  • EPSS 0.01%
  • Veröffentlicht 15.03.2024 21:15:07
  • Zuletzt bearbeitet 07.01.2025 17:30:41

In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in caif_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free allocate...

  • EPSS 0.02%
  • Veröffentlicht 15.03.2024 21:15:07
  • Zuletzt bearbeitet 14.01.2025 15:02:28

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix ltout double free on completion race Always remove linked timeout on io_link_timeout_fn() from the master request link list, otherwise we may get use-after-free when ...

  • EPSS 0.02%
  • Veröffentlicht 15.03.2024 21:15:07
  • Zuletzt bearbeitet 13.03.2025 19:35:51

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix link timeout refs WARNING: CPU: 0 PID: 10242 at lib/refcount.c:28 refcount_warn_saturate+0x15b/0x1a0 lib/refcount.c:28 RIP: 0010:refcount_warn_saturate+0x15b/0x1a0 li...

  • EPSS 0.02%
  • Veröffentlicht 15.03.2024 21:15:07
  • Zuletzt bearbeitet 07.01.2025 18:00:04

In the Linux kernel, the following vulnerability has been resolved: sch_htb: fix refcount leak in htb_parent_to_leaf_offload The commit ae81feb7338c ("sch_htb: fix null pointer dereference on a null new_q") fixes a NULL pointer dereference bug, but...