CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
In the Linux kernel, the following vulnerability has been resolved:
Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails
In CoCo VMs it is possible for the untrusted host to cause
set_memory_encrypted() or set_memory_decrypted() to fail such that an
error is returned and the resulting memory is shared. Callers need to
take care to handle these errors to avoid returning decrypted (shared)
memory to the page allocator, which could lead to functional or security
issues.
VMBus code could free decrypted pages if set_memory_encrypted()/decrypted()
fails. Leak the pages if this happens.
Security readout for executives and security teams
Plain-English summary
A malicious or compromised host can interfere with memory-encryption transitions in confidential Linux virtual machines using Hyper-V VMBus. Error handling may return still-decrypted, host-visible pages to the normal allocator, risking disclosure, corruption, or disruption inside the guest.
Executive priority
Treat as an urgent, configuration-specific kernel issue. Expedite assessment and patching for confidential workloads on potentially untrusted Hyper-V hosts; avoid declaring fleet-wide exposure until platform and kernel inventories confirm applicability.
Technical view
When set_memory_encrypted() or set_memory_decrypted() fails, VMBus may free pages that remain shared rather than private. The kernel fix deliberately leaks those pages instead of returning unsafe memory to the allocator. The issue crosses the host-guest trust boundary and is scored CVSS 9.3.
Likely exposure
Exposure appears limited to affected Linux kernels running confidential-computing virtual machines with Hyper-V VMBus. Conventional Linux systems outside this configuration are less likely to be exposed. The bundle’s version data does not provide a sufficiently clear fixed-version mapping for reliable inventory decisions.
Exploitation context
The untrusted host can trigger the relevant transition failures without guest privileges or user interaction. However, the bundle reports no CISA KEV listing and provides no evidence of active exploitation or a public exploit.
Researcher notes
CWE-1258 describes exposure of sensitive information through uncleared resource reuse. Here, failed encryption-state transitions can leave shared pages eligible for reuse. The remediation trades a bounded page leak on failure for preventing unsafe allocator reuse. Source evidence does not establish exploit reliability, observed attacks, or exact distribution package boundaries.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-1258: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
2ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-1258 · source CWE mapping
Exposure of Sensitive System Information Due to Uncleared Debug Information
Exposure of Sensitive System Information Due to Uncleared Debug Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.