CVE-2026-23053
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
NFS: Fix a deadlock involving nfs_release_folio()
Wang Zhaolong reports a deadlock involving NFSv4.1 state recovery waiting on kthreadd, which is attempting to reclaim memory by calling nfs_release_folio(). The latter cannot make progress due to state recovery being needed.
It seems that the only safe thing to do here is to kick off a writeback of the folio, without waiting for completion, or else kicking off an asynchronous commit.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 96780ca55e3cbf4f150fd5a833a61492c9947b5b < a4810f8beb0122f032f10735f98d257aa6064f4c | affected |
| Linux | Linux | 96780ca55e3cbf4f150fd5a833a61492c9947b5b < 49d352bc263fe4a834233338bfaad31b3109addf | affected |
| Linux | Linux | 96780ca55e3cbf4f150fd5a833a61492c9947b5b < 19b4d9ab5e77843eac0429c019470c02f8710b55 | affected |
| Linux | Linux | 96780ca55e3cbf4f150fd5a833a61492c9947b5b < cce0be6eb4971456b703aaeafd571650d314bcca | affected |
| Linux | Linux | 6.3 | affected |
| Linux | Linux | 0 < 6.3 | unaffected |
| Linux | Linux | 6.6.130 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.67 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.7 <= 6.18.* | unaffected |
| Linux | Linux | 6.19 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/a4810f8beb0122f032f10735f98d257aa6064f4c
- https://git.kernel.org/stable/c/49d352bc263fe4a834233338bfaad31b3109addf
- https://git.kernel.org/stable/c/19b4d9ab5e77843eac0429c019470c02f8710b55
- https://git.kernel.org/stable/c/cce0be6eb4971456b703aaeafd571650d314bcca
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.