PT-2025-51581 · Jfs+4 · Jfs+4
CVE-2025-68168
·
Published
2025-09-18
·
Updated
2026-08-21
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel's JFS (Journaled File System) transaction manager. The
txInit() function does not properly initialize the TxBlock[0].waitor waitqueue, leading to a system crash when txEnd(0) is called on read-only filesystems. Specifically, when a filesystem is mounted read-only, txBegin() returns a transaction ID (tid) of 0, indicating no transaction. However, txEnd(0) is still invoked, attempting to access the uninitialized TxBlock[0].waitor waitqueue through the tid to tblock(0) function. This results in a 'non-static key' lockdep warning and a system crash. The issue is resolved by ensuring all transaction blocks, including TxBlock[0], have their waitqueues properly initialized during txInit().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Initialization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Debian
Jfs
Linuxmint
Linux Kernel
Ubuntu