CVE-2022-50500
BaseFortify
Publication date: 2025-10-04
Last updated on: 2025-10-06
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.15.160 (inc) to 5.16 (inc) |
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 netdevsim driver. Specifically, if the function nsim_dev_resources_register() fails during the probe process (nsim_drv_probe()), allocated memory is not properly freed, causing a memory leak. This means that some memory remains allocated and unused, which can degrade system performance over time.
How can this vulnerability impact me? :
The memory leak can lead to increased memory usage on the affected system, potentially causing reduced performance or system instability if the leak is significant or occurs repeatedly. Over time, this could exhaust available memory resources, impacting the reliability of the system running the Linux kernel with the netdevsim driver.