CVE-2026-97594
Last modified
CVE-2026-97594 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: landlock: Fix use-after-free of the source's parent directory current_check_refer_path() reads old_dentry->d_parent without holding a reference nor a lock on it, and then dereferences it in collect_domain_accesses() and in the audit record. A reference on a child does not pin its parent: __d_move() reassigns dentry->d_parent and drops the reference the child held on its former parent. hook_path_rename() is not affected because the rename path calls lock_rename() before the hook, so the source cannot be reparented under it.
Description
In the Linux kernel, the following vulnerability has been resolved: landlock: Fix use-after-free of the source's parent directory current_check_refer_path() reads old_dentry->d_parent without holding a reference nor a lock on it, and then dereferences it in collect_domain_accesses() and in the audit record. A reference on a child does not pin its parent: __d_move() reassigns dentry->d_parent and drops the reference the child held on its former parent. hook_path_rename() is not affected because the rename path calls lock_rename() before the hook, so the source cannot be reparented under it. hook_path_link() has no such protection: filename_linkat() holds a reference on the source dentry but neither locks nor references its parent, so a concurrent rename(2) can reparent the source while security_path_link() runs, and the former parent can then be removed and freed while the hook walks it. A process can trigger this after entering a Landlock domain that handles at least one filesystem access right. The process can then race a linkat(2) loop against rename(2) and rmdir(2): BUG: KASAN: slab-use-after-free in collect_domain_accesses+0x278/0x290 Read of size 4 at addr ffff888160bd53f4 by task llrepro2/549 collect_domain_accesses+0x278/0x290 current_check_refer_path+0x952/0x1120 security_path_link+0x1be/0x320 filename_linkat+0x342/0x6d0 __x64_sys_linkat+0xfa/0x150 Freed by task 562: kmem_cache_free+0x139/0x4c0 i_callback+0x4b/0x80 rcu_core+0x7dc/0x10a0 Take a reference on the dentry selected as the source parent, using dget() for the common-mount-root case and dget_parent() otherwise. Release it after the hierarchy walk and synchronous audit logging. [mic: Clarify the caller, reachability, and reference handling]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b91c3e4ea756b12b7d992529226edce1cfd854d7, < 379efd2ce8b26fd35feb13ccc2f671ff105a5052; >= b91c3e4ea756b12b7d992529226edce1cfd854d7, < ba29c46ccfe3ebadfb8aa18149186c49f84b14f8; >= b91c3e4ea756b12b7d992529226edce1cfd854d7, < 2c6dc792538260a8087ac5b22c31b3b8e47c85d6 |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97594?
How severe is CVE-2026-97594?
How do I fix CVE-2026-97594?
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-97589In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-9759ROHC protocol dissector crash in Wireshark 4.6.0 to 4.6.5 an…5.5
- CVE-2026-97590In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97591In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97592In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97593In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97595In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97596In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97597In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97598In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97599In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97600In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97594?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
