THREAT OPS › Threat News › [NVD] CVE-2026-64598 (HIGH 8.8) — In the Linux kernel, the following vulnerability has been resolved:
smb/client: Fix error code in smb2_aead_req_alloc()
The "*num_sgs" variable is a u32 so "ERR_PTR(*num_sgs)" doesn't work.
We would have to do something similar to the previous line where it's
cast to int and th
[NVD] CVE-2026-64598 (HIGH 8.8) — In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2_aead_req_alloc() The "*num_sgs" variable is a u32 so "ERR_PTR(*num_sgs)" doesn't work. We would have to do something similar to the previous line where it's cast to int and th
CVE-2026-64598 CVSS: 8.8 HIGH Published: 2026-08-06T08:16:35.473
In the Linux kernel, the following vulnerability has been resolved:
smb/client: Fix error code in smb2_aead_req_alloc()
The "*num_sgs" variable is a u32 so "ERR_PTR(*num_sgs)" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler to store the return in
Indicators of compromise
- CVE-2026-64598cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-64598