CVE-2025-68349: NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
In the Linux kernel, the following vulnerability has been resolved:
NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
Fixes a crash when layout is null during this call stack:
write_inode
-> nfs4_write_inode
-> pnfs_layoutcommit_inode
pnfs_set_layoutcommit relies on the lseg refcount to keep the layout
around. Need to clear NFS_INO_LAYOUTCOMMIT otherwise we might attempt
to reference a null layout.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash systems using NFSv4/pNFS when the kernel later references a layout that has become null. The public record describes reliability impact, not data theft or code execution. Severity and CVSS are not provided, so urgency depends on whether affected kernels use NFSv4/pNFS in production.
Executive priority
Treat as a targeted stability risk for Linux NFS users. Prioritize patch planning where NFSv4/pNFS supports critical services; otherwise track in normal kernel maintenance until vendor severity is clarified.
Technical view
The fix clears NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid. Without that, write_inode through nfs4_write_inode to pnfs_layoutcommit_inode can attempt layoutcommit processing after layout state is invalid, causing a null layout reference and crash.
Likely exposure
Likely exposure is Linux systems running affected kernel versions with NFSv4/pNFS client paths in use. The source lists Linux as affected and includes multiple stable-kernel fix commits. Exact distribution package exposure requires vendor or distro mapping.
Exploitation context
No KEV listing is indicated, and the supplied sources do not report active exploitation or a public exploit. The evidence supports a kernel crash condition in a specific NFSv4/pNFS path, not confirmed remote exploitation.
Researcher notes
The public record lacks CVSS, CWE, exploit status, and detailed affected distribution packages. Analysis should stay tied to kernel commit presence and NFSv4/pNFS usage rather than broad Linux exposure assumptions.
Mitigation direction
Apply Linux kernel updates that include the referenced stable fixes.
Use distribution kernel advisories to map package versions to fixed commits.
Prioritize servers or appliances using NFSv4/pNFS in production.
Review Siemens guidance if using affected Siemens-managed products.
If updates are unavailable, follow vendor-supported mitigations only.
Validation and detection
Inventory Linux kernel versions across NFS client systems.
Identify systems using NFSv4 and pNFS functionality.
Check whether deployed kernels include one referenced stable fix commit.
Review vendor advisories for distribution-specific fixed package versions.
Monitor for kernel crash reports involving pnfs_layoutcommit_inode or nfs4_write_inode.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-68349 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.