Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
ASoC: imx-card: Add NULL check in imx_card_probe()
devm_kasprintf() returns NULL when memory allocation fails. Currently, imx_card_probe() does not check for this case, which results in a NULL pointer dereference.
Add NULL check after devm_kasprintf() to prevent this issue.
Software | From | Fixed in |
---|---|---|
linux / linux_kernel | 6.13 | 6.13.11 |
linux / linux_kernel | 6.14 | 6.14.2 |
linux / linux_kernel | 5.16 | 6.1.134 |
linux / linux_kernel | 6.2 | 6.6.87 |
linux / linux_kernel | 6.7 | 6.12.23 |
linux / linux_kernel | 5.14 | 5.15.180 |