VDB
DEBIAN-CVE-2025-37962
DEBIAN-CVE-2025-37962
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leak in parse_lease_state() The previous patch that added bounds check for create lease context introduced a memory leak. When the bounds check fails, the function returns NULL without freeing the previously allocated lease_ctx_info structure. This patch fixes the issue by adding kfree(lreq) before returning NULL in both boundary check cases.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux-6.1 | *, 6.1.129-1, 6.1.137-1 |
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 6.1.66-1, 6.1.67-1, 6.1.69-1 |
Timeline
- May 20, 2025 CVE Published
- Apr 28, 2026 CVE Updated