Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 27.02.2024 07:15:08
  • Zuletzt bearbeitet 21.11.2024 06:34:55

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_limit: avoid possible divide error in nft_limit_init div_u64() divides u64 by u32. nft_limit_init() wants to divide u64 by u64, use the appropriate math function (d...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 07:15:08
  • Zuletzt bearbeitet 21.11.2024 06:34:55

In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ethtool loopback test The ixgbe driver currently generates a NULL pointer dereference when performing the ethtool loopback test. This is due ...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2024 07:15:08
  • Zuletzt bearbeitet 21.11.2024 06:34:55

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq rese...

  • EPSS 0.01%
  • Veröffentlicht 27.02.2024 07:15:08
  • Zuletzt bearbeitet 21.11.2024 06:34:55

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: clear MSIX permission entry on shutdown Add disabling/clearing of MSIX permission entries on device shutdown to mirror the enabling of the MSIX entries on probe. C...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2024 07:15:08
  • Zuletzt bearbeitet 21.11.2024 06:34:55

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq size store permission state WQ size can only be changed when the device is disabled. Current code allows change when device is enabled but wq is disabled. C...

  • EPSS 0.01%
  • Veröffentlicht 27.02.2024 07:15:08
  • Zuletzt bearbeitet 21.11.2024 06:34:56

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback Current code blindly writes over the SWERR and the OVERFLOW bits. Write back the bits actually read instead so th...

  • EPSS 0.01%
  • Veröffentlicht 27.02.2024 07:15:07
  • Zuletzt bearbeitet 21.11.2024 06:34:54

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 ("PCI: Add a call to pci_assign_irq() in pci_device_probe()"), the PCI code will call the IRQ mapping function ...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2024 07:15:07
  • Zuletzt bearbeitet 21.11.2024 06:34:54

In the Linux kernel, the following vulnerability has been resolved: ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabled The debugging code for kmap_local() doubles the number of per-CPU fixmap slots allocated for kmap_loca...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 07:15:07
  • Zuletzt bearbeitet 21.11.2024 06:34:54

In the Linux kernel, the following vulnerability has been resolved: ch_ktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take tx_ctx lock for the complete skb transmit, to avoid page cleanup ...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2024 07:15:07
  • Zuletzt bearbeitet 21.11.2024 06:34:55

In the Linux kernel, the following vulnerability has been resolved: net: Make tcp_allowed_congestion_control readonly in non-init netns Currently, tcp_allowed_congestion_control is global and writable; writing to it in any net namespace will leak i...