CVE-2025-39854
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:25
- Zuletzt bearbeitet 12.12.2025 21:21:06
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...
CVE-2025-39852
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:24
- Zuletzt bearbeitet 11.12.2025 15:33:12
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...
CVE-2025-39851
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:23
- Zuletzt bearbeitet 12.12.2025 21:20:42
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.04%
- Veröffentlicht 19.09.2025 15:26:22
- Zuletzt bearbeitet 03.11.2025 18:16:50
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...
CVE-2025-39850
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:22
- Zuletzt bearbeitet 12.12.2025 21:20:34
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.05%
- Veröffentlicht 19.09.2025 15:26:21
- Zuletzt bearbeitet 03.11.2025 18:16:50
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.05%
- Veröffentlicht 19.09.2025 15:26:20
- Zuletzt bearbeitet 03.11.2025 18:16:50
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.04%
- Veröffentlicht 19.09.2025 15:26:19
- Zuletzt bearbeitet 03.11.2025 18:16:50
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...
- EPSS 0.05%
- Veröffentlicht 19.09.2025 15:26:19
- Zuletzt bearbeitet 03.11.2025 18:16:50
In the Linux kernel, the following vulnerability has been resolved: pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region() In __iodyn_find_io_region(), pcmcia_make_resource() is assigned to res and used in pci_bus_alloc_resource(). Ther...
- EPSS 0.04%
- Veröffentlicht 19.09.2025 15:26:18
- Zuletzt bearbeitet 03.11.2025 18:16:49
In the Linux kernel, the following vulnerability has been resolved: mm: move page table sync declarations to linux/pgtable.h During our internal testing, we started observing intermittent boot failures when the machine uses 4-level paging and has a...