CVE-2025-39864
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:33
- Zuletzt bearbeitet 20.01.2026 20:41:47
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix use-after-free in cmp_bss() Following bss_free() quirk introduced in commit 776b3580178f ("cfg80211: track hidden SSID networks properly"), adjust cfg80211_upda...
CVE-2025-39860
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:30
- Zuletzt bearbeitet 20.01.2026 20:42:47
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen() syzbot reported the splat below without a repro. In the splat, a single thread calling bt_accept_dequeue() freed sk an...
CVE-2025-39857
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:28
- Zuletzt bearbeitet 20.01.2026 20:43:05
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() BUG: kernel NULL pointer dereference, address: 00000000000002ec PGD 0 P4D 0 Oops: Oops: 0000 [#1] SMP PTI CPU:...
CVE-2025-39853
- 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 ...
CVE-2025-39849
- 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...
CVE-2025-39848
- 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...
CVE-2025-39847
- 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...
CVE-2025-39846
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:19
- Zuletzt bearbeitet 20.01.2026 15:22:04
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...
CVE-2025-39845
- 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...
CVE-2025-39844
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:18
- Zuletzt bearbeitet 20.01.2026 15:24:20
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...