CVE-2025-40326
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's NFS server daemon (NFSD) handling of new time_deleg FATTR4 attributes in NFSv4. NFSv4 clients do not send legitimate GETATTR requests for these new attributes because they are only meant for use with CB_GETATTR and SETATTR operations. However, if the server receives a GETATTR request querying these attributes, it previously could crash. The fix ensures that instead of crashing, the server returns an error (nfserr_inval) when such invalid GETATTR requests are received, complying with RFC specifications.
How can this vulnerability impact me? :
If unpatched, this vulnerability could cause the NFS server to crash when it receives invalid GETATTR requests for the new time_deleg attributes, potentially leading to denial of service or instability in systems relying on NFSv4. The fix prevents crashes by returning an error instead, improving server stability and reliability.