Linux

Linux Kernel

14320 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 28.04.2024 13:15:08
  • Zuletzt bearbeitet 19.09.2025 15:04:31

In the Linux kernel, the following vulnerability has been resolved: smb3: fix temporary data corruption in insert range insert range doesn't discard the affected cached region so can risk temporarily corrupting file data. Also includes some minor ...

  • EPSS 0.01%
  • Veröffentlicht 28.04.2024 13:15:08
  • Zuletzt bearbeitet 19.09.2025 15:04:39

In the Linux kernel, the following vulnerability has been resolved: smb3: fix temporary data corruption in collapse range collapse range doesn't discard the affected cached region so can risk temporarily corrupting the file data. This fixes xfstest...

  • EPSS 0.02%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 07.01.2025 16:58:08

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() It seems to me that percpu memory for chain stats started leaking since commit 3bc158f8d0330f0a ("netfilter: nf...

  • EPSS 0.02%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 18.09.2025 14:06:18

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() syzbot is reporting underflow of nft_counters_enabled counter at nf_tables_addchain() [1], for comm...

  • EPSS 0.01%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 19.09.2025 14:57:19

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc->destroy() gets called even if qdisc->init() never succeede...

  • EPSS 0.02%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 19.09.2025 15:01:31

In the Linux kernel, the following vulnerability has been resolved: net: enetc: deny offload of tc-based TSN features on VF interfaces TSN features on the ENETC (taprio, cbs, gate, police) are configured through a mix of command BD ring messages an...

  • EPSS 0.01%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 20.03.2025 21:29:44

In the Linux kernel, the following vulnerability has been resolved: sfc/siena: fix null pointer dereference in efx_hard_start_xmit Like in previous patch for sfc, prevent potential (but unlikely) NULL pointer dereference.

  • EPSS 0.02%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 03.03.2025 17:47:59

In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the tx_channel_offset was hardcoded to 1, but that's not correct if efx_sepparate_tx_channels is fa...

  • EPSS 0.02%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 14.01.2025 14:52:07

In the Linux kernel, the following vulnerability has been resolved: sfc: fix null pointer dereference in efx_hard_start_xmit Trying to get the channel from the tx_queue variable here is wrong because we can only be here if tx_queue is NULL, so we s...

  • EPSS 0.02%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 10.01.2025 17:49:53

In the Linux kernel, the following vulnerability has been resolved: mm/slab_common: fix possible double free of kmem_cache When doing slub_debug test, kfence's 'test_memcache_typesafe_by_rcu' kunit test case cause a use-after-free error: BUG: KA...