CVE-2026-64598

HIGHCVSS 8.8/10EPSS 0.16%

Last modified

CVE-2026-64598 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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 an int ret variable. This bug would eventually result in a crash when dereference the invalid error pointer.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.

Description

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 an int ret variable. This bug would eventually result in a crash when dereference the invalid error pointer.

Metrics

CVSS 3.1
8.8/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

EPSS Probability
0.16%

5.3th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < aa37f5fef78dd11cbf983269da2031e12625c56d; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < cad756733dc3985188983f3e2eb77e2927209099; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < a187883cc1dc784a4d32537f5d316f1b7b9ad76f; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < a1cc432cb0b0a1f74f98a0db3b94ca880c7947ac; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < 61f28012e5650c619223decdb7970e0d3162e949
LinuxLinux6.3

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-64598?
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 an int ret variable. This bug would eventually result in a crash when dereference the invalid error pointer.
How severe is CVE-2026-64598?
CVE-2026-64598 has a CVSS score of 8.8/10 (HIGH severity). The EPSS model estimates a 0.16% probability of exploitation in the next 30 days.
How do I fix CVE-2026-64598?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-64598?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST