CVE-2024-39469
Last modified
CVE-2024-39469 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors The error handling in nilfs_empty_dir() when a directory folio/page read fails is incorrect, as in the old ext2 implementation, and if the folio/page cannot be read or nilfs_check_folio() fails, it will falsely determine the directory as empty and corrupt the file system. In addition, since nilfs_empty_dir() does not immediately return on a failed folio/page read, but continues to loop, this can cause a long loop with I/O if i_size of the directory's inode is also corrupted, causing the log writer thread to wait and hang, as reported by syzbot. Fix these issues by making nilfs_empty_dir() immediately return a false value (0) if it fails to get a directory folio/page.. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors The error handling in nilfs_empty_dir() when a directory folio/page read fails is incorrect, as in the old ext2 implementation, and if the folio/page cannot be read or nilfs_check_folio() fails, it will falsely determine the directory as empty and corrupt the file system. In addition, since nilfs_empty_dir() does not immediately return on a failed folio/page read, but continues to loop, this can cause a long loop with I/O if i_size of the directory's inode is also corrupted, causing the log writer thread to wait and hang, as reported by syzbot. Fix these issues by making nilfs_empty_dir() immediately return a false value (0) if it fails to get a directory folio/page.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.30, < 4.19.317 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.279 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.221 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.162 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.95 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.35 | — |
| Linux | Linux Kernel | >= 6.7, < 6.9.5 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-39469?
How severe is CVE-2024-39469?
How do I fix CVE-2024-39469?
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-39463In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-39464In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39465In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39466In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39467In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-39468In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-3947The WP To Do plugin for WordPress is vulnerable to Cross-Sit…4.3
- CVE-2024-39470In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39471In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-39472In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39473In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-39474In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-39469?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
