CVE Catalog

CVE-2026-98057

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the persistent ring buffer validation code used meta->nr_subbufs without ensuring it matched nr_pages + 1, assuming the two were the same. The fix adds a check in the validation code to ensure the saved nr_subbufs matches what is expected.

Risk Assessment

Incorrect data in the persistent ring buffer can lead to undefined behavior, including potential memory corruption or kernel crash. The risk is moderate but can affect system stability.

Recommendation

Update the Linux kernel to a version containing the fix. Avoid using persistent ring buffers with untrusted data until the update is applied.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS