CVE-2026-89771
Last modified
CVE-2026-89771 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix subbuf resize race with ring buffer readers trace_buffer subbuf_size is read lockless in ring_buffer_read_page() and ring_buffer_read_start(), while it can simultaneously be resized with ring_buffer_subbuf_order_set(). Instead of trace_buffer::subbuf_size, use bpage::order in ring_buffer_read_start() and ring_buffer_read_page(). In ring_buffer_read_start(), even with resize_disabled, there is still a possibility of a race with a buffer modification. Hold the trace_buffer mutex to synchronise with any pending ring buffer order modification. trace_buffer::subbuf_size is now actually useless, remove it. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix subbuf resize race with ring buffer readers trace_buffer subbuf_size is read lockless in ring_buffer_read_page() and ring_buffer_read_start(), while it can simultaneously be resized with ring_buffer_subbuf_order_set(). Instead of trace_buffer::subbuf_size, use bpage::order in ring_buffer_read_start() and ring_buffer_read_page(). In ring_buffer_read_start(), even with resize_disabled, there is still a possibility of a race with a buffer modification. Hold the trace_buffer mutex to synchronise with any pending ring buffer order modification. trace_buffer::subbuf_size is now actually useless, remove it. Also, create accessors rb_subbuf_capacity() and rb_page_capacity() which return the actual size available for storing events, while rb_subbuf_size() returns the actual subbuf page-size.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f9b94daa542a8d2532f0930f01cd9aec2d19621b, < 6d666f0b8b36c0765cf19fbe6de5a7ba5a73aad9; >= f9b94daa542a8d2532f0930f01cd9aec2d19621b, < 50f4a793c4ff24826efb0ac700989a5063cc53df; >= f9b94daa542a8d2532f0930f01cd9aec2d19621b, < 0c7c517827a453128a8f58bfd849546a29813b27; >= f9b94daa542a8d2532f0930f01cd9aec2d19621b, < 8a5f63637890f03177146efddaba5ec7a1b4d61f |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89771?
How severe is CVE-2026-89771?
How do I fix CVE-2026-89771?
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-89766In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89767In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89768In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89769In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-8977The WP GDPR Cookie Consent plugin for WordPress is vulnerabl…6.4
- CVE-2026-89770In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89772In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89773In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89774In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89775In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89776In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89777In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-89771?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
