296,857
Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
This function only calls of_node_put() in the regular path. And it will cause refcount leak in error paths. For example, when codec_np is NULL, saif_np[0] and saif_np[1] are not NULL, it will cause leaks.
of_node_put() will check if the node pointer is NULL, so we can call it directly to release the refcount of regular pointers.
| 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 | 3.5 | 4.9.311 | 
| linux / linux_kernel | 4.10 | 4.14.276 |