CVE-2026-64598

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/08/2026
Last modified:
17/08/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> smb/client: Fix error code in smb2_aead_req_alloc()<br /> <br /> The "*num_sgs" variable is a u32 so "ERR_PTR(*num_sgs)" doesn&amp;#39;t work.<br /> We would have to do something similar to the previous line where it&amp;#39;s<br /> cast to int and then long. However, it&amp;#39;s simpler to store the return in<br /> an int ret variable.<br /> <br /> This bug would eventually result in a crash when dereference the invalid<br /> error pointer.