CVE-2022-50639
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1-rc1 |
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 io-wq (I/O worker queue) subsystem. Specifically, if the CPU mask allocation for a node fails during worker creation, the memory allocated for the 'io_wqe' structure of that node is not freed properly because it has not yet been added to the 'wqes' array. This leads to unreferenced memory that is not released, causing a memory leak.
How can this vulnerability impact me? :
The memory leak can cause increased memory usage over time, potentially leading to resource exhaustion on the affected system. This can degrade system performance or cause instability, especially under heavy I/O workloads or prolonged operation, as leaked memory accumulates without being freed.