CVE-2026-93827
Last modified
CVE-2026-93827 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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 returns an error to virtio_fs_probe(). virtio_fs_probe() then drops the last kobject reference, and virtio_fs_ktype_release() frees fs->vqs and fs->mq_map again.
Description
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 returns an error to virtio_fs_probe(). virtio_fs_probe() then drops the last kobject reference, and virtio_fs_ktype_release() frees fs->vqs and fs->mq_map again. This leaves dangling pointers in struct virtio_fs and can trigger a double-free during probe failure cleanup. Set fs->vqs and fs->mq_map to NULL immediately after kfree() in the virtio_fs_setup_vqs() error path so that the later kobject release sees an uninitialized state and kfree(NULL) becomes harmless. This can be reproduced when a broken virtio-fs device advertises more request queues than the transport actually provides. In that case virtio_find_vqs() fails while setting up the extra queue, and the probe path reaches the double-free cleanup sequence.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a8f62f50b4e4ea92a938fca2ec1bd108d7f210e9, < 3fbc5ee776fefbc6ea34d2518f1f5f90aa2e1dad; >= a8f62f50b4e4ea92a938fca2ec1bd108d7f210e9, < 20ef4739b329bb09cff11dd2458795a50674658e; >= a8f62f50b4e4ea92a938fca2ec1bd108d7f210e9, < 6af3330ec5d5fb8c06c04eb520a71cf73ea5a765 |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93827?
How severe is CVE-2026-93827?
How do I fix CVE-2026-93827?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93821In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93822In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93823In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93824In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93825In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93826In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93828In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93829In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9383A vulnerability has been found in itsourcecode Electronic Ju…7.3
- CVE-2026-93830In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93834A use-after-free vulnerability was found in QEMU's 9pfs subs…8.8
- CVE-2026-93836The WPC Product Bundles for WooCommerce plugin for WordPress…7.2
Are you affected by CVE-2026-93827?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
