CVE Catalog

CVE-2024-56368

Medium
Published: Translated: NVD NIST

Summary

In the Linux kernel, an overflow in the ring-buffer's __rb_map_vma function was fixed, which occurred when calculating the number of pages (nr_pages). A check was added before the calculation to avoid the issue.

Risk Assessment

The overflow could lead to incorrect memory mapping, potentially causing system crashes or security breaches.

Recommendation

Apply the Linux kernel patch to prevent overflow in the ring-buffer and ensure system stability.

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix overflow in __rb_map_vma An overflow occurred when performing the following calculation: nr_pages = ((nr_subbufs + 1) << subbuf_order) - pgoff; Add a check before the calculation to avoid this problem. syzbo

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