CVE-2022-50372
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-12-11
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.16 (inc) to 6.0.6 (exc) |
| linux | linux_kernel | 6.1 |
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 memory leak in the Linux kernel's CIFS (Common Internet File System) implementation. Specifically, when the system tries to build an NTLMSSP negotiate blob during a CIFS mount operation and this process fails, the allocated memory for the session setup request is not properly freed. This leads to unreferenced memory objects remaining allocated, causing a memory leak.
How can this vulnerability impact me? :
The memory leak can cause increased memory usage on the affected system over time, potentially leading to degraded system performance or resource exhaustion if the CIFS mount operation fails repeatedly. This could affect system stability and availability.