CVE-2026-89771
Received Received - Intake

Race Condition in Linux Kernel Ring Buffer

Vulnerability report for CVE-2026-89771, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-11
Last Modified
2026-09-11
Generated
2026-09-12
AI Q&A
2026-09-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a race condition in the ring buffer subsystem. The trace_buffer subbuf_size field is accessed without proper locking in ring_buffer_read_page() and ring_buffer_read_start(), while it can be modified concurrently by ring_buffer_subbuf_order_set(). This could lead to inconsistent or corrupted data being read from the ring buffer.

Detection Guidance

This vulnerability is specific to the Linux kernel's ring-buffer implementation and does not have a direct network detection method. It requires checking the kernel version and patch status. Use commands like 'uname -a' to check the kernel version and verify if the patch for CVE-2026-89771 is applied.

Impact Analysis

This vulnerability may cause system instability, data corruption, or crashes in systems using the Linux kernel's ring buffer for tracing or logging. It could affect performance monitoring, debugging, or security auditing tools that rely on accurate trace data.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for CVE-2026-89771. Monitor kernel security advisories and apply updates promptly. If immediate patching is not possible, consider disabling affected kernel tracing features temporarily.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-89771. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart