CVE-2024-42104
Last modified
CVE-2024-42104 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nilfs2: add missing check for inode numbers on directory entries Syzbot reported that mounting and unmounting a specific pattern of corrupted nilfs2 filesystem images causes a use-after-free of metadata file inodes, which triggers a kernel bug in lru_add_fn(). As Jan Kara pointed out, this is because the link count of a metadata file gets corrupted to 0, and nilfs_evict_inode(), which is called from iput(), tries to delete that inode (ifile inode in this case). The inconsistency occurs because directories containing the inode numbers of these metadata files that should not be visible in the namespace are read without checking. Fix this issue by treating the inode numbers of these internal files as errors in the sanity check helper when reading directory folios/pages. Also thanks to Hillf Danton and Matthew Wilcox for their initial mm-layer analysis.. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nilfs2: add missing check for inode numbers on directory entries Syzbot reported that mounting and unmounting a specific pattern of corrupted nilfs2 filesystem images causes a use-after-free of metadata file inodes, which triggers a kernel bug in lru_add_fn(). As Jan Kara pointed out, this is because the link count of a metadata file gets corrupted to 0, and nilfs_evict_inode(), which is called from iput(), tries to delete that inode (ifile inode in this case). The inconsistency occurs because directories containing the inode numbers of these metadata files that should not be visible in the namespace are read without checking. Fix this issue by treating the inode numbers of these internal files as errors in the sanity check helper when reading directory folios/pages. Also thanks to Hillf Danton and Matthew Wilcox for their initial mm-layer analysis.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.19.318 |
| Linux | Linux Kernel | >= 4.20, < 5.4.280 |
| Linux | Linux Kernel | >= 5.5, < 5.10.222 |
| Linux | Linux Kernel | >= 5.11, < 5.15.163 |
| Linux | Linux Kernel | >= 5.16, < 6.1.98 |
| Linux | Linux Kernel | >= 6.2, < 6.6.39 |
| Linux | Linux Kernel | >= 6.7, < 6.9.9 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42104?
How severe is CVE-2024-42104?
How do I fix CVE-2024-42104?
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-42099In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4210A Denial of Service (DoS) condition has been discovered in G…6.5
- CVE-2024-42100In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42101In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42102In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-42103In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42105In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-42106In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42107In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-42108In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42109In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4211Improper Validation of Specified Quantity in Input vulnerabi…2.4
Are you affected by CVE-2024-42104?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
