Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 16.12.2025 20:38:15

In the Linux kernel, the following vulnerability has been resolved: bpf: Scrub packet on bpf_redirect_peer When bpf_redirect_peer is used to redirect packets to a device in another network namespace, the skb isn't scrubbed. That can lead skb inform...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 14.11.2025 17:02:45

In the Linux kernel, the following vulnerability has been resolved: memblock: Accept allocated memory before use in memblock_double_array() When increasing the array size in memblock_double_array() and the slab is not yet available, a call to membl...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 16.12.2025 20:38:32

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix uninit-value for saddr in do_output_route4 syzbot reports for uninit-value for the saddr argument [1]. commit 4754957f04f5 ("ipvs: do not use random local source address ...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 16.12.2025 20:29:12

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leak in parse_lease_state() The previous patch that added bounds check for create lease context introduced a memory leak. When the bounds check fails, the functio...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 16.12.2025 20:29:30

In the Linux kernel, the following vulnerability has been resolved: arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users Support for eBPF programs loaded by unprivileged users is typically disabled. This means only cBPF programs nee...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 16.12.2025 20:30:11

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.11.2025 12:57:15

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix panic in failed foilio allocation commit 7e119cff9d0a ("ocfs2: convert w_pages to w_folios") and commit 9a5e08652dc4b ("ocfs2: use an array of folios instead of an array...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.12.2025 20:05:00

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Add job to pending list if the reset was skipped When a CL/CSD job times out, we check if the GPU has made any progress since the last timeout. If so, instead of resetting...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.11.2025 12:57:06

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in __close_file_table_ids A use-after-free is possible if one thread destroys the file via __ksmbd_close_fd while another thread holds a reference to it. The existin...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.12.2025 20:04:41

In the Linux kernel, the following vulnerability has been resolved: sch_htb: make htb_deactivate() idempotent Alan reported a NULL pointer dereference in htb_next_rb_node() after we made htb_qlen_notify() idempotent. It turns out in the following ...