Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:12:04
  • Zuletzt bearbeitet 14.11.2025 16:50:00

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add bounds check for durable handle context Add missing bounds check for durable handle context.

  • EPSS 0.07%
  • Veröffentlicht 16.04.2025 14:12:03
  • Zuletzt bearbeitet 03.11.2025 20:17:39

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add bounds check for create lease context Add missing bounds check for create lease context.

  • EPSS 0.01%
  • Veröffentlicht 16.04.2025 14:11:58
  • Zuletzt bearbeitet 03.11.2025 20:17:39

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_sessions_deregister() In multichannel mode, UAF issue can occur in session_deregister when the second channel sets up a session through the conne...

  • EPSS 0.01%
  • Veröffentlicht 16.04.2025 14:11:57
  • Zuletzt bearbeitet 03.11.2025 20:17:39

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix session use-after-free in multichannel connection There is a race condition between session setup and ksmbd_sessions_deregister. The session can be freed before the conn...

  • EPSS 0.01%
  • Veröffentlicht 16.04.2025 14:11:56
  • Zuletzt bearbeitet 03.11.2025 20:17:38

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate zero num_subauth before sub_auth is accessed Access psid->sub_auth[psid->num_subauth - 1] without checking if num_subauth is non-zero leads to an out-of-bounds read...

  • EPSS 0.01%
  • Veröffentlicht 16.04.2025 14:11:56
  • Zuletzt bearbeitet 14.11.2025 16:51:45

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix overflow in dacloffset bounds check The dacloffset field was originally typed as int and used in an unchecked addition, which could overflow and bypass the existing boun...

  • EPSS 0.04%
  • Veröffentlicht 16.04.2025 14:11:55
  • Zuletzt bearbeitet 19.09.2025 15:15:48

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in alloc_preauth_hash() The Client send malformed smb2 negotiate request. ksmbd return error response. Subsequently, the client can send smb2 se...

  • EPSS 0.01%
  • Veröffentlicht 16.04.2025 14:11:54
  • Zuletzt bearbeitet 01.10.2025 17:15:43

In the Linux kernel, the following vulnerability has been resolved: exfat: fix random stack corruption after get_block When get_block is called with a buffer_head allocated on the stack, such as do_mpage_readpage, stack corruption due to buffer_hea...

  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:11:53
  • Zuletzt bearbeitet 31.10.2025 20:07:06

In the Linux kernel, the following vulnerability has been resolved: mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs Patch series "mm: fixes for device-exclusive entries (hmm)", v2. Discussing the PageTail() call in make_device_exclusive_range() wi...

  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:11:53
  • Zuletzt bearbeitet 03.11.2025 20:17:38

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free in print_graph_function_flags during tracer switching Kairui reported a UAF issue in print_graph_function_flags() during ftrace stress testing [1]. This...