CVE-2025-38437
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potential use-after-free in oplock/lease break ack If ksmbd_iov_pin_rsp return error, use-after-free can happen by accessing opinfo->state and opinfo_put and ksmbd_fd_put could called twice.
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.07%• Percentile: 22%
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
- debian•debian_linux
11.0
- linux•linux
≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < e38ec88a2b42c494601b1213816d75f0b54d9bf0 | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < 97c355989928a5f60b228ef5266c1be67a46cdf9 | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < 815f1161d6dbc4c54ccf94b7d3fdeab34b4d7477 | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < 8106adc21a2270c16abf69cd74ccd7c79c6e7acd | ≥ 0626e6641f6b467447c81dd7678a69c66f7746cf, < 50f930db22365738d9387c974416f38a06e8057e | 5.15
- linux•linux_kernel
≥ 5.15, < 6.1.146 | ≥ 6.2, < 6.6.99 | ≥ 6.7, < 6.12.39 | ≥ 6.13, < 6.15.7 | 6.16:rc1 | 6.16:rc2 | 6.16:rc3 | 6.16:rc4 | 6.16:rc5
References (6)
- https://git.kernel.org/stable/c/e38ec88a2b42c494601b1213816d75f0b54d9bf0
- https://git.kernel.org/stable/c/97c355989928a5f60b228ef5266c1be67a46cdf9
- https://git.kernel.org/stable/c/815f1161d6dbc4c54ccf94b7d3fdeab34b4d7477
- https://git.kernel.org/stable/c/8106adc21a2270c16abf69cd74ccd7c79c6e7acd
- https://git.kernel.org/stable/c/50f930db22365738d9387c974416f38a06e8057e
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html