739 matches found
CVE-2026-89501
CVE-2026-89501 affects the Linux kernel ring-buffer subsystem. The root cause is a race condition : ring_buffer_subbuf_order_set() can clear cpu_buffer->free_page without holding cpu_buffer::lock, creating a concurrency conflict with ring_buffer_alloc_read_page() and ring_buffer_free_read_page...
CVE-2026-89501 ring-buffer: Hold cpu_buffer::lock when resizing a subbuf
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Hold cpubuffer::lock when resizing a subbuf Because, ringbuffersubbuforderset can clear cpubuffer-freepage, hold cpubuffer-lock to prevent races with ringbufferallocreadpage and ringbufferfreereadpage...
CVE-2026-89502 ring-buffer: Free cpu_buffer::free_page with subbuf_order
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Free cpubuffer::freepage with subbuforder When sub-buffers use an order greater than 0, cpubuffer-freepage is allocated with subbuforder. Use the correct order for cpubuffer-freepage...
CVE-2026-89501
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Hold cpubuffer::lock when resizing a subbuf Because, ringbuffersubbuforderset can clear cpubuffer-freepage, hold cpubuffer-lock to prevent races with ringbufferallocreadpage and ringbufferfreereadpage...
EUVD-2026-76406
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...
CVE-2026-89500
CVE-2026-89500 is a flaw in the Linux kernel's ring-buffer component. When a cached reader page is discarded after a concurrent ring buffer resize, the kernel uses the new global subbuf_order for the free_pages() call rather than the order under which the page was originally allocated. This misma...
CVE-2026-89500 ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page
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...
CVE-2026-89500 ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page
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...
CVE-2026-89500
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...
EUVD-2026-76405
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...
CVE-2026-89499
CVE-2026-89499 affects the Linux kernel ring-buffer component. When the remote swap_reader_page callback returns -EBUSY (e.g., during an event storm on a small buffer), __rb_get_reader_page_from_remote() incorrectly continues with an unchanged reader ID and rearranges the local page list as thoug...
CVE-2026-89499 ring-buffer: Stop remote reader update when page swap fails
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...
CVE-2026-89499
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...
CVE-2026-89499 ring-buffer: Stop remote reader update when page swap fails
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...
PT-2026-90418
In the Linux kernel, the following vulnerability has been resolved: nfsd: size fh verify server sockaddr slot by xpt locallen The nfsd fh verify and nfsd fh verify err tracepoints declare the server sockaddr slot sized by xpt remotelen but fill it from xpt local using xpt locallen: TP STRUCT entr...
PT-2026-90217
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Hold cpu buffer::lock when resizing a subbuf Because, ring buffer subbuf order set can clear cpu buffer-free page, hold cpu buffer-lock to prevent races with ring buffer alloc read page and ring buffer free read page...
PT-2026-90218
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Free cpu buffer::free page with subbuf order When sub-buffers use an order greater than 0, cpu buffer-free page is allocated with subbuf order. Use the correct order for cpu buffer-free page...
PT-2026-90463
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free in trace pipe read on sub-buffer order change Writing to buffer subbuf size kb calls ring buffer subbuf order set, which frees every sub-buffer of the ring buffer, including the reader page, and replac...
PT-2026-90464
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix retry exhaustion in simple ring buffer reader swap simple ring buffer swap reader page starts with retry set to 8 and post-decrements it only after a failed link replacement. On the final attempt, a successful...
PT-2026-90215
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Stop remote reader update when page swap fails The remote swap reader page callback can return -EBUSY when the writer moves the head before the remote catches it, particularly during an event storm on a small buffer...