CVE-2025-40229
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-04
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | 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 potential memory leak in the Linux kernel's damon_destroy_scheme() function. The function was only cleaning up the filter list but not the ops_filter, which could cause memory to not be freed properly when a scheme is destroyed. The fix ensures that both filter and ops_filter are properly freed, preventing the memory leak.
How can this vulnerability impact me? :
The vulnerability could lead to memory leaks in the Linux kernel, which may cause increased memory usage and potentially degrade system performance or stability over time if schemes are frequently created and destroyed without proper cleanup.