- EPSS 0.05%
- Veröffentlicht 24.12.2025 10:55:18
- Zuletzt bearbeitet 29.12.2025 15:58:56
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe() There are two refcount leak bugs in qcom_smsm_probe(): (1) The 'local_node' is escaped out from for_each_child_of_node...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 10:55:17
- Zuletzt bearbeitet 29.12.2025 15:58:56
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host SDIO may need addtional 511 bytes to align bus operation. If the tailroom of this skb is not big enough, we would ac...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:55:17
- Zuletzt bearbeitet 29.12.2025 15:58:56
In the Linux kernel, the following vulnerability has been resolved: vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init() Inject fault while probing module, if device_register() fails in vdpasim_net_init() or vdpasim_blk_i...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 10:55:16
- Zuletzt bearbeitet 29.12.2025 15:58:56
In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Delay the unmapping of the buffer On WCN3990, we are seeing a rare scenario where copy engine hardware is sending a copy complete interrupt to the host driver while s...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:55:15
- Zuletzt bearbeitet 29.12.2025 15:58:56
In the Linux kernel, the following vulnerability has been resolved: selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context() The following warning was triggered on a hardware environment: SELinux: Converting 162 SID table entri...
- EPSS 0.03%
- Veröffentlicht 24.12.2025 10:55:14
- Zuletzt bearbeitet 29.12.2025 15:58:56
In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219_register_dai_clks() If clk_hw_register() fails, the corresponding clk should not be unregistered. To handle errors from loops, c...
- EPSS 0.05%
- Veröffentlicht 24.12.2025 10:55:13
- Zuletzt bearbeitet 29.12.2025 15:58:56
In the Linux kernel, the following vulnerability has been resolved: mrp: introduce active flags to prevent UAF when applicant uninit The caller of del_timer_sync must prevent restarting of the timer, If we have no this synchronization, there is a s...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 10:33:15
- Zuletzt bearbeitet 19.01.2026 13:16:11
In the Linux kernel, the following vulnerability has been resolved: smack: fix bug: unprivileged task can create labels If an unprivileged task is allowed to relabel itself (/smack/relabel-self is not empty), it can freely create new labels by writ...
- EPSS 0.04%
- Veröffentlicht 24.12.2025 10:33:14
- Zuletzt bearbeitet 19.01.2026 13:16:11
In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1x_syncpt_alloc() and host1x_syncpt_put() by using kref_put_mutex() instead of kref_put() + manual mutex l...
- EPSS 0.02%
- Veröffentlicht 24.12.2025 10:33:13
- Zuletzt bearbeitet 29.12.2025 15:58:34
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_from_context() Don't add BO to the vdev->bo_list in ivpu_gem_create_object(). When failure happens inside drm_gem_shmem_create(...