CVE-2026-97606
Last modified
CVE-2026-97606 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: fs: autofs: fix memory leak in autofs_fill_super() In autofs_fill_super(), we create a new inode using autofs_new_ino(), however, if we fail to create root_inode, (that is, root_inode failure path), we return -ENOMEM without freeing the new inode(ino) that we created causing a memory leak. Fix this by adding autofs_free_ino() to free the inode we created in root_inode failure path before returning ENOMEM..
Description
In the Linux kernel, the following vulnerability has been resolved: fs: autofs: fix memory leak in autofs_fill_super() In autofs_fill_super(), we create a new inode using autofs_new_ino(), however, if we fail to create root_inode, (that is, root_inode failure path), we return -ENOMEM without freeing the new inode(ino) that we created causing a memory leak. Fix this by adding autofs_free_ino() to free the inode we created in root_inode failure path before returning ENOMEM.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 66917f85db6002ed09cd24186258892fcfca64b6, < 4262b91e08e74cb5209ea737c554cf983d332382; >= 66917f85db6002ed09cd24186258892fcfca64b6, < 9933ad1c4ff67680cd59c47f6d2e81b533bcd467; >= 66917f85db6002ed09cd24186258892fcfca64b6, < 6259b5d9bdc45fdb3158406b28c27fa074823159; >= 66917f85db6002ed09cd24186258892fcfca64b6, < 5ab54837fce04a1c9923d0bfd3d5de51fdc768b3 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97606?
How severe is CVE-2026-97606?
How do I fix CVE-2026-97606?
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-97600In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97601In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97602In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97603In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97604In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97605In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97607In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97608In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97609In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97610In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97611In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97612In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97606?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
