CVE-2026-89694: nfsd: check client ownership when cancelling a copy-notify stateid

Published Sep 11, 2026
·
Updated

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

nfsd: check client ownership when cancelling a copy-notify stateid

On the OFFLOADCANCEL path (clp != NULL), managecpntfstate() freed the target cpntf state without checking ownership. The lookup key st->siopaque.soid is allocated cyclically (guessable) and the embedded clientid is the fixed per-net nn->s2scpclid, so any authenticated NFSv4.2 client could cancel and free another client's copy-notify stateid.

Compare the creating clientid recorded in state->cppclid against the requesting client's clclientid and return nfserrbadstateid on a mismatch instead of freeing the entry.

Affected Software

1 affected component
Linux Linux kernel (NFS nfsd)

Event History

Sep 11, 2026
CVE Published
via MITRE·07:46 PM
Data Sourced
via MITRE·07:46 PM
Description

Frequently Asked Questions

1

Who can exploit this issue?

Any authenticated NFSv4.2 client can exploit it. The vulnerable path is OFFLOAD_CANCEL for copy-notify stateids.

2

What does an attacker need to do?

The attacker needs to submit an OFFLOAD_CANCEL request for another client's copy-notify stateid. The stateid lookup ID is allocated cyclically and is therefore guessable, while the embedded clientid is fixed per network namespace.

3

What is the impact of a successful exploit?

A successful request can cancel and free another client's copy-notify stateid. The corrected behavior rejects a request when the creating clientid does not match the requesting client's clientid, returning nfserr_bad_stateid.

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