AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72372

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel, specifically related to the handling of the `net->cells_dyn_ino` structure, which lacks proper locking mechanisms during modifications. This oversight can lead to potential race conditions, impacting system stability and security. Organizations using Linux-based systems, particularly those leveraging AFS (Andrew File System), should prioritize applying the fix to mitigate risks associated with concurrent access issues.

CVE
CVE-2026-72372
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

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.