Linux

Linux

11868 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.6%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 04.08.2026 10:16:48

In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to me...

  • EPSS 0.24%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 13.03.2025 21:09:44

In the Linux kernel, the following vulnerability has been resolved: cxgb4: avoid accessing registers when clearing filters Hardware register having the server TID base can contain invalid values when adapter is in bad state (for example, due to AER...

  • EPSS 0.23%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 13.03.2025 21:09:36

In the Linux kernel, the following vulnerability has been resolved: net: hns3: put off calling register_netdev() until client initialize complete Currently, the netdevice is registered before client initializing complete. So there is a timewindow b...

  • EPSS 0.6%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 19.03.2025 16:28:16

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Clear DMA ops when switching domain Since commit 08a27c1c3ecf ("iommu: Add support to change default domain of an iommu group") a user can switch a device between IOMMU ...

  • EPSS 0.23%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 13.03.2025 21:09:12

In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcd_dev_list after failed device_add() If the device_add() for a smcd_dev fails, there's no cleanup step that rolls back the earlier list_add(). The de...

  • EPSS 0.54%
  • Veröffentlicht 25.03.2024 09:15:07
  • Zuletzt bearbeitet 04.08.2026 10:16:48

In the Linux kernel, the following vulnerability has been resolved: net: zero-initialize tc skb extension on allocation Function skb_ext_add() doesn't initialize created skb extension with any value and leaves it up to the user. However, since exte...

  • EPSS 0.27%
  • Veröffentlicht 21.03.2024 11:15:28
  • Zuletzt bearbeitet 04.08.2026 10:18:35

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow timeout for anonymous sets Never used from userspace, disallow these parameters.

  • EPSS 0.27%
  • Veröffentlicht 21.03.2024 11:15:28
  • Zuletzt bearbeitet 04.08.2026 11:16:52

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow anonymous set with timeout flag Anonymous sets are never used with timeout from userspace, reject this. Exception to this rule is NFT_SET_EVAL to ens...

  • EPSS 0.2%
  • Veröffentlicht 21.03.2024 11:15:28
  • Zuletzt bearbeitet 04.08.2026 11:16:52

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymou...

  • EPSS 0.24%
  • Veröffentlicht 18.03.2024 11:15:11
  • Zuletzt bearbeitet 04.08.2026 11:16:51

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to can_map_frag() these...