CVE-2026-89696
Last modified
CVE-2026-89696 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nfsd: block non-SAVEFH ops after FOREIGN PUTFH to prevent NULL deref When CONFIG_NFSD_V4_2_INTER_SSC is enabled, nfsd4_putfh() can return success with fh_dentry and fh_export both NULL if fh_verify() returns nfserr_stale and putfh->no_verify is true. The NFSD4_FH_FOREIGN flag is set, but the compound dispatch loop only uses this flag to bypass the nfserr_nofilehandle check -- it does not prevent subsequent ops from running with a NULL fh_dentry. A remote client can exploit this by crafting a COMPOUND that includes an inter-SSC COPY (which causes check_if_stalefh_allowed() to set no_verify=true on the saved PUTFH) with an additional op inserted between the source PUTFH and SAVEFH. EPSS estimates a 0.67% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nfsd: block non-SAVEFH ops after FOREIGN PUTFH to prevent NULL deref When CONFIG_NFSD_V4_2_INTER_SSC is enabled, nfsd4_putfh() can return success with fh_dentry and fh_export both NULL if fh_verify() returns nfserr_stale and putfh->no_verify is true. The NFSD4_FH_FOREIGN flag is set, but the compound dispatch loop only uses this flag to bypass the nfserr_nofilehandle check -- it does not prevent subsequent ops from running with a NULL fh_dentry. A remote client can exploit this by crafting a COMPOUND that includes an inter-SSC COPY (which causes check_if_stalefh_allowed() to set no_verify=true on the saved PUTFH) with an additional op inserted between the source PUTFH and SAVEFH. For example, SETATTR calls fh_want_write() which dereferences fh_export->ex_path.mnt without calling fh_verify() first, causing a NULL pointer dereference in the nfsd kthread. Fix this by gating the dispatch loop: when NFSD4_FH_FOREIGN is set and fh_dentry is NULL, only OP_SAVEFH (needed for the inter-SSC flow) and ops with ALLOWED_WITHOUT_FH (which don't need a resolved filehandle) may proceed. All other ops receive nfserr_stale, per RFC 7862 Section 15.2.3 which specifies that foreign filehandle validation is deferred to the consuming operation and NFS4ERR_STALE returned at that point.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < ffdc844e673d2bcb2af8c8c3eef8cdea59d0bf32; >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < 00c84f4eec715e501efc080a5670114189e42507; >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < 2d9846fd1c767920fddd4bde30eb35cd2969df13; >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < 977e6f006a7a3ffc4216ae6034f768f8de6fd138; >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < 35f248bd40b47b229d4999581df45b97daadd977; >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < 311f7d926630940650447cbd1c932b076b40a6c4; >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < bf4d338dc8625d70c7f2cb0657d66851a7ac9154; >= b9e8638e3d9ed8334f1f7071e081860aac37e83e, < c59738a00aa51b16adc1b5ceb7c80877168efb4d |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89696?
How severe is CVE-2026-89696?
How do I fix CVE-2026-89696?
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-89690In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89691In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89692In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89693In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89694In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89695In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89697In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89698In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89699In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-8970Privilege escalation in the Security component. This vulnera…8.8
- CVE-2026-89700In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89701In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89696?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
