PT-2026-43928 · Linux+1 · Linux Kernel+1
CVE-2026-46061
·
Published
2026-05-27
·
Updated
2026-08-20
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
A deadlock occurs in the
jbd2 journal cancel revoke() function due to an incorrect lock ordering (folio -> buffer). This happens when the filesystem blocksize is smaller than the pagesize, leading to an ABBA deadlock between two threads. Specifically, one thread may hold a buffer lock while attempting to acquire a folio lock, while another thread holds a folio lock and attempts to acquire a buffer lock. This issue can cause system hangs.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
Ubuntu