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

netfs: Fix writethrough to use collection offload

Fix writethrough write to set NETFS_RREQ_OFFLOAD_COLLECTION on the request
so that collection is processed asynchronously rather than only right at
the end - and also so that asynchronous O_SYNC writes get collected at all.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involved the netfs interface of the Linux kernel, specifically the writethrough path. A missing flag caused synchronous O_SYNC writes to bypass the offload collection mechanism, which normally aggregates write requests for asynchronous processing. As a result, some writes could be delayed until the end of the transaction or not collected at all, potentially leading to increased latency or unexpected ordering of write operations. The description does not indicate remote code execution or privilege escalation, but the flaw may compromise data integrity or performance in systems performing frequent O_SYNC operations.

Affected Systems

All Linux kernel releases are affected until the kernel version that includes the patch. The patch is distributed through the official Linux kernel source tree and should be present in any mainstream distribution that upgrades to a kernel containing the commit "netfs: Fix writethrough to use collection offload."

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is <1%, indicating a moderate severity and low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Because the flaw resides in a core kernel subsystem and requires legitimate write access to affected files, it is not likely to be exploitable remotely. The risk, however, lies in degraded write performance or subtle data consistency issues in environments that heavily use O_SYNC writes over netfs. The likely attack vector is local or privileged access that can exercise the netfs writethrough path.

Generated by OpenCVE AI on August 22, 2026 at 05:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the operating system to a kernel version that includes the "netfs: Fix writethrough to use collection offload" patch, ensuring the NETFS_RREQ_OFFLOAD_COLLECTION flag is set for writethrough operations.
  • Verify that the kernel configuration and runtime settings enable collection offload for netfs to guarantee that synchronous writes are processed asynchronously as intended.
  • Monitor system performance and write latency after the update to confirm that the offload behavior is functioning correctly, and adjust any application‑level write strategies if necessary.

Generated by OpenCVE AI on August 22, 2026 at 05:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-821
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Sat, 15 Aug 2026 18: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 writethrough to use collection offload Fix writethrough write to set NETFS_RREQ_OFFLOAD_COLLECTION on the request so that collection is processed asynchronously rather than only right at the end - and also so that asynchronous O_SYNC writes get collected at all.
Title netfs: Fix writethrough to use collection offload
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:13:16.473Z

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

Link: CVE-2026-72365

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72365

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72365 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T05:15:03Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-821

    Incorrect Synchronization