CVE-2026-45782 Details
Description
Cloud Hypervisor is a Virtual Machine Monitor for Cloud workloads. From version 21.0 to before version 51.2, a guest can cause a use-after-free in the cloud-hypervisor process by submitting two virtio-block descriptor chains that reuse the same head_index while asynchronous block I/O is enabled (e.g. io_uring, aio). When the kernel completes the duplicate operation before the original, the completion path frees a bounce buffer that the kernel is still actively reading from or writing to, corrupting the freed memory. This issue has been patched in versions 51.2 and 52.0.
A use-after-free vulnerability has been identified in Cloud Hypervisor, specifically in versions 21.0 prior to 51.2. This vulnerability allows a guest to manipulate the cloud-hypervisor process by sending two virtio-block descriptor chains that overlap the same head_index while asynchronous block I/O is active, such as with io_uring or aio. When the kernel processes the duplicate request before the original, it frees a bounce buffer that is still being used for reading or writing, leading to memory corruption. This issue has been addressed in versions 51.2 and 52.0.
Users are advised to upgrade to Cloud Hypervisor versions 52.0 or 51.2. If an immediate upgrade is not possible, asynchronous I/O can be disabled on virtio-block devices by setting '_disable_io_uring=on' and '_disable_aio=on', although this may impact block I/O performance.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 10, 2026CISA-ADP
Assessed Jun 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-416 | Use After Free | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Cloud Hypervisor | >= 21.0, < 51.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 10, 2026 | New CVE Received | [email protected] |
Volerion