AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-40010

UNKNOWN · CVSS N/A EPSS 0.23%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-10-20 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects Linux.

CVE
CVE-2025-40010
Severity
UNKNOWN
CVSS
N/A
EPSS
0.23%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: afs: Fix potential null pointer dereference in afs_put_server afs_put_server() accessed server->debug_id before the NULL check, which could lead to a null pointer dereference. Move the debug_id assignment, ensuring we never dereference a NULL server pointer.