CVE-2026-97950
Last modified
CVE-2026-97950 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: configfs: pin the symlink target's dirent instead of chasing ->ci_dentry create_link() reads the target's configfs_dirent from item->ci_dentry->d_fsdata, relying on the item reference taken by get_target(). That reference pins the item, not its dentry: the dentry is pinned by DCACHE_PERSISTENT, which configfs_remove_dir() releases via simple_rmdir() while the item is still alive.
Description
In the Linux kernel, the following vulnerability has been resolved: configfs: pin the symlink target's dirent instead of chasing ->ci_dentry create_link() reads the target's configfs_dirent from item->ci_dentry->d_fsdata, relying on the item reference taken by get_target(). That reference pins the item, not its dentry: the dentry is pinned by DCACHE_PERSISTENT, which configfs_remove_dir() releases via simple_rmdir() while the item is still alive. A symlink racing with rmdir of its target can therefore find ->ci_dentry freed and its dirent released, triggering WARN_ON(!atomic_read(&sd->s_count)) in configfs_get(). Take the dirent in get_target() as well, under ->d_lock and atomically with the item reference, and pass it down to create_link(). A hashed dentry has not been killed yet, so its ->d_fsdata reference keeps the dirent alive there.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7063fbf2261194f72ee75afca67b3b38b554b5fa, < 4f54beb2e7f6d399396466682fba3539bcdcb414; >= 7063fbf2261194f72ee75afca67b3b38b554b5fa, < d47c5de1cd6bfbe1067fc310bf90e4e00205e839; >= 7063fbf2261194f72ee75afca67b3b38b554b5fa, < a7c1290eef60711c10289c056ad32ed1f2b47b12 |
| Linux | Linux | 2.6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97950?
How severe is CVE-2026-97950?
How do I fix CVE-2026-97950?
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-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-97949In 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-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…
- CVE-2026-97955In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97956In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97950?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
