In the Linux kernel, the following vulnerability has been resolved:
cifs: Fix memory leak when using fscache
If we hit the 'index == next_cached' case, we leak a refcount on the struct page. Fix this by using readahead_folio() which takes care of the refcount for you.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 5.17.1 | 5.18.18 |
| linux / linux_kernel | 5.19 | 5.19.2 |
| linux / linux_kernel | 5.17 | 5.17.x |
| linux / linux_kernel | 5.17-rc3 | 5.17-rc3.x |
| linux / linux_kernel | 5.17-rc4 | 5.17-rc4.x |
| linux / linux_kernel | 5.17-rc5 | 5.17-rc5.x |
| linux / linux_kernel | 5.17-rc6 | 5.17-rc6.x |
| linux / linux_kernel | 5.17-rc7 | 5.17-rc7.x |
| linux / linux_kernel | 5.17-rc8 | 5.17-rc8.x |