CVE-2025-39900
- 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_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y syzbot reported a WARNING in est_timer() [1] Problem here is that with CONFIG_PREEMPT_RT=y, timer callbacks can be...
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.01%
- 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-39892
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:31
- Zuletzt bearbeitet 14.01.2026 20:16:11
In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-core: care NULL dirver name on snd_soc_lookup_component_nolocked() soc-generic-dmaengine-pcm.c uses same dev for both CPU and Platform. In such case, CPU component driver...
CVE-2025-39893
- EPSS 0.02%
- Veröffentlicht 01.10.2025 08:15:31
- Zuletzt bearbeitet 14.01.2026 20:16:11
In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spi_register_controller() function retu...
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 04.03.2026 14:16:13
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...