CVE-2024-58094
Last modified
CVE-2024-58094 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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_begin() { jfs_write_failed() { jfs_truncate() { jfs_truncate_nolock() { txEnd() { ... log = JFS_SBI(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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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_begin() { jfs_write_failed() { jfs_truncate() { jfs_truncate_nolock() { txEnd() { ... log = JFS_SBI(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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.13, < 6.14.2 |
| Linux | Linux Kernel | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-58094?
How severe is CVE-2024-58094?
How do I fix CVE-2024-58094?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-58089In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5809The WP Ajax Contact Form WordPress plugin through 2.2.2 does…6.1
- CVE-2024-58090In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58091In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58092In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-58095In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58096In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58097In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58098In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58099In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5810The WP2Speed Faster – Optimize PageSpeed Insights Score 90-1…5.3
Are you affected by CVE-2024-58094?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
