CVE-2023-53163
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
15/09/2025
Last modified:
24/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fs/ntfs3: don&#39;t hold ni_lock when calling truncate_setsize()<br />
<br />
syzbot is reporting hung task at do_user_addr_fault() [1], for there is<br />
a silent deadlock between PG_locked bit and ni_lock lock.<br />
<br />
Since filemap_update_page() calls filemap_read_folio() after calling<br />
folio_trylock() which will set PG_locked bit, ntfs_truncate() must not<br />
call truncate_setsize() which will wait for PG_locked bit to be cleared<br />
when holding ni_lock lock.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.15 (including) | 5.15.87 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.0.19 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.1 (including) | 6.1.5 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.2:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.2:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



