CVE-2022-49938
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 small memory pool leak in the Linux kernel's CIFS implementation during the SMB2 negotiation process. Specifically, when there is a failure due to dialect mismatches in SMB2_negotiate(), the error handling incorrectly returns -EIO without freeing the allocated response buffer from the memory pool, causing a memory leak.
How can this vulnerability impact me? :
The impact of this vulnerability is a small memory leak in the kernel's CIFS SMB2 negotiation process. Over time, this could lead to increased memory usage and potentially degrade system performance or stability if the leak accumulates.