CVE-2026-90102: NFSv4/pnfs: key the data server cache on the NFS version

Published Sep 17, 2026
·
Updated

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

NFSv4/pnfs: key the data server cache on the NFS version

nfs4pnfsdsadd() keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver, which always connects with version 4, but flexfiles takes its version tuple from GETDEVICEINFO per device, and one address can legitimately serve both NFSv3 and NFSv4.

Two deviceids on one address with different dsversions[0].version therefore share a single nfs4pnfsds, and whichever mirror connects first pins dsclp to its own version. The other one is handed that client anyway, so it selects rpccallops for a version the connection does not speak, and the mismatched sequence-slot handling dereferences NULL.

Add the version to the cache key so the two cannot alias, giving each version its own nfs4pnfsds and connection while both mirrors stay usable. Only the major version is compared, since that is what selects rpccallops and rpcops; v4.0 and v4.1 keep sharing a client. The files layout driver passes the 4 it already hardcodes at connect time.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel (NFSv4/pnfs) to a version that resolves this vulnerability.

    Patch NULL

Event History

Sep 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

Which deployments are exposed to this failure?

The issue affects pNFS flexfiles deployments where a single data-server address legitimately serves both NFSv3 and NFSv4, and device information causes mirrors with different major NFS versions to use that same address. The files layout driver is not subject to the mixed-version condition because it always connects using NFSv4.

2

What conditions trigger the crash?

Two device IDs on the same data-server address must have different ds_versions[0].version values. If one mirror connects first, its NFS client is reused for the other mirror despite the version mismatch; the resulting mismatched sequence-slot handling can dereference NULL.

3

Does a difference between NFSv4.0 and NFSv4.1 trigger this issue?

No. The relevant cache separation is by major NFS version, because that selects the RPC operations; NFSv4.0 and NFSv4.1 continue to share a client.

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