CVE-2022-50170
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-28
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.17.14 (inc) to 5.18 (exc) |
| linux | linux_kernel | From 5.18.3 (inc) to 5.18.18 (exc) |
| linux | linux_kernel | From 5.19 (inc) to 5.19.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
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 kunit executor. Specifically, when memory allocation for 'filtered' fails but the copy of the suite succeeds, the allocated memory for the copy is not properly freed, causing a memory leak. The fix ensures that the 'copy' is properly freed if the allocation for 'filtered' fails.
How can this vulnerability impact me? :
The impact of this vulnerability is a memory leak in the kernel during test execution, which could lead to increased memory usage and potentially degrade system performance or stability over time if the leak occurs repeatedly.