Unrated severityNVD Advisory· Published Jul 4, 2025· Updated Nov 3, 2025
ksmbd: fix null pointer dereference in destroy_previous_session
CVE-2025-38191
Description
In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix null pointer dereference in destroy_previous_session
If client set ->PreviousSessionId on kerberos session setup stage, NULL pointer dereference error will happen. Since sess->user is not set yet, It can pass the user argument as NULL to destroy_previous_session. sess->user will be set in ksmbd_krb5_authenticate(). So this patch move calling destroy_previous_session() after ksmbd_krb5_authenticate().
Affected products
2- Linux/Linuxv5Range: 5.15
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- git.kernel.org/stable/c/076f1adefb9837977af7ed233883842ddc446644mitre
- git.kernel.org/stable/c/0902625a24eea7fdc187faa5d97df244d159dd6emitre
- git.kernel.org/stable/c/1193486dffb7432a09f57f5d09049b4d4123538bmitre
- git.kernel.org/stable/c/281afc52e2961cd5dd8326ebc9c5bc40904c0468mitre
- git.kernel.org/stable/c/7ac5b66acafcc9292fb935d7e03790f2b8b2dc0emitre
- www.zerodayinitiative.com/advisories/ZDI-25-610/mitre
News mentions
0No linked articles in our index yet.