CVE-2026-89503
Last modified
CVE-2026-89503 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: Fix subbuf resize race with ring_buffer_alloc_read_page() ring_buffer_alloc_read_page() is racy with ring_buffer_subbuf_order_set, it can allocate a reader page with an outdated order. This isn't a big issue, the user can still re-allocate a new reader page and try again. However, what is more problematic is if the value of subbuf_order changes in the middle of ring_buffer_alloc_read_page(). 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: Fix subbuf resize race with ring_buffer_alloc_read_page() ring_buffer_alloc_read_page() is racy with ring_buffer_subbuf_order_set, it can allocate a reader page with an outdated order. This isn't a big issue, the user can still re-allocate a new reader page and try again. However, what is more problematic is if the value of subbuf_order changes in the middle of ring_buffer_alloc_read_page(). In that case, bpage->order might not match the actual allocated memory. Use bpage->order for the allocation to prevent this race.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bce761d757452ba5eb77e11fecc37a04b67494e7, < 2dc510957fe8fd098ab3c3147ebdf34d00cd2734; >= bce761d757452ba5eb77e11fecc37a04b67494e7, < 53106e9262a310ef2c9a9321168c03705940c678; >= bce761d757452ba5eb77e11fecc37a04b67494e7, < e743527c5bfdceda1095bc0a9e596e2aebb6a9c3 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89503?
How severe is CVE-2026-89503?
How do I fix CVE-2026-89503?
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-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-89500In the Linux kernel, the following vulnerability has been re…7.8
- 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-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…
- CVE-2026-89507In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89508In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89509In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89503?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
