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

ring-buffer: Prevent subbuf order change when resizing is disabled

Because ring_buffer_subbuf_order_set() frees buffer pages, we can't
allow it when resizing is disabled. A non-consuming reader is at risk of
use-after-free (rb_advance_iter()).

Return -EBUSY on resize_disabled, matching ring_buffer_resize()
behaviour.
Published: 2026-08-22
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory corruption (use‑after‑free)
Action: Apply patch
AI Analysis

Impact

A flaw in the Linux kernel’s ring‑buffer implementation allows a non‑consuming reader to trigger a use‑after‑free when resizing is disabled. This use‑after‑free vulnerability corresponds to CWE‑416 and CWE‑825. The vulnerable function frees buffer pages while the reader might still advance the iterator, leading to a kernel memory corruption that can be abused to execute arbitrary code or crash the system.

Affected Systems

All Linux kernel builds are potentially affected until the fix is included. The CVE data does not list specific versions, so any release prior to the patched commit is considered vulnerable.

Risk and Exploitability

The EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog, leaving the exact exploitation likelihood uncertain. The CVSS score of 7.8 indicates high severity. Based on the description, the likely attack vector is a local attacker with the ability to influence ring‑buffer usage, which could lead to privilege escalation or denial of service. Remote exploitation is unlikely without additional local access.

Generated by OpenCVE AI on August 25, 2026 at 13:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patch for the ring‑buffer use‑after‑free vulnerability.
  • If an upgrade cannot be performed immediately, disable ring‑buffer resizing in the kernel configuration (for example, set the appropriate RING_BUFFER_DISABLE_RESIZING option) to eliminate the vulnerable code path.
  • Apply kernel hardening measures such as enabling Address Space Layout Randomization, stack protection, and other memory protection features to reduce the impact of any remaining kernel memory corruption.

Generated by OpenCVE AI on August 25, 2026 at 13:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Tue, 25 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 25 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 22 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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: Prevent subbuf order change when resizing is disabled Because ring_buffer_subbuf_order_set() frees buffer pages, we can't allow it when resizing is disabled. A non-consuming reader is at risk of use-after-free (rb_advance_iter()). Return -EBUSY on resize_disabled, matching ring_buffer_resize() behaviour.
Title ring-buffer: Prevent subbuf order change when resizing is disabled
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-25T05:40:58.185Z

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

Link: CVE-2026-74634

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-25T06:18:42.647

Link: CVE-2026-74634

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74634 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T13:45:04Z

Weaknesses