CVE-2026-72373
Received Received - Intake

NULL Pointer Dereference in Linux Kernel AFS

Vulnerability report for CVE-2026-72373, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability where the function afs_break_some_callbacks() fails to check if afs_lookup_volume_rcu() returns NULL. This could happen if the specified volume is unknown, potentially leading to a NULL pointer dereference and system instability.

Detection Guidance

This vulnerability affects the Linux kernel's AFS (Andrew File System) module. Detection requires checking kernel logs for NULL pointer dereference errors related to afs_break_some_callbacks() or afs_lookup_volume_rcu(). Use commands like dmesg | grep afs or journalctl -k | grep afs to inspect kernel logs for relevant errors.

Impact Analysis

This vulnerability could cause kernel crashes or instability if an attacker triggers the missing NULL pointer check in afs_break_some_callbacks(). It may lead to denial of service conditions on affected systems using the AFS filesystem.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a Linux kernel issue involving a missing NULL pointer check in the AFS filesystem, which could lead to undefined behavior if a volume lookup fails. No evidence suggests it impacts data protection or privacy requirements.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the afs_break_some_callbacks() NULL pointer check issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72373. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart