CVE Catalog

CVE-2025-37899

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.93%

57th percentile - higher than 57% of all known CVEs

Summary

In the Linux kernel, in ksmbd, there is a use-after-free vulnerability during session logoff. The sess->user object can be in use by another thread, for example when another connection sends a session setup request to bind to the session being freed. The patch fixes this issue.

Risk Assessment

Risk of system panic, unexpected behavior, or potential code execution due to use of freed memory, potentially leading to denial of service or privilege escalation.

Recommendation

Apply the Linux kernel patch that fixes the use-after-free in ksmbd, or update the kernel to a version containing this fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in session logoff The sess->user object can currently be in use by another thread, for example if another connection has sent a session setup request to bind to the session being free'd. The handler for that connection could be in the smb2_sess_setup function which makes use of sess->user.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS