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.
2025-04-16T15:16:00.810
2025-11-03T20:17:41.547
Modified
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSSv3.1: 5.5 (MEDIUM)
| Type | Vendor | Product | Version/Range | Vulnerable? |
|---|---|---|---|---|
| Operating System | linux | linux_kernel | < 5.15.180 | Yes |
| Operating System | linux | linux_kernel | < 6.1.134 | Yes |
| Operating System | linux | linux_kernel | < 6.6.87 | Yes |
| Operating System | linux | linux_kernel | < 6.12.23 | Yes |
| Operating System | linux | linux_kernel | < 6.13.11 | Yes |
| Operating System | linux | linux_kernel | < 6.14.2 | Yes |