CVE-2026-72086: scsi: xen: scsiback: Free the command tag on the TMR submit-failure path

Published Aug 15, 2026
·
Updated

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

scsi: xen: scsiback: Free the command tag on the TMR submit-failure path

scsibackdeviceaction() obtains a command tag in scsibackgetpendreq() and submits a task-management request with targetsubmittmr(). When targetsubmittmr() fails it returns < 0 and scsiback jumps to the err: label, which sends a response but frees nothing, leaking the tag.

Impact: a pvSCSI guest can leak the command tags of a LUN's session, stopping the LUN, by issuing VSCSIIFACTSCSIABORT or RESET requests whenever targetsubmittmr() fails.

transportgenericfreecmd() cannot be used here. By the time targetsubmittmr() returns an error it has already run targetinitcmd() (so secmd->cmdkref is one, not zero), and on its targetgetsesscmd() error path it has freed secmd->setmrreq via coretmrreleasereq() while leaving SCFSCSITMRCDB set and the pointer dangling. Letting the command release run targetfreecmdmem() would then double-free setmrreq.

Use the same helper, which returns just the tag, on this path too.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 15, 2026
CVE Published
via MITRE·05:52 AM
Data Sourced
via MITRE·05:52 AM
Description
Data Sourced
via NVD·06:21 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72086?

CVE-2026-72086 has a risk score of 37.

2

How do I fix CVE-2026-72086?

To fix CVE-2026-72086, update your Linux kernel to the latest patched version where this vulnerability is resolved.

3

What is the impact of CVE-2026-72086 on system performance?

CVE-2026-72086 can potentially affect the reliability of SCSI commands, leading to possible data management issues.

4

In which Linux kernel versions is CVE-2026-72086 present?

CVE-2026-72086 is present in earlier versions of the Linux kernel prior to the security patch released on August 15, 2026.

5

Who is affected by CVE-2026-72086?

Users of the Linux kernel utilizing SCSI over Xen that rely on the scsiback driver may be affected by CVE-2026-72086.

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