Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
arcnet: Add NULL check in com20020pci_probe()
devm_kasprintf() returns NULL when memory allocation fails. Currently, com20020pci_probe() does not check for this case, which results in a NULL pointer dereference.
Add NULL check after devm_kasprintf() to prevent this issue and ensure no resources are left allocated.
Software | From | Fixed in |
---|---|---|
linux / linux_kernel | 4.19.302 | 4.20 |
linux / linux_kernel | 6.13 | 6.13.11 |
linux / linux_kernel | 6.14 | 6.14.2 |
linux / linux_kernel | 6.7 | 6.12.23 |
linux / linux_kernel | 5.10.204 | 5.10.236 |
linux / linux_kernel | 5.15.143 | 5.15.180 |
linux / linux_kernel | 5.4.264 | 5.4.292 |
linux / linux_kernel | 6.1.68 | 6.1.134 |
linux / linux_kernel | 6.6.7 | 6.6.87 |