PT-2025-37522 · Linux+4 · Linux Kernel+4
Published
2023-01-01
·
Updated
2026-04-20
·
CVE-2023-53149
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a flaw in the ext4 filesystem implementation that can lead to a deadlock during filesystem reclaim with page writeback. This occurs because the filesystem-wide lock intended to prevent races with journalled data flag switching or inode format changes can cause a deadlock when combined with specific operations during writeback. The deadlock arises when a process attempts to acquire the writepages read-write semaphore (
sbi->s writepages rwsem) while another process holds a write lock on the same semaphore, blocking all readers. This can occur when ext4 writepages() is called during filesystem reclaim, potentially blocking indefinitely.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Debian
Linux Kernel
Red Hat
Suse
Ext4