CVE-2026-74634
Received Received - Intake

Ring Buffer Use-After-Free in Linux Kernel

Vulnerability report for CVE-2026-74634, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-22
Generated
2026-08-22
AI Q&A
2026-08-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a flaw in the ring buffer management where resizing is disabled. The function ring_buffer_subbuf_order_set() incorrectly frees buffer pages even when resizing is not allowed, leading to a use-after-free condition. This happens because a non-consuming reader can still advance the iterator (rb_advance_iter()), causing potential memory corruption or crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's ring buffer implementation and requires kernel-level detection. Check kernel logs for ring buffer errors or crashes using dmesg | grep ring_buffer. Monitor for use-after-free events or crashes in kernel modules.

Impact Analysis

If you are running a vulnerable Linux kernel version, this flaw could allow an attacker to trigger a use-after-free condition, potentially leading to system crashes, privilege escalation, or arbitrary code execution. Systems relying on ring buffers for logging or data processing are at higher risk.

Mitigation Strategies

Apply the latest Linux kernel patches to address the ring buffer resize issue. Disable dynamic ring buffer resizing if not required. Restrict non-consuming reader access to ring buffers to prevent use-after-free scenarios.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74634. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart