CVE-2026-89485
Last modified
CVE-2026-89485 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: lockd: pin next file across nlm_inspect_file lock-drop nlm_traverse_files() pins the current file with f_count++ across a mutex_unlock for nlm_inspect_file(), but nothing pins the saved next pointer. A concurrent nlm_release_file() can kfree the next file during the unlock window, and the iterator dereferences freed memory on the next loop step. Pin both current and next before the lock-drop. EPSS estimates a 0.63% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: lockd: pin next file across nlm_inspect_file lock-drop nlm_traverse_files() pins the current file with f_count++ across a mutex_unlock for nlm_inspect_file(), but nothing pins the saved next pointer. A concurrent nlm_release_file() can kfree the next file during the unlock window, and the iterator dereferences freed memory on the next loop step. Pin both current and next before the lock-drop. Advance by swapping the pinned cursors at the end of each iteration so next is always held alive across the unlock. Always call nlm_file_release() after dropping the iteration pin, regardless of whether the file matched the predicate. Use nlm_file_inuse(), which does a live walk of the inode lock list, rather than the cached f_locks field, so skipped files that never ran nlm_inspect_file() are evaluated correctly. Because every file in a hash bucket is now pinned and released, files skipped by the is_failover_file predicate that have no locks, blocks, shares, or external references are deleted during traversal. The old code never evaluated skipped files for cleanup. The new behavior is intentional: such files are stale and should not persist in the table.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < e3c413f789eaf0170275c7eba523ead73d963f30; >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < 08a455f87b14c7ff22ae3fdadda62a796a3a5572; >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < 550c19222c7132c888e23c9d89079ba1c9bc4cca; >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < 350087f231c11efcd288c310707c40eab63ca583; >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < c24bdb7df2f34bdc38ca8a73796f5acb40f1830c; >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < 41f0a6d31615fcae261bf28a0aa50050dc93a401; >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < e999a88133654c6dfc68487fb49da5f20dfa2d4f; >= 01df9c5e918ae5559f2d96da0143f8bfbb9e6171, < 526c49cff3f72c3ec74752016380c7567040581b |
| Linux | Linux | 2.6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89485?
How severe is CVE-2026-89485?
How do I fix CVE-2026-89485?
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-8948Same-origin policy bypass in the DOM: Networking component. …9.1
- CVE-2026-89480In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89481In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89482In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89483In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89486In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89487In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89488In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89489In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8949Integer overflow in the Widget: Win32 component. This vulner…7.5
- CVE-2026-89490In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89485?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
