CVE-2026-74307
Last modified
CVE-2026-74307 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXT Reject the EXT4_IOC_MOVE_EXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validation is performed inside ext4_move_extents() by mext_check_validity(), but only after lock_two_nondirectories() has already acquired the inode locks. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXT Reject the EXT4_IOC_MOVE_EXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validation is performed inside ext4_move_extents() by mext_check_validity(), but only after lock_two_nondirectories() has already acquired the inode locks. When the donor fd refers to a file on a different filesystem (e.g., overlayfs), this late validation creates a circular lock dependency: CPU0 (overlayfs write) CPU1 (ext4 ioctl) ---- ---- inode_lock(ovl_inode) mnt_want_write_file(filp) sb_start_write(ext4_sb) [sb_writers] backing_file_write_iter() vfs_iter_write(real_file) file_start_write(real_file) sb_start_write(ext4_sb) [blocked by freeze] lock_two_nondirectories() inode_lock(ovl_inode) [blocked] With a concurrent freeze operation holding sb_writers write side, this forms a deadlock cycle: CPU0 waits for freeze to complete, freeze waits for CPU1's sb_writers reader to exit, CPU1 waits for CPU0's inode lock. Since EXT4_IOC_MOVE_EXT exchanges physical extents between two files, it fundamentally requires both files to reside on the same ext4 filesystem. Moving the superblock check before any lock acquisition is both semantically correct and eliminates the circular dependency by ensuring that cross-filesystem donor fds are rejected before sb_writers or inode locks are taken.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a, < 74796e886ca39fcb0d3fd36ea6a39c62784ab6fb; >= fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a, < fb52013cad9e9b7d3a6a14ea1bcd841e41da7c6c; >= fcf6b1b729bcd23f2b49a84fb33ffbb44712ee6a, < c143957520c6c9b5cd72e0de8b52b814f0c576fe |
| Linux | Linux | 3.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74307?
How severe is CVE-2026-74307?
How do I fix CVE-2026-74307?
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 2026
- CVE-2026-74301In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74302In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74303In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74304In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74305In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74306In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74308In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74309In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-7431An incorrect permission assignment for critical resource of …4.4
- CVE-2026-74310In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-74311In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74312In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74307?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
