CVE-2026-89639
Last modified
CVE-2026-89639 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNC cifs_do_truncate() is invoked from cifs_open() without i_rwsem, so it cannot use cifs_resize_file_locked() to perform a proper fscache cookie resize. Instead, add cifs_invalidate_cache() after cifs_setsize(). cifs_invalidate_cache() calls fscache_invalidate(), which works without holding i_rwsem: it unconditionally increments inval_counter and sets FSCACHE_COOKIE_NO_DATA_TO_READ, ensuring that stale cached data is not served once the cookie is later activated by fscache_use_cookie(). Truncation to zero leaves no valid cached data, making invalidation the correct semantic here.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNC cifs_do_truncate() is invoked from cifs_open() without i_rwsem, so it cannot use cifs_resize_file_locked() to perform a proper fscache cookie resize. Instead, add cifs_invalidate_cache() after cifs_setsize(). cifs_invalidate_cache() calls fscache_invalidate(), which works without holding i_rwsem: it unconditionally increments inval_counter and sets FSCACHE_COOKIE_NO_DATA_TO_READ, ensuring that stale cached data is not served once the cookie is later activated by fscache_use_cookie(). Truncation to zero leaves no valid cached data, making invalidation the correct semantic here.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= efbcecdecefc26fa062c0e8210533ccad7d6bd4a, < 8b9b10fe5b8b492b27b9f4546742ea541a650213; >= fa724e235cfdb0fb0bb427d0f9dfe864ae27403e, < 81fc3868a7f726980ff845c1d0d271051e5f0f45; >= fa724e235cfdb0fb0bb427d0f9dfe864ae27403e, < 364b183230586a62660a7280c1eb20138338eeb5; 6838bcac954487cc0a3c8a4ee1b3a3a30e244dc9; 75640976cf474eb41682a13f2dbe9534ac26ca50; 3513f3931c579ba2a715784c6dedc59e0d9282ee; >= 6.18.44, < 6.18.50; >= 6.12.105, < 6.13; >= 7.1.8, < 7.2 |
| Linux | Linux | 7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89639?
How severe is CVE-2026-89639?
How do I fix CVE-2026-89639?
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-89633In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89634In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89635In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89636In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89637In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89638In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8964Spoofing issue in the Popup Blocker component. This vulnerab…7.5
- CVE-2026-89640In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89641In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89642In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89643In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89644In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89639?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
