Bug 2405128 (CVE-2025-40010) - CVE-2025-40010 kernel: afs: Fix potential null pointer dereference in afs_put_server
Summary: CVE-2025-40010 kernel: afs: Fix potential null pointer dereference in afs_put...
Keywords:
Status: NEW
Alias: CVE-2025-40010
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-20 17:23 UTC by OSIDB Bzimport
Modified: 2025-10-20 17:53 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-20 17:23:44 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.