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 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:45

In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflatten_dt_nodes() Commit 78c44d910d3e ("drivers/of: Fix depth when unflattening devicetree") forgot to fix up the depth check in the loop body i...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:45

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible access to freed memory in link clear After modifying the QP to the Error state, all RX WR would be completed with WC in IB_WC_WR_FLUSH_ERR status. Current imp...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 10.01.2025 19:07:06

In the Linux kernel, the following vulnerability has been resolved: erofs: fix pcluster use-after-free on UP platforms During stress testing with CONFIG_SMP disabled, KASAN reports as below: ========================================================...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:45

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmput_async(). From the below call trace [1] can see that calling mmput() o...

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 22:15:05

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix UAF when detecting digest errors We should also bail from the io_work loop when we set rd_enabled to true, so we don't attempt to read data from the socket when the T...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix out-of-bounds read when setting HMAC data. The SRv6 layer allows defining HMAC data that can later be used to sign IPv6 Segment Routing Headers. This configuration is...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix kernel crash during module removal The driver incorrectly frees client instance and subsequent i40e module removal leads to kernel crash. Reproducer: 1. Do ethtool offli...

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report [1] showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages ...

  • EPSS 0.02%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: clean up hook list when offload flags check fails splice back the hook list so nft_chain_release_hook() has a chance to release the hooks. BUG: memory leak u...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Set scmnd->result only when scmnd is not NULL This change fixes the following kernel NULL pointer dereference which is reproduced by blktests srp/007 occasionally. BUG: ...