CVE-2025-39864
- EPSS 0.15%
- Veröffentlicht 19.09.2025 15:26:33
- Zuletzt bearbeitet 12.05.2026 13:17:16
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-39862
- EPSS 0.13%
- Veröffentlicht 19.09.2025 15:26:32
- Zuletzt bearbeitet 14.01.2026 20:16:09
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix list corruption after hardware restart Since stations are recreated from scratch, all lists that wcids are added to must be cleared before calling ieee80211...
CVE-2025-39861
- EPSS 0.14%
- Veröffentlicht 19.09.2025 15:26:31
- Zuletzt bearbeitet 14.01.2026 20:16:09
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: vhci: Prevent use-after-free by removing debugfs files early Move the creation of debugfs files into a dedicated function, and ensure they are explicitly removed during ...
CVE-2025-39860
- EPSS 0.15%
- Veröffentlicht 19.09.2025 15:26:30
- Zuletzt bearbeitet 12.05.2026 13:17:16
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-39859
- EPSS 0.14%
- Veröffentlicht 19.09.2025 15:26:29
- Zuletzt bearbeitet 14.01.2026 20:16:09
In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdog The ptp_ocp_detach() only shuts down the watchdog timer if it is pending. However, if the timer handler is already run...
CVE-2025-39857
- EPSS 0.14%
- Veröffentlicht 19.09.2025 15:26:28
- Zuletzt bearbeitet 12.05.2026 13:17:16
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.15%
- 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-39854
- EPSS 0.14%
- 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...
CVE-2025-39852
- EPSS 0.14%
- 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...
CVE-2025-39851
- EPSS 0.15%
- 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 ...