CVE-2026-90038
Last modified
CVE-2026-90038 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during export state revocation nfsd4_revoke_export_states() has the same use-after-free as nfsd4_revoke_states(): it drops nn->client_lock across revoke_one_stid() and the following read of clp->cl_minorversion, but the stateid reference it holds does not pin the client. A teardown racing the dropped lock can free the client while revoke_one_stid() still dereferences it. exportfs -u drives this path through NFSD_CMD_UNLOCK_EXPORT, so an administrator removing an export can race a client expiry. Skip a client that is already expiring and otherwise pin it with cl_rpc_users under client_lock before dropping the lock, matching nfsd4_revoke_states()..
Description
In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during export state revocation nfsd4_revoke_export_states() has the same use-after-free as nfsd4_revoke_states(): it drops nn->client_lock across revoke_one_stid() and the following read of clp->cl_minorversion, but the stateid reference it holds does not pin the client. A teardown racing the dropped lock can free the client while revoke_one_stid() still dereferences it. exportfs -u drives this path through NFSD_CMD_UNLOCK_EXPORT, so an administrator removing an export can race a client expiry. Skip a client that is already expiring and otherwise pin it with cl_rpc_users under client_lock before dropping the lock, matching nfsd4_revoke_states().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2eac189bb059d31a29937b29ee0f477394198610, < c05ae58fe06ce2ac34312f649e71c3596bdde358; >= 2eac189bb059d31a29937b29ee0f477394198610, < 2108de53568a64936a0da3e04d85c35df98d3fb6 |
| Linux | Linux | 7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90038?
How severe is CVE-2026-90038?
How do I fix CVE-2026-90038?
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-90032In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90033In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90034In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90035In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90036In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90037In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90039In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90040In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90041In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90042In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90043In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90044In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90038?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
