CVE-2025-38610
- EPSS 0.03%
- Veröffentlicht 19.08.2025 17:15:39
- Zuletzt bearbeitet 07.01.2026 18:22:17
In the Linux kernel, the following vulnerability has been resolved: powercap: dtpm_cpu: Fix NULL pointer dereference in get_pd_power_uw() The get_pd_power_uw() function can crash with a NULL pointer dereference when em_cpu_get() returns NULL. This ...
CVE-2025-38612
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:39
- Zuletzt bearbeitet 07.01.2026 18:21:29
In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc() In the error paths after fb_info structure is successfully allocated, the memory allocated in fb_deferred_io_...
CVE-2025-38601
- EPSS 0.03%
- Veröffentlicht 19.08.2025 17:15:38
- Zuletzt bearbeitet 07.01.2026 18:42:43
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: clear initialized flag for deinit-ed srng lists In a number of cases we see kernel panics on resume due to ath11k kernel page fault, which happens under the following...
CVE-2025-38602
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:38
- Zuletzt bearbeitet 07.01.2026 18:38:47
In the Linux kernel, the following vulnerability has been resolved: iwlwifi: Add missing check for alloc_ordered_workqueue Add check for the return value of alloc_ordered_workqueue since it may return NULL pointer.
CVE-2025-38604
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:38
- Zuletzt bearbeitet 07.01.2026 18:36:24
In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Kill URBs before clearing tx status queue In rtl8187_stop() move the call of usb_kill_anchored_urbs() before clearing b_tx_status.queue. This change prevents callbac...
CVE-2025-38605
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:38
- Zuletzt bearbeitet 26.11.2025 18:02:03
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Pass ab pointer directly to ath12k_dp_tx_get_encap_type() In ath12k_dp_tx_get_encap_type(), the arvif parameter is only used to retrieve the ab pointer. In vdev delet...
CVE-2025-38593
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:37
- Zuletzt bearbeitet 06.12.2025 22:15:51
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()' Function 'hci_discovery_filter_clear()' frees 'uuids' array and then sets it to NULL. There is a tiny chance ...
CVE-2025-38595
- EPSS 0.03%
- Veröffentlicht 19.08.2025 17:15:37
- Zuletzt bearbeitet 26.11.2025 18:01:25
In the Linux kernel, the following vulnerability has been resolved: xen: fix UAF in dmabuf_exp_from_pages() [dma_buf_fd() fixes; no preferences regarding the tree it goes through - up to xen folks] As soon as we'd inserted a file reference into de...
CVE-2025-38597
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:37
- Zuletzt bearbeitet 26.11.2025 18:01:39
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-port Each window of a vop2 is usable by a specific set of video ports, so while binding the vop2, we look th...
CVE-2025-38587
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:36
- Zuletzt bearbeitet 07.01.2026 18:45:52
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in fib6_info_uses_dev() fib6_info_uses_dev() seems to rely on RCU without an explicit protection. Like the prior fix in rt6_nlmsg_size(), we need ...