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.
Published: 2026-08-15
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a defect in the netfs writeback iterator where errors during writeback are not correctly handled. The iterator must be rerun with the error code to clean up iteration state, unlock the involved folio, and re‑dirty it. If this logic is omitted, the kernel can reach an inconsistent state that may lead to a crash or denial of service. The error stems from insufficient error handling and from improper release of resources (CWE‑772).

Affected Systems

Any Linux kernel incorporating the netfs subsystem and compiled with the standard writeback iterator is potentially affected. Because no specific version constraints are supplied by the CNA, all current unpatched kernels that include netfs may be vulnerable. Users running an updated kernel that includes the fix have addressed the risk.

Risk and Exploitability

The EPSS score is below 1 %, indicating a very low probability of exploitation at the time of analysis. The CVSS score of 7.1 reflects moderate severity, while the vulnerability is not listed in the CISA KEV catalog, and there is no evidence of active exploitation. Based on the description, it is inferred that an attacker could trigger a writeback error by influencing network‑file‑system traffic or forcing a large number of dirty pages, but this inference is not explicitly documented in the advisory. The risk is a local or remote denial of service that requires the ability to cause or observe a writeback failure in the netfs subsystem.

Generated by OpenCVE AI on August 22, 2026 at 07:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that incorporates the netfs writeback error handling fix via your distribution’s security channel.
  • Reboot the system so that the patched kernel is fully loaded and any stale in‑memory state is cleared.
  • If netfs functionality is not required, disable the module or limit its use to reduce the attack surface.

Generated by OpenCVE AI on August 22, 2026 at 07:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-390

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-390

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 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.
Title netfs: Fix writeback error handling
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:18.766Z

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

Link: CVE-2026-72364

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72364

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72364 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T07:45:17Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime