CVE-2025-39857
- EPSS 0.31%
- Veröffentlicht 19.09.2025 15:26:28
- Zuletzt bearbeitet 30.07.2026 06:23:51
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.16%
- Veröffentlicht 19.09.2025 15:26:25
- Zuletzt bearbeitet 12.05.2026 13:17:16
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.22%
- Veröffentlicht 19.09.2025 15:26:22
- Zuletzt bearbeitet 30.07.2026 06:23: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-39848
- EPSS 0.24%
- Veröffentlicht 19.09.2025 15:26:21
- Zuletzt bearbeitet 30.07.2026 06:23: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...
CVE-2025-39847
- EPSS 0.16%
- Veröffentlicht 19.09.2025 15:26:20
- Zuletzt bearbeitet 12.05.2026 13:17:15
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.16%
- Veröffentlicht 19.09.2025 15:26:19
- Zuletzt bearbeitet 12.05.2026 13:17:15
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.15%
- Veröffentlicht 19.09.2025 15:26:19
- Zuletzt bearbeitet 14.07.2026 13:17: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...
CVE-2025-39844
- EPSS 0.15%
- Veröffentlicht 19.09.2025 15:26:18
- Zuletzt bearbeitet 12.05.2026 13:17:15
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...
CVE-2025-39843
- EPSS 0.12%
- Veröffentlicht 19.09.2025 15:26:17
- Zuletzt bearbeitet 12.05.2026 13:17:15
In the Linux kernel, the following vulnerability has been resolved: mm: slub: avoid wake up kswapd in set_track_prepare set_track_prepare() can incur lock recursion. The issue is that it is called from hrtimer_start_range_ns holding the per_cpu(hrt...
CVE-2025-39842
- EPSS 0.17%
- Veröffentlicht 19.09.2025 15:26:17
- Zuletzt bearbeitet 12.05.2026 13:17:15
In the Linux kernel, the following vulnerability has been resolved: ocfs2: prevent release journal inode after journal shutdown Before calling ocfs2_delete_osb(), ocfs2_journal_shutdown() has already been executed in ocfs2_dismount_volume(), so osb...