CVE-2023-53593 Details
Description
In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifs_readpage_worker is called, the call contract is that the callee should unlock the page. This is documented in the read_folio section of Documentation/filesystems/vfs.rst as: > The filesystem should unlock the folio once the read has completed, > whether it was successful or not. Without this change, when fscache is in use and cache hit occurs during a read, the page lock is leaked, producing the following stack on subsequent reads (via mmap) to the page: $ cat /proc/3890/task/12864/stack [<0>] folio_wait_bit_common+0x124/0x350 [<0>] filemap_read_folio+0xad/0xf0 [<0>] filemap_fault+0x8b1/0xab0 [<0>] __do_fault+0x39/0x150 [<0>] do_fault+0x25c/0x3e0 [<0>] __handle_mm_fault+0x6ca/0xc70 [<0>] handle_mm_fault+0xe9/0x350 [<0>] do_user_addr_fault+0x225/0x6c0 [<0>] exc_page_fault+0x84/0x1b0 [<0>] asm_exc_page_fault+0x27/0x30 This requires a reboot to resolve; it is a deadlock. Note however that the call to cifs_readpage_from_fscache does mark the page clean, but does not free the folio lock. This happens in __cifs_readpage_from_fscache on success. Releasing the lock at that point however is not appropriate as cifs_readahead also calls cifs_readpage_from_fscache and *does* unconditionally release the lock after its return. This change therefore effectively makes cifs_readpage_worker work like cifs_readahead.
A vulnerability in the Linux kernel's CIFS (Common Internet File System) implementation has been addressed. The issue arose because the 'cifs_readpage_worker' function did not properly release the folio lock after reading from the cache, leading to a deadlock on subsequent reads via mmap. This problem occurred when fscache was in use and a cache hit happened during a read, causing the page lock to be leaked. The vulnerability required a reboot to resolve the deadlock.
The vulnerability has been fixed in the Linux kernel. Users should upgrade to the latest version.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References 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/69513dd669e243928f7450893190915a88f84a2b | kernel.org | Patch |
| https://git.kernel.org/stable/c/7a9fb689c1a1dc373887621a3bfa3810df0abde4 | kernel.org | Patch |
| https://git.kernel.org/stable/c/9e725386d4262ef23ae51993f04602bc535b5be2 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.17.1, < 6.1.47 >= 6.2, < 6.4.12 5.17 - 5.17 rc3 5.17 rc4 5.17 rc5 5.17 rc6 5.17 rc7 5.17 rc8 6.5 rc1 6.5 rc2 6.5 rc3 6.5 rc4 6.5 rc5 6.5 rc6 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Mar 21, 2026 | Modified Analysis | [email protected] |
| Feb 9, 2026 | Initial Analysis | [email protected] |
| Jan 5, 2026 | CVE Modified | kernel.org |
| Oct 4, 2025 | New CVE Received | kernel.org |