CVE-2022-50076
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.14 |
| linux | linux_kernel | 5.14 |
| linux | linux_kernel | 5.14 |
| 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) |
| 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 memory leak in the Linux kernel's CIFS (Common Internet File System) implementation related to deferred close operations. Specifically, when the deferred close work is canceled, the associated memory structure (cifs_deferred_close) is not properly cleaned up, leading to unreferenced memory objects that are not freed.
How can this vulnerability impact me? :
The memory leak can cause increased memory usage over time, potentially leading to degraded system performance or exhaustion of memory resources. This could affect system stability and reliability, especially on systems heavily using CIFS for file sharing.