CVE-2026-23053 Details
Description
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.
A deadlock vulnerability has been identified in the Linux kernel's NFSv4.1 implementation, specifically in versions prior to the latest patch. The issue arises during state recovery, where the process waits on 'kthreadd' to reclaim memory by calling 'nfs_release_folio()'. However, this release function cannot proceed because state recovery is still needed, leading to a deadlock. The vulnerability occurs in the NFS module of the Linux kernel.
Users can apply the latest patch available in the Linux kernel stable tree to address this vulnerability. Instructions for downloading the patched version can be found in the Linux kernel repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Feb 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/19b4d9ab5e77843eac0429c019470c02f8710b55 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/49d352bc263fe4a834233338bfaad31b3109addf | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/a4810f8beb0122f032f10735f98d257aa6064f4c | kernel.org | |
| https://git.kernel.org/stable/c/cce0be6eb4971456b703aaeafd571650d314bcca | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Mar 25, 2026 | CVE Modified | kernel.org |
| Feb 4, 2026 | New CVE Received | kernel.org |
Volerion