CVE-2022-50643
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 | * |
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 resource leak in the Linux kernel's CIFS implementation. Specifically, when the function cifs_copy_file_range() is used on a file involved in swap operations, it fails to free a resource called xid before returning an error (-EOPNOTSUPP). This leads to a xid leak, meaning that the resource is not properly released.
How can this vulnerability impact me? :
The xid leak caused by this vulnerability can lead to resource exhaustion in the kernel, potentially degrading system performance or causing instability over time if the leaked resources accumulate.