PT-2026-22918 · Linux+1 · Linux Kernel+1
Published
2026-03-04
·
Updated
2026-03-18
·
CVE-2026-23232
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 related to a reverted commit intended to address a deadlock issue. The original patch introduced a potential deadlock scenario involving write operations, remounting, and checkpointing within the f2fs filesystem. Specifically, the deadlock occurs due to the acquisition of locks in a conflicting order: lock A (obtained through
lock page) and lock B (obtained through down write(cp enable rwsem)). The reverted commit aims to resolve this deadlock by removing the problematic changes. The functions involved in the deadlock include f2fs enable checkpoint, sync inode sb, and writepages.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
Linux Kernel
F2Fs