3 matches found
ROOT-OS-UBUNTU-2404-CVE-2025-71295 CVE-2025-71295 in rootio-linux - Patched by Root
Root has patched CVE-2025-71295 in the rootio-linux package for Root:Ubuntu:24.04. Multiple fixed versions available...
UBUNTU-CVE-2025-71295
In the Linux kernel, the following vulnerability has been resolved: fs/buffer: add alert in trytofreebuffers for folios without buffers trytofreebuffers can be called on folios with no buffers attached when filemapreleasefolio is invoked on a folio belonging to a mapping with ASRELEASEALWAYS set...
CVE-2025-71295
The CVE targets the Linux kernel’s memory/file I/O path. In fs/buffer, try_to_free_buffers() could be invoked on folios with no attached buffers when filemap_release_folio() runs on a mapping with AS_RELEASE_ALWAYS but without a release_folio operation. This caused folio_needs_release() to return...