NONE · 0

CVE-2026-80897

In the Linux kernel, the following vulnerability has been resolved: netfs: release readahead folios on iterator preparation failure netfs_prepare_read_iterator() batches readahead folios in put_batc...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: netfs: release readahead folios on iterator preparation failure netfs_prepare_read_iterator() batches readahead folios in put_batch so that the folio references can be dropped after the I/O iterator has been prepared. If rolling_buffer_load_from_ra() fails after earlier folios have been batched, the function returns immediately and leaves those references held. Release the batch before returning the error.

References

FAQ

What is CVE-2026-80897?

CVE-2026-80897 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: netfs: release readahead folios on iterator preparation failure netfs_prepare_read_iterator() batches readahead folios in put_batc...

How severe is CVE-2026-80897?

CVSS scoring is not yet available for CVE-2026-80897. Check NVD for updates.

Is there a patch for CVE-2026-80897?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.