CVE-2025-37926
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_session_rpc_open A UAF issue can occur due to a race condition between ksmbd_session_rpc_open() and __session_rpc_close(). Add rpc_lock to the session to protect it.
CVSS Metrics
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.03%• Percentile: 8%
Techniques & Countermeasures
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- linux•linux
≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < a4348710a7267705b75692dc1a000920481d1d92 | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < 1067361a1cc6ad9cdf7acfc47f90012b72ad1502 | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < 8fb3b6c85b7e3127161623586b62abcc366caa20 | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < 6323fec65fe54b365961fed260dd579191e46121 | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < a1f46c99d9ea411f9bf30025b912d881d36fc709 | 5.15
- linux•linux_kernel
≥ 5.15, < 6.12.28 | ≥ 6.13, < 6.14.6 | 6.15:rc1 | 6.15:rc2 | 6.15:rc3 | 6.15:rc4
References (5)
- https://git.kernel.org/stable/c/1067361a1cc6ad9cdf7acfc47f90012b72ad1502
- https://git.kernel.org/stable/c/8fb3b6c85b7e3127161623586b62abcc366caa20
- https://git.kernel.org/stable/c/6323fec65fe54b365961fed260dd579191e46121
- https://git.kernel.org/stable/c/a1f46c99d9ea411f9bf30025b912d881d36fc709
- https://git.kernel.org/stable/c/a4348710a7267705b75692dc1a000920481d1d92