CVE-2022-50566
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 is a memory leak in the Linux kernel's memory technology device (mtd) subsystem. Specifically, when the function add_mtd_device() fails to register a device, it does not properly release a reference to the device object, causing a kernel memory leak (kmemleak). The issue occurs because put_device() is not called to release the reference when registration fails.
How can this vulnerability impact me? :
The vulnerability can lead to a kernel memory leak, which over time may consume system memory unnecessarily. This can degrade system performance or stability, potentially causing resource exhaustion or system crashes if exploited or left unaddressed.