Linux Kernel AFS Server Null Pointer Dereference Vulnerability

Vulnerability

A potential null pointer dereference vulnerability has been identified in the Linux kernel's AFS (Andrew File System) implementation. The issue arises in the 'afs_put_server' function, which accessed the 'server->debug_id' before performing a null check on the server pointer. This oversight could lead to a null pointer dereference. The vulnerability affects several versions of the Linux kernel.

Impact

Exploitation of this vulnerability could lead to a null pointer dereference, causing a crash or undefined behavior in the kernel.

Reproduction

The vulnerability can be reproduced by calling the 'afs_put_server' function with a null server pointer. This will trigger the null pointer dereference by attempting to access the 'debug_id' of a non-existent server object.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been patched. Instructions for downloading the latest kernel version can be found on the official Linux kernel website.

Added: Oct 20, 2025, 4:28 PM
Updated: Oct 20, 2025, 4:28 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.7
remediation
7.7
relevance
0.8
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.