CVE-2022-50559
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves a memory leak occurring in the clk: imx: scu component when the function platform_device_add() fails. The issue arises because there is no error handling performed when platform_device_add() fails, leading to a memory leak. The fix involves adding error processing before returning from the function and modifying the return value accordingly.
How can this vulnerability impact me? :
The vulnerability can lead to a memory leak in the Linux kernel, which may cause increased memory usage and potentially degrade system performance or stability over time if the failure condition occurs repeatedly.