Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72085

9.3 · CRITICAL
Published Aug 15, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-72085 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.3 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.3, rated CRITICAL. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

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

scsiback_get_pend_req() obtains a command tag and returns a vscsibk_pend

whose embedded se_cmd has only been memset to 0, so its cmd_kref is 0;

the se_cmd is initialised (kref_init() via target_init_cmd()) only

later, in scsiback_cmd_exec(), on the successful VSCSIIF_ACT_SCSI_CDB

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

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

unknown ring_req.act -- call

transport_generic_free_cmd(&pending_req->se_cmd, 0), which kref_put()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 panic_on_warn the refcoun

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72085?

CVE-2026-72085 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.3 (CRITICAL).

How severe is CVE-2026-72085?

This vulnerability has a CVSS 3.1 base score of 9.3, rated CRITICAL. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-72085?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72085?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72085 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.