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

configfs: fix lockless traversals of ->s_children

Having the parent directory locked protects entries from removal
by another thread, but it does *not* protect cursors from being
moved around by lseek() - or freed, for that matter.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the absence of proper locking when traversing the configfs child directory list. While the parent directory lock prevents removal, it does not guard against concurrent changes to the child pointers by lseek() or freeing procedures. During such unsynchronized accesses a malicious thread could reorder the child pointers, causing the configfs cursor to reference freed or relocated memory. The resulting kernel memory corruption can lead to arbitrary code execution or a system crash.

Affected Systems

Both mainline Linux kernel builds that have not yet incorporated the fix are affected. The commit identifiers in the references indicate a patch applied to the upstream repository, but the exact kernel version is not specified in the data. Consequently, any host running a Linux kernel before the application of this patch could be vulnerable. The vulnerability exists in the configfs subsystem across all variants of the Linux kernel.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity, and the EPSS score is < 1%, signifying a low estimated exploitation probability. Although the vulnerability is not listed in the CISA KEV catalog, kernel memory corruption remains a serious flaw. This implies that a local attacker with sufficient privileges could execute a race condition to achieve kernel-level execution. The risk remains considerable until the patch is applied, and the likelihood of exploitation depends on the attacker's ability to perform code execution within the kernel context on the target system.

Generated by OpenCVE AI on August 22, 2026 at 00:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to the latest release that includes the configfs fix
  • If immediate update is not possible, consider temporarily disabling configfs in the kernel configuration or removing the configfs module to prevent traversal of the child list
  • Monitor system logs for abnormal configfs behavior and investigate any crashes or access violations

Generated by OpenCVE AI on August 22, 2026 at 00:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367
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.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


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

Type Values Removed Values Added
Weaknesses CWE-362

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of ->s_children Having the parent directory locked protects entries from removal by another thread, but it does *not* protect cursors from being moved around by lseek() - or freed, for that matter.
Title configfs: fix lockless traversals of ->s_children
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:45:56.848Z

Reserved: 2026-08-15T05:44:03.885Z

Link: CVE-2026-74330

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:19:27.417

Link: CVE-2026-74330

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74330 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T00:15:05Z

Weaknesses
  • CWE-362

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

  • CWE-367

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