AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72364

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's netfs component affects the writeback_iter() function, which improperly handles errors during writeback operations. This oversight can lead to potential data integrity issues, as the iteration state may not be correctly cleaned up after an error occurs. Organizations utilizing Linux systems, particularly those relying on netfs for file operations, should prioritize applying the fix to mitigate risks associated with data corruption.

CVE
CVE-2026-72364
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.