CVE-2026-89500
Last modified
CVE-2026-89500 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page Discarding a cached reader page after a concurrent ring buffer resize uses the new global subbuf_order for the free_pages() call. This mismatched order may crashes the kernel or leaks memory because the cached page was allocated under the old size. Save the actual free_page order alongside the page address to ensure we always refer to the correct value and do not rely on the potentially stalled cpu_buffer->subbuf_order value. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page Discarding a cached reader page after a concurrent ring buffer resize uses the new global subbuf_order for the free_pages() call. This mismatched order may crashes the kernel or leaks memory because the cached page was allocated under the old size. Save the actual free_page order alongside the page address to ensure we always refer to the correct value and do not rely on the potentially stalled cpu_buffer->subbuf_order value. The simplest is to make free_page a buffer_data_read_page which already covers exactly what we need: a page address and a page order.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8e7b58c27b3c567316a51079b375b846f9223bba, < a1dabe68fb53730bc0be60c5dbfd3f4c560084e7; >= 8e7b58c27b3c567316a51079b375b846f9223bba, < d787d509bdf6c88c85e095247daf7456cb7fb772; >= 8e7b58c27b3c567316a51079b375b846f9223bba, < 7a1fb95de5404134f8758c1295ce88986bdf117c |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89500?
How severe is CVE-2026-89500?
How do I fix CVE-2026-89500?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89495In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89496In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89497In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89498In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89499In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8950Same-origin policy bypass in the Networking: HTTP component.…9.3
- CVE-2026-89501In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89502In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89503In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89504In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89506In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89500?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
