CVE-2024-58094

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-58094
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-58094.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-58094
Downstream
Related
Published
2025-04-16T15:15:53Z
Modified
2025-08-30T18:01:34Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

jfs: add check read-only before truncation in jfstruncatenolock()

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:

blockwritebegin() { jfswritefailed() { jfstruncate() { jfstruncatenolock() { txEnd() { ... log = JFSSBI(tblk->sb)->log; // (log == NULL)

If the isReadOnly(ip) condition is triggered in jfs_truncate_nolock, the function execution will stop, and no further data modification will occur. Instead, the xtTruncate function will be called with the "COMMIT_WMAP" flag, preventing modifications in "read-only" mode.

References

Affected packages