CVE-2026-89503
Reported by Linux · Published September 11, 2026
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.
EPSS 0.16% · 5.8th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | bce761d757452ba5eb77e11fecc37a04b67494e7, bce761d757452ba5eb77e11fecc37a04b67494e7, bce761d757452ba5eb77e11fecc37a04b67494e7 |
| Linux | Linux | 6.8, 0, 6.18.50 |
| Linux | Linux | 7.3-rc1, bce761d757452ba5eb77e11fecc37a04b67494e7, bce761d757452ba5eb77e11fecc37a04b67494e7 |
| linux | linux_kernel | 6.8, 6.8, 6.8 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 13, 2026 CVE Updated
- Sep 18, 2026 EPSS Score