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.
References
| Link | Resource |
|---|---|
| https://git.kernel.org/stable/c/02d16046cd11a5c037b28c12ffb818c56dd3ef43 | Patch |
| https://git.kernel.org/stable/c/2fc9feff45d92a92cd5f96487655d5be23fb7e2b | Patch |
| https://git.kernel.org/stable/c/d5ec1d79509b3ee01de02c236f096bc050221b7f | Patch |
| https://news.ycombinator.com/item?id=44081338 | Exploit Issue Tracking Third Party Advisory |
| https://sean.heelan.io/2025/05/22/how-i-used-o3-to-find-cve-2025-37899-a-remote-zeroday-vulnerability-in-the-linux-kernels-smb-implementation/ | Exploit Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
19 Nov 2025, 14:43
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.15:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.15:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:* |
|
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-416 | |
| References | () https://git.kernel.org/stable/c/02d16046cd11a5c037b28c12ffb818c56dd3ef43 - Patch | |
| References | () https://git.kernel.org/stable/c/2fc9feff45d92a92cd5f96487655d5be23fb7e2b - Patch | |
| References | () https://git.kernel.org/stable/c/d5ec1d79509b3ee01de02c236f096bc050221b7f - Patch | |
| References | () https://news.ycombinator.com/item?id=44081338 - Exploit, Issue Tracking, Third Party Advisory | |
| References | () https://sean.heelan.io/2025/05/22/how-i-used-o3-to-find-cve-2025-37899-a-remote-zeroday-vulnerability-in-the-linux-kernels-smb-implementation/ - Exploit, Third Party Advisory |
Information
Published : 2025-05-20 16:15
Updated : 2025-11-19 14:43
NVD link : CVE-2025-37899
Mitre link : CVE-2025-37899
CVE.ORG link : CVE-2025-37899
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
