CVE-2026-93212
Last modified
CVE-2026-93212 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nfsd: guard nfsd_serv deref in nfsd_file_net_dispose nfsd_file_net_dispose() is the consumer side of l->freeme: the nfsd service thread loop calls it to drain entries that the filecache garbage collector and shrinker append via nfsd_file_dispose_list_delayed(). During per-net teardown, nn->nfsd_serv is cleared before the filecache laundrette is shut down, so the service thread can still run a dispose pass that finds more than eight entries on l->freeme and dereferences a NULL svc_serv: nfsd service thread loop nfsd_file_net_dispose(nn) if (!list_empty(&l->freeme)) { ... svc_wake_up(nn->nfsd_serv); /* nn->nfsd_serv == NULL */ } The sibling helper nfsd_file_dispose_list_delayed() already documents this ordering and caches nn->nfsd_serv into a local before testing it for NULL.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: guard nfsd_serv deref in nfsd_file_net_dispose nfsd_file_net_dispose() is the consumer side of l->freeme: the nfsd service thread loop calls it to drain entries that the filecache garbage collector and shrinker append via nfsd_file_dispose_list_delayed(). During per-net teardown, nn->nfsd_serv is cleared before the filecache laundrette is shut down, so the service thread can still run a dispose pass that finds more than eight entries on l->freeme and dereferences a NULL svc_serv: nfsd service thread loop nfsd_file_net_dispose(nn) if (!list_empty(&l->freeme)) { ... svc_wake_up(nn->nfsd_serv); /* nn->nfsd_serv == NULL */ } The sibling helper nfsd_file_dispose_list_delayed() already documents this ordering and caches nn->nfsd_serv into a local before testing it for NULL. nfsd_file_net_dispose() was introduced with the same raw svc_wake_up(nn->nfsd_serv) call and never picked up the guard. Fix by loading nn->nfsd_serv into a local svc_serv pointer and only calling svc_wake_up() when it is non-NULL, matching the pattern in nfsd_file_dispose_list_delayed().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ffb402596147ac583f3464ff5c48feb9423e3838, < f4776c1c4b38fbc459420321c8ece87d0f7f95fb; >= ffb402596147ac583f3464ff5c48feb9423e3838, < 59baf45a06435194005fc5fa9a42d89f77a30432; >= ffb402596147ac583f3464ff5c48feb9423e3838, < 766170b4fd2daaf5c4d6735560101474e18edab6; >= ffb402596147ac583f3464ff5c48feb9423e3838, < 9f1ddfc8cb9076592401a611eb3a44d36186d014 |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93212?
How severe is CVE-2026-93212?
How do I fix CVE-2026-93212?
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-93207In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93208In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93209In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9321Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93210In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93211In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93213In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93214In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93215In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93216In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93217In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93218In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93212?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
