Skip to main content

Linux Kernel EUVDEUVD-2026-59271

| CVE-2026-72372 HIGH
2026-08-15 Linux GHSA-4c5j-jgfr-26gp
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

AFS race requires local low-privilege access (AV:L, PR:L); the lock is entirely absent rather than a narrow timing window, justifying AC:L; kernel memory corruption yields C/I/A:H with no scope change to other systems.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
7.1 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Red Hat
5.5 MEDIUM
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 08:53 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 05:56 cve.org
HIGH 7.8
CVE Published
Aug 15, 2026 - 05:56 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

afs: Fix lack of locking around modifications of net->cells_dyn_ino

Fix the lack of locking around modifications of net->cells_dyn_ino by taking net->cells_lock exclusively. This also requires to cell to be removed from net->cells_dyn_ino in afs_destroy_cell_work() rather than in afs_cell_destroy() as the latter runs in RCU cleanup context and sleeping locks cannot be taken there.

AnalysisAI

Race condition in the Linux kernel's AFS (Andrew File System) subsystem allows local low-privileged users to corrupt kernel memory by exploiting unsynchronized writes to net->cells_dyn_ino, with potential for privilege escalation to root. The flaw exists because cell lifecycle operations modified shared kernel state without holding net->cells_lock exclusively, and RCU cleanup context constraints in afs_cell_destroy() prevented a straightforward fix - requiring cell removal to be relocated to afs_destroy_cell_work() in a workqueue context. No public exploit exists and EPSS sits at 0.21% (11th percentile), though the 7.8 CVSS score is technically justified by the potential kernel-level impact on affected configurations.

Technical ContextAI

The Andrew File System client subsystem (kafs) in the Linux kernel maintains per-network-namespace cell tracking through the net->cells_dyn_ino field. Modifications to this field were performed without holding the net->cells_lock read-write semaphore exclusively, creating an unprotected concurrent write path. The root cause is a missing synchronization primitive - analogous to CWE-362 (Concurrent Execution Using Shared Resource with Improper Synchronization) - in kernel space, where concurrent cell registration and teardown operations race on shared mutable state. A secondary constraint is that afs_cell_destroy() runs in RCU cleanup context, where sleeping locks cannot be acquired; the correct fix relocates net->cells_dyn_ino removal to afs_destroy_cell_work(), which executes in a workqueue context where sleeping is permitted. CPE data (cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*) confirms this spans the mainline Linux kernel across multiple stable branches including 6.12.x, 6.18.x, and 7.1.x.

RemediationAI

The primary fix is upgrading to a patched Linux kernel: 6.12.101 for the 6.12.x stable series (commits https://git.kernel.org/stable/c/e94f92fd56c553a8bf9421c3289e1b85c7c08857 and https://git.kernel.org/stable/c/55e841836c6f4646490f7b0347192b7a92d431ba), 6.18.40 for the 6.18.x series (https://git.kernel.org/stable/c/2ffb70a8a01988046bb207b7d0af9358a8337378), 7.1.5 for the 7.1.x series, or 7.2-rc2 for development branches (https://git.kernel.org/stable/c/4d8a2fe8847859f4fa4e9a2fa1221c9c1158e66b). Where immediate patching is not feasible, the AFS kernel module can be prevented from loading by adding 'blacklist kafs' to /etc/modprobe.d/ and rebooting - this eliminates the attack surface entirely at the cost of breaking any AFS-dependent workloads. On systems where AFS is not used, confirming the module is absent (lsmod | grep kafs) and blacklisting it is a zero-impact precaution. NVD advisory detail is also available at https://nvd.nist.gov/vuln/detail/CVE-2026-72372.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

EUVD-2026-59271 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy