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

ring-buffer: Add checking nr_subbufs to persistent ring buffer validation

Sashiko reported that the code was using meta->nr_subbufs without making
sure that it matched the nr_pages + 1 on data that was assuming the two
were the same.

Add a check to the persistent ring buffer validation code to make sure
that the saved nr_subbufs matches what we expect.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Potential memory corruption in the kernel
Action: Assess Impact
AI Analysis

Impact

The vulnerability arises from the Linux kernel’s persistent ring buffer validation logic, which failed to verify that the stored number of sub‑buffers (nr_subbufs) matched the expected value derived from the number of pages. This oversight can allow an attacker to manipulate ring buffer metadata such that the kernel operates on inconsistent data, possibly leading to memory corruption or other integrity violations. The likely attack vector is a local user with the ability to influence the ring buffer structure, resulting in kernel‑level compromise or denial of service.

Affected Systems

All Linux kernel releases that did not adopt the recent patch removing the inconsistency between nr_subbufs and nr_pages. In particular the change referenced in the CVE description has been merged into the mainline kernel; any running kernel prior to that commit is considered vulnerable.

Risk and Exploitability

The CVSS score is not provided, and the EPSS score is unavailable, indicating no known widespread exploitation data. The vulnerability is listed as not being part of the CISA KEV catalog. Due to the requirement for kernel‑level manipulation and the lack of publicly available exploits, the risk is considered moderate to low in typical environments. However, in environments where untrusted code can influence kernel data structures, the potential for privilege escalation or system instability should be evaluated.

Generated by OpenCVE AI on September 25, 2026 at 16:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that incorporates the ring‑buffer validation fix
  • Rebuild the kernel from source applying the patch commit referenced in the vendor advisory if an official update is not yet available
  • If immediate kernel updates are not possible, restrict or remove modules that expose persistent ring buffer functionality until the patch is applied

Generated by OpenCVE AI on September 25, 2026 at 16:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129
CWE-665

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Add checking nr_subbufs to persistent ring buffer validation Sashiko reported that the code was using meta->nr_subbufs without making sure that it matched the nr_pages + 1 on data that was assuming the two were the same. Add a check to the persistent ring buffer validation code to make sure that the saved nr_subbufs matches what we expect.
Title ring-buffer: Add checking nr_subbufs to persistent ring buffer validation
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-25T10:24:03.541Z

Reserved: 2026-09-25T10:19:56.072Z

Link: CVE-2026-98057

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:34.660

Modified: 2026-09-25T11:17:34.660

Link: CVE-2026-98057

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T16:30:15Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index

  • CWE-665

    Improper Initialization