IT

Tracker / CVE-2025-21904

CVE-2025-21904

Medium 5.5

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().

Affected products and versions

linux linux_kernel
linux linux_kernel · 3.10 → 5.4.291
linux linux_kernel · 5.11 → 5.15.179
linux linux_kernel · 5.16 → 6.1.131
linux linux_kernel · 5.5 → 5.10.235
linux linux_kernel · 6.13 → 6.13.7
linux linux_kernel · 6.2 → 6.6.83
linux linux_kernel · 6.7 → 6.12.19

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References