CVE-2025-38704
BaseFortify
Publication date: 2025-09-04
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves improper handling of a pointer (rdp's->nocb_cb_kthread) during CPU online preparation. If the creation of certain kernel threads fails, the pointer may remain unassigned but still be accessed later, leading to invalid pointer access. This happens because the system incorrectly uses a pointer that may not be valid after CPU offload and re-offload operations, potentially causing kernel thread operations to access invalid memory.
How can this vulnerability impact me? :
The vulnerability can lead to invalid pointer access within the kernel, which may cause system instability, crashes, or unpredictable behavior during CPU online/offline operations. This could affect system reliability and potentially lead to denial of service or other kernel-level issues.