CVE-2026-93211: nfsd: initialize DRC hash table before registering shrinker

Published Sep 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

nfsd: initialize DRC hash table before registering shrinker

shrinkerregister() precedes the INITLISTHEAD loop and the drchashsize store. On weakly-ordered architectures (arm64, ppc), a shrinker scan can observe drchashsize before the bucket list heads are initialized, causing a NULL deref in the DRC shrinker callback.

Move bucket initialization and the drchashsize store before shrinkerregister() so the hash table is fully initialized before it becomes visible to the shrinker.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 24, 2026
CVE Published
via MITRE·03:10 PM
Data Sourced
via MITRE·03:10 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

Which systems are most likely to encounter this issue?

Linux systems running the kernel NFS server (nfsd) are relevant. The race is specifically described on weakly ordered architectures, including arm64 and PowerPC (ppc).

2

What condition triggers the failure?

A shrinker scan must run after the shrinker is registered but before the DRC hash-table bucket list heads have been initialized. In that window, the scan can observe the hash-size value and dereference an uninitialized bucket list head, causing a NULL-pointer dereference in the DRC shrinker callback.

3

How can the issue be mitigated if the kernel cannot be updated immediately?

The provided information does not identify a configuration workaround. The described fix is to ensure the DRC hash-table buckets and hash-size value are initialized before registering the shrinker.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203