2 matches found
CVE-2026-98057
The Linux kernel contains a vulnerability in the ring-buffer component. The issue arises because the code utilized meta->nr_subbufs without verifying that it correctly matched nr_pages + 1, despite the system assuming these two values were identical. To resolve this, a check was added to the p...
6AI score
SaveExploits0References3
CVE-2026-98057
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Add checking nrsubbufs to persistent ring buffer validation Sashiko reported that the code was using meta-nrsubbufs without making sure that it matched the nrpages + 1 on data that was assuming the two were the same...
6AI score
SaveExploits0
20