Description
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).
Published: 2026-08-22
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the ring-buffer allocator omitted initialization of the page order field in rb_allocate_cpu_buffer. The resulting order value stayed at zero, yet it is used by free_buffer_page to determine how many pages to free. When a sub-buffer is larger than one page, the wrong free size corrupts memory. This defect can destabilise the kernel and lead to a system crash, representing a low-level memory corruption issue. The vulnerability is not directly exploitable via user input but can be triggered through privileged ring-buffer operations, potentially causing denial of service or system instability.

Affected Systems

All Linux kernel builds that contain the ring-buffer component and allocate sub-buffers larger than a page are affected until the fix is applied. The bug was resolved in commit 2e37f2bf111429fbfa4d985b12df3ba496ca70aa, so any kernel released after that commit is considered safe.

Risk and Exploitability

No CVSS score or EPSS value is available, and the vulnerability is not listed in the CISA KEV catalog. Public exploitation has not been reported. An attacker would need to trigger ring-buffer paths that allocate oversized sub-buffers and then release them, a scenario that typically requires privileged access. Therefore, the likelihood of exploitation is low, but a successful exploitation could corrupt kernel memory and destabilise the system.

Generated by OpenCVE AI on August 22, 2026 at 16:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade your Linux kernel to a version that includes the rb_allocate_cpu_buffer patch referenced in commit 2e37f2bf111429fb.
  • Verify that ring-buffer configurations that create sub-buffers larger than one page are disabled or properly configured to use the correct order.
  • If a kernel upgrade cannot be performed immediately, apply a local patch that sets bpage->order to the actual subbuf_order during allocation or rebuild the kernel with the corrected code from commit 2e37f2bf111429fb.

Generated by OpenCVE AI on August 22, 2026 at 16:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description 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).
Title ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-22T15:31:50.811Z

Reserved: 2026-08-15T05:44:03.919Z

Link: CVE-2026-74602

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:32.650

Modified: 2026-08-22T16:16:32.650

Link: CVE-2026-74602

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T17:15:04Z

Weaknesses