CVE-2026-72380
Last modified
CVE-2026-72380 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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]. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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 responses, and the request paths that wait for a response return -EIO instead of blocking forever. This mirrors the fatal-error handling xen-netback uses (xenvif_fatal_tx_err()). The pvcalls frontend currently trusts its backend, so this is not a classic-Xen security issue, but it matters for hardening PV frontends against malicious backends (confidential and disaggregated deployments).
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2195046bfd69e487d9a76dc47840f15c8412840c, < d1297a9e2fd6ce08678b370d41bc980ca798f809; >= 2195046bfd69e487d9a76dc47840f15c8412840c, < d33846c8dcc06b83b7acdeac1e8bfbb5c0c26cb2 |
| Linux | Linux | 4.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72380?
How severe is CVE-2026-72380?
How do I fix CVE-2026-72380?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72375In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72376In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72377In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72378In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72379In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7238A flaw has been found in code-projects Online Music Site 1.0…4.7
- CVE-2026-72381In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72382In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72383In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72384In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72385In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72386In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72380?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
