CVE-2025-38706
BaseFortify
Publication date: 2025-09-04
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's ASoC core where the function snd_soc_remove_pcm_runtime() can be called with a null pointer (rtd == NULL). This happens when a topology link is marked as ignored due to missing hardware, leading to no runtime being created. When the module is removed, the function is called with this null pointer, causing a null pointer dereference.
How can this vulnerability impact me? :
The impact of this vulnerability is a potential null pointer dereference in the Linux kernel, which can cause a system crash or instability when the affected function is called with a null pointer during module removal. This could lead to denial of service or system reliability issues.