CVE-2022-50643
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50643, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifs_copy_file_range() If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-09
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50643. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart