CVE-2026-97949
Last modified
CVE-2026-97949 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: configfs: unhash the dentry before dropping the item in rmdir configfs_get_config_item() treats a hashed dentry as proof that sd->s_element is a live config_item. configfs_rmdir() breaks that: simple_rmdir() leaves the dentry hashed, the last reference to the item is dropped right after, and the dentry is only unhashed by d_delete() once ->rmdir() has returned.
Description
In the Linux kernel, the following vulnerability has been resolved: configfs: unhash the dentry before dropping the item in rmdir configfs_get_config_item() treats a hashed dentry as proof that sd->s_element is a live config_item. configfs_rmdir() breaks that: simple_rmdir() leaves the dentry hashed, the last reference to the item is dropped right after, and the dentry is only unhashed by d_delete() once ->rmdir() has returned. configfs_symlink() resolves its target holding no lock on it, so get_target() can land in that window: BUG: KASAN: slab-use-after-free in config_item_get+0x26/0x90 get_target fs/configfs/symlink.c:128 [inline] configfs_symlink+0x4ab/0x1030 fs/configfs/symlink.c:185 Unhash in configfs_remove_dir(), while the item is still guaranteed to be there. A reference obtained just before that stays harmless, as create_link() rechecks CONFIGFS_USET_DROPPING, already set by configfs_detach_prep(). Both configfs_unregister_subsystem() paths d_drop() after detaching, so this only makes rmdir match them.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7063fbf2261194f72ee75afca67b3b38b554b5fa, < 5d7cbfb65e47cc71d5d94d87d5d0d1679080f3eb; >= 7063fbf2261194f72ee75afca67b3b38b554b5fa, < 925d8564f1b2d9b46c5ab63b9bc942cea006da9b; >= 7063fbf2261194f72ee75afca67b3b38b554b5fa, < f06c2d26d1999d37e93299db0ecead04ca7d0b9f |
| Linux | Linux | 2.6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97949?
How severe is CVE-2026-97949?
How do I fix CVE-2026-97949?
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-97943In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97944In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97945In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97946In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97947In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97948In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9795A flaw was found in Keycloak's Fine-Grained Admin Permission…7.3
- CVE-2026-97950In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97951In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97952In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97953In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97954In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97949?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
