CVE-2025-37924

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37924
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-37924.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-37924
Downstream
Related
Published
2025-05-20T16:15:29Z
Modified
2025-08-13T00:00:20Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix use-after-free in kerberos authentication

Setting sess->user = NULL was introduced to fix the dangling pointer created by ksmbdfreeuser. However, it is possible another thread could be operating on the session and make use of sess->user after it has been passed to ksmbdfreeuser but before sess->user is set to NULL.

References

Affected packages