3 matches found
CVE-2025-38287
Technical details about CVE-2025-38287 are not publicly provided in the supplied documents. Monitor official advisories for updates, affected products, and fixes.
kernel: bpf: bpf_sk_storage: Fix invalid wait context lockdep report
A locking context violation was found in the BPF socket local storage implementation in the Linux kernel. The code attempts to allocate memory via kzalloc while holding a rawspinlock, which is unsafe for PREEMPTRT kernels. This can cause lockdep warnings and potential issues on real-time kernels...
PT-2022-35066 · Linux · Linux Kernel
Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.3 Description: The issue concerns the use of per-device lockdep class for mlock. It was introduced in version v4.10 and is fixed in Linux Kernel version v6.0.3. The actual impact and attack plausibility hav...