CVE-2026-89748
Last modified
CVE-2026-89748 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tracing: Fix retry exhaustion in simple ring buffer reader swap simple_ring_buffer_swap_reader_page() starts with retry set to 8 and post-decrements it only after a failed link replacement. On the final attempt, a successful replacement leaves retry at zero, while a failed replacement leaves it at -1. The current !retry test reverses both outcomes. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix retry exhaustion in simple ring buffer reader swap simple_ring_buffer_swap_reader_page() starts with retry set to 8 and post-decrements it only after a failed link replacement. On the final attempt, a successful replacement leaves retry at zero, while a failed replacement leaves it at -1. The current !retry test reverses both outcomes. It returns an error after a successful final replacement, leaving the link update complete but the reader bookkeeping unfinished. After a failed final replacement, it falls through and updates the head and reader pointers as though the replacement succeeded, which can corrupt the ring. Treat only a negative counter as exhaustion and return the documented -EBUSY error.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 34e5b958bdad0f9cf16306368bbc2dc5b2a50143, < df02489aa3aa1834659f0d20c89f7d212047d268; >= 34e5b958bdad0f9cf16306368bbc2dc5b2a50143, < e0d3aed7b12cf37b74c7cc5265073d0263b49cde |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89748?
How severe is CVE-2026-89748?
How do I fix CVE-2026-89748?
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-89742In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89743In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-89744In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89745In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89746In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89749In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8975Memory safety bugs present in Firefox ESR 115.35, Firefox ES…8.8
- CVE-2026-89750In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89751In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89752In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89753In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89748?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
