CVE-2026-93211
Last modified
CVE-2026-93211 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize DRC hash table before registering shrinker shrinker_register() precedes the INIT_LIST_HEAD loop and the drc_hashsize store. On weakly-ordered architectures (arm64, ppc), a shrinker scan can observe drc_hashsize before the bucket list heads are initialized, causing a NULL deref in the DRC shrinker callback. Move bucket initialization and the drc_hashsize store before shrinker_register() so the hash table is fully initialized before it becomes visible to the shrinker..
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize DRC hash table before registering shrinker shrinker_register() precedes the INIT_LIST_HEAD loop and the drc_hashsize store. On weakly-ordered architectures (arm64, ppc), a shrinker scan can observe drc_hashsize before the bucket list heads are initialized, causing a NULL deref in the DRC shrinker callback. Move bucket initialization and the drc_hashsize store before shrinker_register() so the hash table is fully initialized before it becomes visible to the shrinker.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8eea99a81c6f67c08fedd7db2ccd09aa93db69a7, < f060f43a67635dbb393bf5dcbfc3e8b9a44942cb; >= 8eea99a81c6f67c08fedd7db2ccd09aa93db69a7, < b57bd8cb739cb3cf88bdb1a5903a42a707a5c282; >= 8eea99a81c6f67c08fedd7db2ccd09aa93db69a7, < 431c70ca5163c98c746f22f16cd58ca5aefec6dc; >= 8eea99a81c6f67c08fedd7db2ccd09aa93db69a7, < b0c58934f5cc4f05b63ef6605dd10c1d0d489e88 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93211?
How severe is CVE-2026-93211?
How do I fix CVE-2026-93211?
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-93206In the Linux kernel, the following vulnerability has been re…
- 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-93212In 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…
Are you affected by CVE-2026-93211?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
