CVE-2026-89503: ring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ring-buffer: Fix subbuf resize race with ringbufferallocreadpage()

ringbufferallocreadpage() is racy with ringbuffersubbuforderset, it can allocate a reader page with an outdated order. This isn't a big issue, the user can still re-allocate a new reader page and try again.

However, what is more problematic is if the value of subbuforder changes in the middle of ringbufferallocreadpage(). In that case, bpage->order might not match the actual allocated memory.

Use bpage->order for the allocation to prevent this race.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the race?

The race requires ring_buffer_alloc_read_page() to run while ring_buffer_subbuf_order_set changes the sub-buffer order. If the order changes during allocation, the reader page's recorded order can differ from the memory that was actually allocated.

2

What is the practical impact if an outdated order is used?

If a reader page is allocated using an outdated order, the user can allocate a new reader page and try again. The more serious case is an order change during allocation, which can leave bpage->order inconsistent with the allocated memory.

3

How is the issue resolved?

The fix uses bpage->order for the allocation, preventing a mismatch between the page's recorded order and the allocated memory when the sub-buffer order changes concurrently.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203