CVE-2025-68168
The CVE-2025-68168 issue affects the JFS transaction manager in the Linux kernel. TxInit() failed to initialize TxBlock[0].waitor/waitqueue, causing a crash when txEnd(0) is invoked on read-only filesystems, because tid_to_tblock(0) could dereference an uninitialized waitqueue. The vulnerability’...