CVE-2022-49938
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
cifs: fix small mempool leak in SMB2_negotiate()<br />
<br />
In some cases of failure (dialect mismatches) in SMB2_negotiate(), after<br />
the request is sent, the checks would return -EIO when they should be<br />
rather setting rc = -EIO and jumping to neg_exit to free the response<br />
buffer from mempool.