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-72380

8.8 · HIGH
Published Aug 15, 2026 EPSS 0.29% (21th pctl)

Overview

CVE-2026-72380 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. 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:

xen/pvcalls: bound backend response req_id before indexing rsp[]

pvcalls_front_event_handler() takes req_id directly from the

backend-supplied ring response and uses it to index the fixed-size

bedata->rsp[] array for a memcpy() and a store, with no range check. A

malicious or buggy backend can set req_id past PVCALLS_NR_RSP_PER_RING

and drive an out-of-bounds write past the bedata allocation.

req_id was also declared int while the wire field rsp->req_id is u32, so

a range check on the signed value alone is insufficient: a backend

req_id of 0xffffffff becomes -1, passes a >= PVCALLS_NR_RSP_PER_RING

test and indexes bedata->rsp[-1]. Declare req_id as u32 so a single

bound covers both ends.

A backend that sends an out-of-range req_id has violated the wire

protocol, so rather than silently dropping the response, log once and

stop trusting the backend: set bedata->disabled. The event handler then

ignores further respons

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-72380?

CVE-2026-72380 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-72380?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. 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-72380?

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-72380?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72380 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.