296,857
Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
jffs2: fix memory leak in jffs2_scan_medium
If an error is returned in jffs2_scan_eraseblock() and some memory has been added to the jffs2_summary *s, we can observe the following kmemleak report:
Therefore, we should call jffs2_sum_reset_collected(s) on exit to release the memory added in s. In addition, a new tag "out_buf" is added to prevent the NULL pointer reference caused by s being NULL. (thanks to Zhang Yi for this analysis)
| Software | From | Fixed in | 
|---|---|---|
| linux / linux_kernel | 4.20 | 5.4.189 | 
| linux / linux_kernel | 5.11 | 5.15.33 | 
| linux / linux_kernel | 5.17 | 5.17.2 | 
| linux / linux_kernel | 4.15 | 4.19.238 | 
| linux / linux_kernel | 5.5 | 5.10.110 | 
| linux / linux_kernel | 5.16 | 5.16.19 | 
| linux / linux_kernel | 2.6.15 | 4.9.311 | 
| linux / linux_kernel | 4.10 | 4.14.276 |