CVE-2025-39896
- EPSS 0.01%
- Veröffentlicht 01.10.2025 08:15:32
- Zuletzt bearbeitet 14.01.2026 20:16:11
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Prevent recovery work from being queued during device removal Use disable_work_sync() instead of cancel_work_sync() in ivpu_dev_fini() to ensure that no new recovery wo...
CVE-2025-39897
- EPSS 0.01%
- Veröffentlicht 01.10.2025 08:15:32
- Zuletzt bearbeitet 14.01.2026 20:16:12
In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Add error handling for RX metadata pointer retrieval Add proper error checking for dmaengine_desc_get_metadata_ptr() which can return an error pointer and lea...
CVE-2025-39899
- EPSS 0.01%
- Veröffentlicht 01.10.2025 08:15:32
- Zuletzt bearbeitet 14.01.2026 20:16:12
In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTE With CONFIG_HIGHPTE on 32-bit ARM, move_pages_pte() maps PTE pages using kmap_local_page(), which requires unmapping...
CVE-2025-39901
- EPSS 0.01%
- Veröffentlicht 01.10.2025 08:15:32
- Zuletzt bearbeitet 14.01.2026 20:16:12
In the Linux kernel, the following vulnerability has been resolved: i40e: remove read access to debugfs files The 'command' and 'netdev_ops' debugfs files are a legacy debugging interface supported by the i40e driver since its early days by commit ...
CVE-2025-39902
- EPSS 0.01%
- Veröffentlicht 01.10.2025 08:15:32
- Zuletzt bearbeitet 16.01.2026 19:30:38
In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in object_err() object_err() reports details of an object for further debugging, such as the freelist pointer, redzone, et...
CVE-2025-39891
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:31
- Zuletzt bearbeitet 23.01.2026 02:32:19
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chan_stats array to zero The adapter->chan_stats[] array is initialized in mwifiex_init_channel_scan_gap() with vmalloc(), which doesn't zero out memo...
CVE-2025-39894
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:31
- Zuletzt bearbeitet 16.01.2026 19:30:25
In the Linux kernel, the following vulnerability has been resolved: netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirm When send a broadcast packet to a tap device, which was added to a bridge, br_nf_local_in() is...
CVE-2025-39889
- EPSS 0.01%
- Veröffentlicht 24.09.2025 11:15:32
- Zuletzt bearbeitet 02.04.2026 09:16:19
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: Check encryption key size on incoming connection This is required for passing GAP/SEC/SEM/BI-04-C PTS test case: Security Mode 4 Level 4, Responder - Invalid En...
CVE-2025-39890
- EPSS 0.02%
- Veröffentlicht 24.09.2025 11:15:32
- Zuletzt bearbeitet 14.01.2026 18:16:39
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event Currently, in ath12k_service_ready_ext_event(), svc_rdy_ext.mac_phy_caps is not freed in the failure case, causing a...
CVE-2024-58241
- EPSS 0.02%
- Veröffentlicht 24.09.2025 11:15:31
- Zuletzt bearbeitet 14.01.2026 20:16:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Disable works on hci_unregister_dev This make use of disable_work_* on hci_unregister_dev since the hci_dev is about to be freed new submissions are not disara...