SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-64058

HIGH · CVSS 7.8 EPSS 0.13%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the netfs subsystem, specifically the netfs_read_folio() function, which fails to properly wait for ongoing writeback operations to complete. This oversight can lead to potential data corruption or inconsistent states, as the function may incorrectly trust the dirty flag associated with the folio structure. Organizations using Linux-based systems, particularly those relying on netfs for file operations, should prioritize applying the patch to mitigate the risk of data integrity issues.

CVE
CVE-2026-64058
Severity
HIGH
CVSS
7.8
EPSS
0.13%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs_read_folio() to wait on writeback Fix netfs_read_folio() to wait for an ongoing writeback to complete so that it can trust the dirty flag and whatever is attached to folio->private (folio->private may get cleaned up by the collector before it clears the writeback flag).