SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-64066

CRITICAL · CVSS 9.8 EPSS 0.44%

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 module, specifically the netfs_read_to_pagecache() function, which does not properly handle failures of subrequests, potentially leading to data corruption or denial of service. This critical flaw, rated 9.8 on the CVSS scale, could be exploited by attackers to disrupt system operations or compromise data integrity. Organizations utilizing Linux systems, particularly those relying on netfs for network file system operations, should prioritize patching this vulnerability immediately.

CVE
CVE-2026-64066
Severity
CRITICAL
CVSS
9.8
EPSS
0.44%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs_read_to_pagecache() to pause on subreq failure Fix netfs_read_to_pagecache() so that it pauses the generation of new subrequests if an already-issued subrequest fails.