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

afs: Fix missing NULL pointer check in afs_break_some_callbacks()

Fix afs_break_some_callbacks() to check to see if afs_lookup_volume_rcu()
returned NULL (e.g. the specified volume is unknown).
Published: 2026-08-15
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a missing NULL pointer check in afs_break_some_callbacks(). If afs_lookup_volume_rcu() returns NULL—such as when the specified volume is unknown—the code will dereference the pointer, potentially causing a kernel crash. A local attacker who can trigger this code path could crash the system as a consequence of a kernel fault. The attack vector is inferred to be local, reachable via normal AFS operations.

Affected Systems

The issue exists in the Linux kernel across all released versions that include the afs_break_some_callbacks() function. Specific affected kernel versions are not listed, meaning any kernel prior to the patch that retains the original implementation is vulnerable.

Risk and Exploitability

The EPSS score of <1% indicates a very low probability of exploitation in the wild, but the CVSS score of 7.5 implies a high‑severity vulnerability. The null pointer dereference in kernel code continues to imply a high‑risk local exploitation vector that can lead to denial of service. The attack would require a local attacker to supply a volume name that triggers a NULL pointer return during a callback break operation. Given that kernel code is capable of being triggered by normal AFS operations, the risk remains significant for systems that enable AFS support.

Generated by OpenCVE AI on August 17, 2026 at 18:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that incorporates the afs_break_some_callbacks() NULL pointer check patch, as referenced by the provided commit URLs.
  • If an immediate kernel upgrade is not possible, disable or remove AFS support to prevent the vulnerable code path from executing.
  • Monitor the vendor’s security advisories for updates and apply any additional patches that address kernel null pointer issues.

Generated by OpenCVE AI on August 17, 2026 at 18:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000


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

Type Values Removed Values Added
Weaknesses CWE-476

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

Type Values Removed Values Added
Weaknesses CWE-476

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-476

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: afs: Fix missing NULL pointer check in afs_break_some_callbacks() Fix afs_break_some_callbacks() to check to see if afs_lookup_volume_rcu() returned NULL (e.g. the specified volume is unknown).
Title afs: Fix missing NULL pointer check in afs_break_some_callbacks()
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:26.499Z

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

Link: CVE-2026-72373

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72373

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72373 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T18:45:04Z

Weaknesses