CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the handling of ring buffers, specifically when sub-buffers utilize an order greater than 0, leading to potential memory management issues. This flaw could result in improper memory allocation, potentially impacting system stability and performance. Organizations using affected Linux distributions should prioritize this issue to mitigate risks associated with system reliability and security.
Original NVD Description
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.