Answer in brief
CVE-2026-74602 records a Unknown severity vulnerability in ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=f9b94daa542a8d2532f0930f01cd9aec2d19621b <2e37f2bf111429fbfa4d985b12df3ba496ca70aa || >=f9b94daa542a8d2532f0930f01cd9aec2d19621b <3b3e0a6ee5bb3ac000f135beef26b2b7ed1a771a || >=f9b94daa542a8d2532f0930f01cd9aec2d19621b <6d014e44b68ddd43f71288d2a4dbb1a259869149 | 2e37f2bf111429fbfa4d985b12df3ba496ca70aa, 3b3e0a6ee5bb3ac000f135beef26b2b7ed1a771a, 6d014e44b68ddd43f71288d2a4dbb1a259869149 |
| Linux/Linuxgeneric | 6.8 | Not reported |
Published upstream
Aug 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 22, 2026
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer() In rb_allocate_cpu_buffer(), bpage->order was omitted, leaving it as 0. This is an issue for a ring-buffer with subbufs bigger than PAGE_SIZE if when freed: free_buffer_page() relies on this value. Align the value with the actual allocation size (buffer::subbuf_order).
Quoted source text, attributed separately from HOL analysis.