CVE-2025-38015
- EPSS 0.16%
- Veröffentlicht 18.06.2025 09:28:24
- Zuletzt bearbeitet 17.12.2025 19:54:17
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxd_alloc Memory allocated for idxd is not freed if an error occurs during idxd_alloc(). To fix it, free the allocated m...
CVE-2025-38016
- EPSS 0.16%
- Veröffentlicht 18.06.2025 09:28:24
- Zuletzt bearbeitet 14.11.2025 19:01:52
In the Linux kernel, the following vulnerability has been resolved: HID: bpf: abort dispatch if device destroyed The current HID bpf implementation assumes no output report/request will go through it after hid_bpf_destroy_device() has been called. ...
CVE-2025-38014
- EPSS 0.16%
- Veröffentlicht 18.06.2025 09:28:23
- Zuletzt bearbeitet 14.11.2025 19:02:05
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Refactor remove call with idxd_cleanup() helper The idxd_cleanup() helper cleans up perfmon, interrupts, internals and so on. Refactor remove call with the idxd_cl...
CVE-2025-38012
- EPSS 0.16%
- Veröffentlicht 18.06.2025 09:28:22
- Zuletzt bearbeitet 17.11.2025 12:56:07
In the Linux kernel, the following vulnerability has been resolved: sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator BPF programs may call next() and destroy() on BPF iterators even after new() returns an error value (e.g. bpf_fo...
CVE-2025-38013
- EPSS 0.17%
- Veröffentlicht 18.06.2025 09:28:22
- Zuletzt bearbeitet 17.11.2025 12:55:54
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request Make sure that n_channels is set after allocating the struct cfg80211_registered_device::int_scan_req m...
CVE-2025-38011
- EPSS 0.17%
- Veröffentlicht 18.06.2025 09:28:21
- Zuletzt bearbeitet 17.03.2026 13:09:22
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: csa unmap use uninterruptible lock After process exit to unmap csa and free GPU vm, if signal is accepted and then waiting to take vm lock is interrupted and return, it...
CVE-2025-38009
- EPSS 0.17%
- Veröffentlicht 18.06.2025 09:28:20
- Zuletzt bearbeitet 17.12.2025 19:55:20
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: disable napi on driver removal A warning on driver removal started occurring after commit 9dd05df8403b ("net: warn if NAPI instance wasn't shut down"). Disable tx napi ...
CVE-2025-38010
- EPSS 0.16%
- Veröffentlicht 18.06.2025 09:28:20
- Zuletzt bearbeitet 17.11.2025 12:56:38
In the Linux kernel, the following vulnerability has been resolved: phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking The current implementation uses bias_pad_enable as a reference count to manage the shared bias pad for all UTMI PH...
CVE-2025-38008
- EPSS 0.11%
- Veröffentlicht 18.06.2025 09:28:19
- Zuletzt bearbeitet 17.11.2025 12:56:52
In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: fix race condition in unaccepted memory handling The page allocator tracks the number of zones that have unaccepted memory using static_branch_enc/dec() and uses tha...
CVE-2025-38007
- EPSS 0.16%
- Veröffentlicht 18.06.2025 09:28:18
- Zuletzt bearbeitet 17.03.2026 13:15:18
In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogic_input_configured() devm_kasprintf() returns NULL when memory allocation fails. Currently, uclogic_input_configured() does not check for this...