VYPR

virtio-fs

by Linux

CVEs (1)

  • CVE-2026-93827Sep 24, 2026
    risk 0.00cvss —epss —

    In the Linux kernel, the following vulnerability has been resolved: virtio-fs: avoid double-free on failed queue setup virtio_fs_setup_vqs() allocates fs->vqs and fs->mq_map before calling virtio_find_vqs(). If virtio_find_vqs() fails, the error path frees both pointers and…