CVE-2026-63816
Last modified
CVE-2026-63816 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3db1de0e582c358dd013f3703cd55b5fe4076436, < 7d3ae21783e5914c1761ac7d63f882d3d70800e9; >= 3db1de0e582c358dd013f3703cd55b5fe4076436, < 56038756aae68312df00d4aa1d97e51ef3aca725; >= 3db1de0e582c358dd013f3703cd55b5fe4076436, < a499f77c06050a28c897bdbd86cd2f0721ae0743; >= 3db1de0e582c358dd013f3703cd55b5fe4076436, < a805fec35c201c59643ddcde713bce4051c8ee27; >= 3db1de0e582c358dd013f3703cd55b5fe4076436, < e0288584baa5dc41df4a829a023c4c1b33fe53d7; 6db52f1944417c2601182a591a704e2f119c5215; >= 5.18.18, < 5.19 |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63816?
How severe is CVE-2026-63816?
How do I fix CVE-2026-63816?
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-63810In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63811In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63812In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63813In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63814In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63815In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-63817In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63818In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-63819In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6382The FileOrganizer WordPress plugin before 1.1.9, Advanced F…9.1
- CVE-2026-63820In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63821In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-63816?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
