CVE-2022-50351
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/09/2025
Last modified:
17/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
cifs: Fix xid leak in cifs_create()<br />
<br />
If the cifs already shutdown, we should free the xid before return,<br />
otherwise, the xid will be leaked.