CVE-2026-89499: ring-buffer: Stop remote reader update when page swap fails

Published Sep 11, 2026
·
Updated

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

ring-buffer: Stop remote reader update when page swap fails

The remote swapreaderpage callback can return -EBUSY when the writer moves the head before the remote catches it, particularly during an event storm on a small buffer. rbgetreaderpagefromremote() currently warns about that failure but continues with the unchanged reader ID and rearranges the local page list as though the swap succeeded.

Handle the callback failure as a recoverable error. Report it with prwarnratelimited() and return NULL. Callers already handle a NULL reader page as a failed attempt. This avoids splicing the same page as both the previous and new reader without flooding the log under contention.

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 runtime conditions are most likely to trigger this issue?

The failure can occur when a remote reader races with a writer that moves the ring-buffer head first. The description specifically identifies event storms on small buffers as a situation where this is more likely.

2

What condition causes the unsafe page-list handling?

The remote swap_reader_page callback can return -EBUSY if the writer advances the head before the remote reader catches up. Previously, processing continued with an unchanged reader ID despite that failed swap, while rearranging the local page list as if the swap had succeeded.

3

How can an operator recognize that the relevant failure is occurring?

The failure path produces a warning when the remote page-swap callback fails. In the corrected behavior, the warning is rate-limited and the operation returns NULL, which callers already treat as a failed reader-page attempt.

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