296,857
Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
jffs2: fix memory leak in jffs2_do_mount_fs
If jffs2_build_filesystem() in jffs2_do_mount_fs() returns an error, we can observe the following kmemleak report:
This is because the resources allocated in jffs2_sum_init() are not released. Call jffs2_sum_exit() to release these resources to solve the problem.
| 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 |