CVE-2026-93782: vhost-scsi: flush backend after device ioctls

Published Sep 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

vhost-scsi: flush backend after device ioctls

vhost-scsi translates guest response descriptors into userspace iovecs when commands are submitted. Target-core completes those commands asynchronously, so VHOSTSETMEMTABLE can replace the memory table while an in-flight command still retains response iovecs translated through the old table.

If the old mapping is reused after VHOSTSETMEMTABLE returns, command completion can write the response to an unrelated userspace object.

Flush the vhost-scsi backend after vhostdevioctl() handles a device ioctl. This waits for in-flight commands that can still use the old response iovecs before the ioctl returns.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Flush the vhost-scsi backend after vhost_dev_ioctl() handles a device, ensuring target-core completes in-flight commands before VHOST_SET_MEM_TABLE replaces the memory table.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:02 PM
Data Sourced
via MITRE·04:02 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Who is exposed to this issue?

Systems using the Linux kernel vhost-scsi backend are exposed when device ioctls can replace the vhost memory table while vhost-scsi commands are still in flight.

2

What must occur for the unsafe write to happen?

An in-flight command must retain response iovecs translated using the old memory table, and VHOST_SET_MEM_TABLE must replace that table. The old mapping must then be reused before asynchronous target-core command completion writes the response.

3

How can this be mitigated if the fix cannot be applied immediately?

Avoid changing the vhost memory table with VHOST_SET_MEM_TABLE while vhost-scsi commands may still be in flight. Ensure outstanding commands have completed before allowing the old mapping to be reused.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203