CVE-2026-64598
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/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < aa37f5fef78dd11cbf983269da2031e12625c56d; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < cad756733dc3985188983f3e2eb77e2927209099; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < a187883cc1dc784a4d32537f5d316f1b7b9ad76f; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < a1cc432cb0b0a1f74f98a0db3b94ca880c7947ac; >= d08089f649a0cfb2099c8551ac47eef0cc23fdf2, < 61f28012e5650c619223decdb7970e0d3162e949 |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64598?
How severe is CVE-2026-64598?
How do I fix CVE-2026-64598?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64592In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64593In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64594In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64595In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64596In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64597In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64599In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64600In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64601In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64602In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64603In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64604In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64598?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
