CVE-2026-89500: ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page

Published Sep 11, 2026
·
Updated

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

ring-buffer: Make cpubuffer::freepage a bufferdatareadpage

Discarding a cached reader page after a concurrent ring buffer resize uses the new global subbuforder for the freepages() call. This mismatched order may crashes the kernel or leaks memory because the cached page was allocated under the old size.

Save the actual freepage order alongside the page address to ensure we always refer to the correct value and do not rely on the potentially stalled cpubuffer->subbuforder value. The simplest is to make freepage a bufferdatareadpage which already covers exactly what we need: a page address and a page order.

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems are exposed when a cached ring-buffer reader page is discarded after a concurrent ring-buffer resize. The problem arises because the cached page may have been allocated with a different sub-buffer order than the current global order.

2

What is the expected impact if the mismatched allocation order is used?

Using the new global sub-buffer order to free a page allocated under the old size can crash the kernel or leak memory.

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