CVE Catalog
CVE-2024-58094
MediumSummary
In the Linux kernel, the JFS filesystem now checks for read-only mode before performing truncation in jfs_truncate_nolock(). This avoids errors related to writing to a read-only filesystem.
Risk Assessment
Attempting to write to a read-only filesystem could lead to errors and system crashes.
Recommendation
Install a Linux kernel update that includes the fix for the JFS filesystem.
Original NVD description (English source)
In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfs_truncate_nolock() Added a check for "read-only" mode in the `jfs_truncate_nolock` function to avoid errors related to writing to a read-only filesystem. Call stack: block_write_b

