NONE · 0

CVE-2025-40010

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, wh...

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

References

FAQ

What is CVE-2025-40010?

CVE-2025-40010 is a documented vulnerability. 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, wh...

How severe is CVE-2025-40010?

CVSS scoring is not yet available for CVE-2025-40010. Check NVD for updates.

Is there a patch for CVE-2025-40010?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.