Security Advisory

CVE-2026-72364

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-15 05:56:02
Last updated 2026-08-17 05:43:18
Assigner Linux
CVSS score 7.1
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix writeback error handling Fix the error handling in writeback_iter() loop. If an error occurs, writeback_iter() needs to be called again with *error set to the error so that it can clean up iteration state. Further, the current folio needs unlocking and redirtying.