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

netfs: Fix barriering when walking subrequest list

Fix the barriering used when walking the subrequest list in retry as
there's a possibility of seeing a subreq that's just been added by the
application thread.
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’s netfs subsystem contained a race condition where the iterator used to walk the subrequest list during retry operations did not properly barrier against concurrent additions. If a thread adds a subrequest entry while another thread is already traversing the list, the traversal can observe an entry that is not fully initialized. Processing this incomplete entry may trigger a kernel panic, causing the entire system to reboot. The effect is a denial‑of‑service in the form of a kernel crash triggered by the netfs subsystem.

Affected Systems

Vendors: Linux kernel. The affected product is the Linux kernel itself. Specific affected versions are not listed in the advisory; any kernel version that predates the commits that introduced the fix may be impacted. System administrators should verify that their running kernel contains the commit identifiers 5c6ce05e406520290c1d89da97fb3cd70c09137d or be47c047250671c9225c0319ca4695be9b391c59.

Risk and Exploitability

The CVSS base score of 9.8 indicates critical severity, while the EPSS score of < 1% reflects an extremely low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog, implying no publicly known exploits. It is inferred that an attacker would need local or privileged access to perform netfs operations in order to trigger the race; a remote attack is not proven by the available information.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patches from commits 5c6ce05e406520290c1d89da97fb3cd70c09137d or be47c047250671c9225c0319ca4695be9b391c59, which address the timing‑related race condition in netfs (CWE‑367).
  • If an immediate kernel upgrade is not possible, disable or restrict the use of the netfs subsystem until the patch is applied.
  • Monitor kernel logs for panics or errors related to netfs and plan for a kernel update when such events occur.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-362

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

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

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 20:00: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 barriering when walking subrequest list Fix the barriering used when walking the subrequest list in retry as there's a possibility of seeing a subreq that's just been added by the application thread.
Title netfs: Fix barriering when walking subrequest list
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:13.252Z

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

Link: CVE-2026-72355

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72355

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72355 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:45:03Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition