Description
In the Linux kernel, the following vulnerability has been resolved:

netfs: Fix netfs_create_write_req() to handle async cache object creation

netfs_create_write_req() will skip caching if the fscache cookie is
disabled, but this is a problem because async cache object creation might
not have got far enough yet that has been enabled - thereby causing the
call to fscache_begin_write_operation() to be skipped.

Fix this by removing the checks on the cookie and delegating this to
fscache_begin_write_operation().
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains an issue in the netfs subsystem where the function netfs_create_write_req() conditionally skips the caching mechanism when the fscache cookie is disabled. However, during asynchronous cache object creation this check may execute before the necessary cache structures are fully initialized, resulting in the call to fscache_begin_write_operation() being omitted. This omission can lead to write operations not being properly cached or synchronized, potentially causing data loss, corruption, or inconsistent file system state. The vulnerability arises from a missing or improper check in the code path that handles cache creation. It represents an integrity issue rather than a classic remote code execution flaw.

Affected Systems

All Linux distributions that ship the open-source Linux kernel without the recent patch. The affected code resides in the netfs module of the kernel, which is part of the core OS and is used by NFS and other network file system implementations.

Risk and Exploitability

There is no known public exploitation or evidence of attackers weaponizing this defect. With a CVSS score of 9.8, this vulnerability represents a high severity risk. The EPSS score is < 1%, and the vulnerability is not listed in CISA’s KEV catalog, which indicates a low likelihood of active exploitation. Nonetheless, the defect introduces a risk of data loss or corruption in environments that rely on netfs caching, particularly when asynchronous cache creation is in use. Administrators should consider the impact of potential integrity failures in critical applications that depend on accurate file system caching.

Generated by OpenCVE AI on August 17, 2026 at 18:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the netfs_create_write_req() patch
  • Verify that the kernel configuration enables or disables fscache as appropriate for your environment
  • Monitor for any anomalous file system behavior or data consistency issues after the kernel update

Generated by OpenCVE AI on August 17, 2026 at 18:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfs_create_write_req() to handle async cache object creation netfs_create_write_req() will skip caching if the fscache cookie is disabled, but this is a problem because async cache object creation might not have got far enough yet that has been enabled - thereby causing the call to fscache_begin_write_operation() to be skipped. Fix this by removing the checks on the cookie and delegating this to fscache_begin_write_operation().
Title netfs: Fix netfs_create_write_req() to handle async cache object creation
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:43:19.861Z

Reserved: 2026-08-09T03:40:39.922Z

Link: CVE-2026-72366

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:10.017

Modified: 2026-08-17T06:18:40.777

Link: CVE-2026-72366

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T18:45:04Z

Weaknesses

No weakness.