296,172
Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
caif_virtio: fix wrong pointer check in cfv_probe()
del_vqs() frees virtqueues, therefore cfv->vq_tx pointer should be checked for NULL before calling it, not cfv->vdev. Also the current implementation is redundant because the pointer cfv->vdev is dereferenced before it is checked for NULL.
Fix this by checking cfv->vq_tx for NULL instead of cfv->vdev before calling del_vqs().
Software | From | Fixed in |
---|---|---|
linux / linux_kernel | 6.14-rc1 | 6.14-rc1.x |
linux / linux_kernel | 6.14-rc2 | 6.14-rc2.x |
linux / linux_kernel | 6.14-rc3 | 6.14-rc3.x |
linux / linux_kernel | 3.10 | 5.4.291 |
linux / linux_kernel | 5.11 | 5.15.179 |
linux / linux_kernel | 5.5 | 5.10.235 |
linux / linux_kernel | 5.16 | 6.1.131 |
linux / linux_kernel | 6.2 | 6.6.83 |
linux / linux_kernel | 6.7 | 6.12.19 |
linux / linux_kernel | 6.13 | 6.13.7 |
linux / linux_kernel | 6.14-rc4 | 6.14-rc4.x |
linux / linux_kernel | 6.14-rc5 | 6.14-rc5.x |