In the Linux kernel, the following vulnerability has been resolved:
Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"
This reverts commit 196c81fdd438f7ac429d5639090a9816abb9760a.
Original patch may cause below deadlock, revert it.
write remount
- write_begin
- lock_page --- lock A
- prepare_write_begin
- f2fs_map_lock
- f2fs_enable_checkpoint
- down_write(cp_enable_rwsem) --- lock B
- sync_inode_sb
- writepages
- lock_page --- lock A
- down_read(cp_enable_rwsem) --- lock A
References
Configurations
History
17 Mar 2026, 21:21
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/3996b70209f145bfcf2afc7d05dd92c27b233b48 - Patch | |
| References | () https://git.kernel.org/stable/c/b6382273801bc7c778545dd8004c9a9d750b4f62 - Patch | |
| Summary |
|
|
| First Time |
Linux
Linux linux Kernel |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-667 |
04 Mar 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-04 15:16
Updated : 2026-03-17 21:21
NVD link : CVE-2026-23232
Mitre link : CVE-2026-23232
CVE.ORG link : CVE-2026-23232
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
