CVE-2026-24834: Kata Container to Guest micro VM privilege escalation
Kata Containers is an open source project focusing on a standard implementation of lightweight Virtual Machines (VMs) that perform like containers. In versions prior to 3.27.0, an issue in Kata with Cloud Hypervisor allows a user of the container to modify the file system used by the Guest micro VM ultimately achieving arbitrary code execution as root in said VM. The current understanding is this doesn’t impact the security of the Host or of other containers / VMs running on that Host (note that arm64 QEMU lacks NVDIMM read-only support: It is believed that until the upstream QEMU gains this capability, a guest write could reach the image file). Version 3.27.0 patches the issue.
Security readout for executives and security teams
Plain-English summary
Kata Containers before 3.27.0 can let someone inside a container alter the guest micro VM filesystem and gain root code execution inside that VM. The sources say current understanding does not show host or neighboring VM compromise, but the severity is still critical for Kata-backed workloads.
Executive priority
Treat this as urgent for platforms using Kata Containers, because a container-level user may gain root control inside the guest VM. It is not currently evidenced as a host escape, but affected shared infrastructure should be upgraded quickly to preserve tenant and workload isolation.
Technical view
The issue affects kata-containers versions before 3.27.0, with the advisory describing a Cloud Hypervisor-related path where a container user can modify the Guest micro VM filesystem. The assigned weaknesses are improper permission preservation and permission assignment. CVSS 3.1 is 9.4 with local attack vector, low complexity, no privileges, no user interaction, and changed scope.
Likely exposure
Exposure is most likely where Kata Containers earlier than 3.27.0 are deployed, particularly with Cloud Hypervisor-backed workloads. The bundle names kata-containers as the affected product. The advisory also notes an arm64 QEMU read-only NVDIMM limitation that may affect image-write boundaries until upstream support exists.
Exploitation context
The source bundle does not cite active exploitation, and KEV is false. Exploitation appears to require code execution as a container user in a vulnerable Kata workload. The described impact is root code execution inside the Guest micro VM, with host and other VM/container impact not currently established by the cited sources.
Researcher notes
Do not assume host compromise from the provided evidence. Focus triage on vulnerable Kata versions, Cloud Hypervisor usage, and the advisory's arm64 QEMU caveat. Patch linkage is clear through the 3.27.0 release and referenced commit, but exploit-in-the-wild evidence is not provided.
Mitigation direction
Upgrade Kata Containers to version 3.27.0 or later.
Prioritize Cloud Hypervisor-backed Kata deployments below 3.27.0.
Review vendor guidance for platform-specific advisories and packaging status.
Assess arm64 QEMU deployments against the advisory's NVDIMM read-only caveat.
Restrict untrusted workload placement on vulnerable Kata nodes until remediated.
Validation and detection
Inventory Kata Containers versions across clusters and hosts.
Identify workloads using Kata runtime with Cloud Hypervisor.
Confirm upgraded nodes report Kata Containers 3.27.0 or later.
Review Red Hat advisory status if using Red Hat packaged components.
Document any arm64 QEMU exposure for separate vendor tracking.
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-281: 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.
CWE-732: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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
5Timeline events
2ADP providers
7Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: 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-281 · source CWE mapping
Improper Preservation of Permissions
Improper Preservation of Permissions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Incorrect Permission Assignment for Critical Resource
Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.