SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-74634

HIGH · CVSS 7.8 EPSS 0.13%

Source: NVD + CISA KEV + EPSS · Published 2026-08-22 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's ring buffer functionality, specifically in the handling of buffer resizing, which can lead to a use-after-free condition for non-consuming readers. This flaw could potentially allow an attacker to exploit memory management issues, leading to system instability or unauthorized access to sensitive data. Organizations using affected versions of the Linux kernel should prioritize addressing this vulnerability to mitigate risks associated with memory corruption and ensure system integrity.

CVE
CVE-2026-74634
Severity
HIGH
CVSS
7.8
EPSS
0.13%
Linux

Original NVD 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.