CVE-2026-45964
Last modified
CVE-2026-45964 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path Commit 5940d1cf9f42 ("SUNRPC: Rebalance a kref in auth_gss.c") added a kref_get(&gss_auth->kref) call to balance the gss_put_auth() done in gss_release_msg(), but forgot to add a corresponding kref_put() on the error path when kstrdup_const() fails. If service_name is non-NULL and kstrdup_const() fails, the function jumps to err_put_pipe_version which calls put_pipe_version() and kfree(gss_msg), but never releases the gss_auth reference. This leads to a kref leak where the gss_auth structure is never freed. Add a forward declaration for gss_free_callback() and call kref_put() in the err_put_pipe_version error path to properly release the reference taken earlier.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path Commit 5940d1cf9f42 ("SUNRPC: Rebalance a kref in auth_gss.c") added a kref_get(&gss_auth->kref) call to balance the gss_put_auth() done in gss_release_msg(), but forgot to add a corresponding kref_put() on the error path when kstrdup_const() fails. If service_name is non-NULL and kstrdup_const() fails, the function jumps to err_put_pipe_version which calls put_pipe_version() and kfree(gss_msg), but never releases the gss_auth reference. This leads to a kref leak where the gss_auth structure is never freed. Add a forward declaration for gss_free_callback() and call kref_put() in the err_put_pipe_version error path to properly release the reference taken earlier.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.2, < 5.10.252 |
| Linux | Linux Kernel | >= 5.11, < 5.15.202 |
| Linux | Linux Kernel | >= 5.16, < 6.1.165 |
| Linux | Linux Kernel | >= 6.2, < 6.6.128 |
| Linux | Linux Kernel | >= 6.7, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-45964?
How severe is CVE-2026-45964?
How do I fix CVE-2026-45964?
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-45959In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4596A vulnerability was identified in projectworlds Lawyer Manag…5.4
- CVE-2026-45960In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45961In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45962In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45963In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45965In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45966In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45967In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45968In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45969In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4597A security flaw has been discovered in 648540858 wvp-GB28181…6.3
Are you affected by CVE-2026-45964?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
