Description
In the Linux kernel, the following vulnerability has been resolved:

ring-buffer: Free cpu_buffer::free_page with subbuf_order

When sub-buffers use an order greater than 0, cpu_buffer->free_page is
allocated with subbuf_order. Use the correct order for
cpu_buffer->free_page.
Published: 2026-09-11
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Memory corruption
Action: Apply Patch
AI Analysis

Impact

The bug is in the Linux kernel ring-buffer implementation. When sub‑buffers are created with an allocation order greater than zero, the free callback cpu_buffer::free_page is allocated using that same higher order instead of the intended base order. This incorrect deallocation mismatches allocation and free sizes, which can corrupt kernel memory or result in unintended behavior. The flaw is classified as CWE‑763.

Affected Systems

All Linux kernel builds that contain the affected ring‑buffer code are potentially impacted. The CVE does not specify a particular kernel release; any distribution that has not applied the patch that resolves the incorrect free_page order remains vulnerable.

Risk and Exploitability

The CVSS score is 4.4 and the EPSS score is < 1 %, meaning a low probability that the flaw is actively exploited. The vulnerability is not listed in the CISA KEV catalog. While the description does not state a specific attack vector, the flaw involves a kernel memory deallocation mismatch, so a malicious entity would need to trigger the ring-buffer code with sub-buffer orders greater than zero. This identifies the risk as moderate with low likelihood of exploitation under current conditions.

Generated by OpenCVE AI on September 13, 2026 at 07:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that corresponds to commit 234b1a72e9706fe20c08c96f4374ec8e83b934cb, which corrects the free_page order handling.
  • If an immediate kernel upgrade is not possible, disable or reconfigure features that use sub-buffers with an order greater than zero to avoid exercising the vulnerable code path.
  • After applying the patch or implementing the configuration change, reboot the system or reload affected modules and monitor system logs for any signs of memory corruption or abnormal deallocation messages.

Generated by OpenCVE AI on September 13, 2026 at 07:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-763
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Free cpu_buffer::free_page with subbuf_order When sub-buffers use an order greater than 0, cpu_buffer->free_page is allocated with subbuf_order. Use the correct order for cpu_buffer->free_page.
Title ring-buffer: Free cpu_buffer::free_page with subbuf_order
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-09-11T19:43:50.700Z

Reserved: 2026-09-11T19:38:34.715Z

Link: CVE-2026-89502

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:32.423

Modified: 2026-09-11T20:19:32.423

Link: CVE-2026-89502

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:50Z

Links: CVE-2026-89502 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T07:15:17Z

Weaknesses
  • CWE-763

    Release of Invalid Pointer or Reference