Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-72085

scsi: xen: scsiback: Free unsubmitted command instead of double-putting it
Back to all
CVE

CVE-2026-72085

scsi: xen: scsiback: Free unsubmitted command instead of double-putting it

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

scsi: xen: scsiback: Free unsubmitted command instead of double-putting it

scsibackgetpendreq() obtains a command tag and returns a vscsibkpend

whose embedded secmd has only been memset to 0, so its cmdkref is 0;

the secmd is initialised (krefinit() via targetinitcmd()) only

later, in scsibackcmdexec(), on the successful VSCSIIFACTSCSI_CDB

path. The two error paths in scsibackdocmd_fn() taken before the

command is submitted -- a failed scsibackgnttabdata_map() and an

unknown ring_req.act -- call

transportgenericfreecmd(&pendingreq->secmd, 0), which krefput()s a

refcount of 0. That underflows it ("refcount_t: underflow;

use-after-free") and, as the release function is not run, leaks the

command tag.

Impact: a pvSCSI guest can leak every command tag of a LUN's session,

stopping the LUN, by submitting requests with a bad grant reference or

an unknown request type; under paniconwarn the refcount underflow

panics the host.

Add a helper that just returns the tag with targetfreetag() and sends

the error response. It frees the tag while the v2p reference still pins

the session, and snapshots the response fields beforehand because

freeing the tag can let another ring reuse the pending_req slot.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.3
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/1e97c404e44991fb087c38ccd7414f2d326f9b74, https://git.kernel.org/stable/c/9c0f6894982b1f13bda220707497b25ac9c95bdb, https://git.kernel.org/stable/c/a13b789497a7fdd27d4d63f5c69d23db706ef0fe, https://git.kernel.org/stable/c/ca978f8a93d4d36841839bf2847d29b88c2591d6, https://git.kernel.org/stable/c/f1516c56ac540da1769f264c3cfefe4499548a5d, https://git.kernel.org/stable/c/fa588f28401102652068c4cc75e135507f4b5106, https://git.kernel.org/stable/c/fcd64d4d97af5d9736f31040f8ed8cd4c17e4c45, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72085.json, https://nvd.nist.gov/vuln/detail/CVE-2026-72085, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.3

CVSS Score
0
10

Basic Information

Base CVSS
9.3
EPSS Probability
0.00175%
EPSS Percentile
0.07034%
Introduced Version
2dbcdf33dbf61f44b29adb52338282c3d7840d0e,4.6.0,5.16.0,6.2.0,6.7.0,6.13.0,6.19.0,0
Fix Available
ca978f8a93d4d36841839bf2847d29b88c2591d6,5.15.212,6.1.178,6.6.145,6.12.97,6.18.40,7.1.5,6.1.180-1,6.12.100-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading