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.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 6.1.134 | 6.1.139 |
| linux / linux_kernel | 6.6.87 | 6.6.91 |
| linux / linux_kernel | 6.12.23 | 6.12.29 |
| linux / linux_kernel | 6.13.11 | 6.14 |
| linux / linux_kernel | 6.14.2 | 6.14.7 |
| linux / linux_kernel | 6.15-rc1 | 6.15-rc1.x |
| linux / linux_kernel | 6.15-rc2 | 6.15-rc2.x |
| linux / linux_kernel | 6.15-rc3 | 6.15-rc3.x |
| linux / linux_kernel | 6.15-rc4 | 6.15-rc4.x |
| linux / linux_kernel | 6.15-rc5 | 6.15-rc5.x |
| debian / debian_linux | 11.0 | 11.0.x |