Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:12:15
  • Zuletzt bearbeitet 01.10.2025 18:15:43

In the Linux kernel, the following vulnerability has been resolved: udp: Fix multiple wraparounds of sk->sk_rmem_alloc. __udp_enqueue_schedule_skb() has the following condition: if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) goto...

  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:12:14
  • Zuletzt bearbeitet 31.10.2025 20:17:44

In the Linux kernel, the following vulnerability has been resolved: net: decrease cached dst counters in dst_release Upstream fix ac888d58869b ("net: do not delay dst_entries_add() in dst_release()") moved decrementing the dst count from dst_destro...

  • EPSS 0.03%
  • Veröffentlicht 16.04.2025 14:12:14
  • Zuletzt bearbeitet 03.11.2025 20:17:40

In the Linux kernel, the following vulnerability has been resolved: udp: Fix memory accounting leak. Matt Dowling reported a weird UDP memory usage issue. Under normal operation, the UDP memory usage reported in /proc/net/sockstat remains close to...

  • EPSS 0.01%
  • Veröffentlicht 16.04.2025 14:12:13
  • Zuletzt bearbeitet 03.11.2025 20:17:40

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_tunnel: fix geneve_opt type confusion addition When handling multiple NFTA_TUNNEL_KEY_OPTS_GENEVE attributes, the parsing logic should place every geneve_opt structu...

  • EPSS 0.03%
  • Veröffentlicht 16.04.2025 14:12:12
  • Zuletzt bearbeitet 03.11.2025 20:17:40

In the Linux kernel, the following vulnerability has been resolved: net: fix geneve_opt length integer overflow struct geneve_opt uses 5 bit length for each single option, which means every vary size option should be smaller than 128 bytes. Howeve...

  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:12:11
  • Zuletzt bearbeitet 31.10.2025 20:18:11

In the Linux kernel, the following vulnerability has been resolved: net: ibmveth: make veth_pool_store stop hanging v2: - Created a single error handling unlock and exit in veth_pool_store - Greatly expanded commit message with previous explanatory...

  • EPSS 0.04%
  • Veröffentlicht 16.04.2025 14:12:11
  • Zuletzt bearbeitet 03.11.2025 20:17:40

In the Linux kernel, the following vulnerability has been resolved: arcnet: Add NULL check in com20020pci_probe() devm_kasprintf() returns NULL when memory allocation fails. Currently, com20020pci_probe() does not check for this case, which results...

  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:12:10
  • Zuletzt bearbeitet 30.10.2025 15:15:36

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix Oops after disconnect in ni_usb If the usb dongle is disconnected subsequent calls to the driver cause a NULL dereference Oops as the bus_interface is set to NUL...

  • EPSS 0.02%
  • Veröffentlicht 16.04.2025 14:12:09
  • Zuletzt bearbeitet 30.10.2025 15:15:36

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix Oops after disconnect in agilent usb If the agilent usb dongle is disconnected subsequent calls to the driver cause a NULL dereference Oops as the bus_interface ...

  • EPSS 0.03%
  • Veröffentlicht 16.04.2025 14:12:08
  • Zuletzt bearbeitet 03.11.2025 20:17:39

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Increase ARCH_DMA_MINALIGN up to 16 ARCH_DMA_MINALIGN is 1 by default, but some LoongArch-specific devices (such as APBDMA) require 16 bytes alignment. When the data buf...