In the Linux kernel, the following vulnerability has been resolved:
afs: Fix potential null pointer dereference in afsputserver
afsputserver() accessed server->debugid before the NULL check, which could lead to a null pointer dereference. Move the debugid assignment, ensuring we never dereference a NULL server pointer.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40010.json",
"cna_assigner": "Linux"
}