Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 19.09.2025 15:26:26
  • Zuletzt bearbeitet 14.01.2026 20:16:08

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL access of tx->in_use in ice_ptp_ts_irq The E810 device has support for a "low latency" firmware interface to access and read the Tx timestamps. This interface does no...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:25
  • Zuletzt bearbeitet 20.01.2026 15:16:52

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix potential invalid access when MAC list is empty list_first_entry() never returns NULL - if the list is empty, it still returns a pointer to an invalid object, leading to ...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:25
  • Zuletzt bearbeitet 14.01.2026 20:16:08

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL access of tx->in_use in ice_ll_ts_intr Recent versions of the E810 firmware have support for an extra interrupt to handle report of the "low latency" Tx timestamps co...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:24
  • Zuletzt bearbeitet 14.01.2026 20:16:08

In the Linux kernel, the following vulnerability has been resolved: net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6 When tcp_ao_copy_all_matching() fails in tcp_v6_syn_recv_sock() it just exits the function. This ends up causing...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:23
  • Zuletzt bearbeitet 14.01.2026 20:16:08

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD when refreshing an FDB entry with a nexthop object VXLAN FDB entries can point to either a remote destination or an FDB nexthop group. The latter is usually used in ...

  • EPSS 0.03%
  • Veröffentlicht 19.09.2025 15:26:22
  • Zuletzt bearbeitet 20.01.2026 15:17:26

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result() If the ssid->datalen is more than IEEE80211_MAX_SSID_LEN (32) it would lead to memory corruption so add some bou...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:22
  • Zuletzt bearbeitet 14.01.2026 20:16:07

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects When the "proxy" option is enabled on a VXLAN device, the device will suppress ARP requests and IPv6 Neighbor Soli...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:21
  • Zuletzt bearbeitet 20.01.2026 15:19:24

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25_kiss_rcv() Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d ("net: introduce per netns packet chains"). skb->dev b...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:20
  • Zuletzt bearbeitet 20.01.2026 15:20:07

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in pad_compress_skb If alloc_skb() fails in pad_compress_skb(), it returns NULL without releasing the old skb. The caller does: skb = pad_compress_skb(ppp...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:19
  • Zuletzt bearbeitet 20.01.2026 15:23:27

In the Linux kernel, the following vulnerability has been resolved: x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings() Define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings() to ensure page tables are properly sync...