CVE-2025-38418
BaseFortify
Publication date: 2025-07-25
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 | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's remoteproc core. Specifically, when attaching a remote processor using rproc_attach(), if the function rproc_handle_resources() fails, the clean table (rproc->clean_table) is not released properly. This leads to a memory leak because the allocated memory is not freed when it should be.
How can this vulnerability impact me? :
The impact of this vulnerability is a memory leak in the Linux kernel, which can cause increased memory usage over time. This may degrade system performance or stability, especially on systems that frequently attach and detach remote processors, potentially leading to resource exhaustion or crashes.