Report: - NFSD: Defer sub-object cleanup in export put callbacks CVE-2026-31404

Report: - NFSD: Defer sub-object cleanup in export put callbacks CVE-2026-31404

CVE ID :CVE-2026-31404 Published : April 3, 2026, 3:16 p.m. | 31 minutes ago Description :In the Linux kernel, the following vulnerability has been resolved: NFSD: Defer sub-object cleanup in export put callbacks svc_export_put() calls path_put() and auth_domain_put() immediately when the last reference drops, before the RCU grace period. RCU readers in e_show() and c_show() access both ex_path (via seq_path/d_path) and ex_client->name (via seq_escape) without holding a reference. If cache_clean removes the entry and drops the last reference concurrently, the sub-objects are freed while still in use, producing a NULL pointer dereference in d_path. Commit 2530766492ec (

CVE Details

Published
April 3, 2026
Affected Product: Linux