CVE-2026-63816
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode
- ioctl(F2FS_IOC_GARBAGE_COLLECT_RANGE) - shrink
- f2fs_gc
- gc_data_segment
- ra_data_block(cow_inode) - mapping = F2FS_I(inode)->atomic_inode->i_mapping : f2fs_is_cow_file(cow_inode) is true - f2fs_evict_inode(atomic_inode) - clear_inode_flag(fi->cow_inode, FI_COW_FILE) - F2FS_I(fi->cow_inode)->atomic_inode = NULL … - truncate_inode_pages_final(atomic_inode) - f2fs_grab_cache_folio(mapping) : create folio in atomic_inode->mapping - clear_inode(atomic_inode) - BUG_ON(atomic_inode->i_data.nrpages)
We need to add a reference on fi->atomic_inode before using its mapping field during garbage collection, otherwise, it will cause UAF issue.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 3db1de0e582c358dd013f3703cd55b5fe4076436 < 56038756aae68312df00d4aa1d97e51ef3aca725 | affected |
| Linux | Linux | 3db1de0e582c358dd013f3703cd55b5fe4076436 < a499f77c06050a28c897bdbd86cd2f0721ae0743 | affected |
| Linux | Linux | 3db1de0e582c358dd013f3703cd55b5fe4076436 < a805fec35c201c59643ddcde713bce4051c8ee27 | affected |
| Linux | Linux | 3db1de0e582c358dd013f3703cd55b5fe4076436 < e0288584baa5dc41df4a829a023c4c1b33fe53d7 | affected |
| Linux | Linux | 6db52f1944417c2601182a591a704e2f119c5215 | affected |
| Linux | Linux | 5.18.18 < 5.19 | affected |
| Linux | Linux | 5.19 | affected |
| Linux | Linux | 0 < 5.19 | unaffected |
| Linux | Linux | 6.12.96 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.39 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.3 <= 7.1.* | unaffected |
| Linux | Linux | 7.2-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/56038756aae68312df00d4aa1d97e51ef3aca725
- https://git.kernel.org/stable/c/a499f77c06050a28c897bdbd86cd2f0721ae0743
- https://git.kernel.org/stable/c/a805fec35c201c59643ddcde713bce4051c8ee27
- https://git.kernel.org/stable/c/e0288584baa5dc41df4a829a023c4c1b33fe53d7
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.