CVE-2026-64676 Details
Description
Kata Containers is an open source implementation of lightweight Virtual Machines (VMs) that perform like containers. In versions prior to 4.0.0, the kata-agent is vulnerable to an authorization bypass in confidential-guest memory management. In Confidential Containers (CoCo) deployments, the kata-agent enforces an OPA/Rego-based AgentPolicy that must authorize every ttRPC API call, forming the security boundary that prevents an untrusted host from directing the confidential guest. Two ttRPC methods introduced with the mem-agent feature are missing this authorization check, so an untrusted host can invoke them unconditionally regardless of the guest's policy configuration. When mem-agent is enabled (off by default), this lets the host tamper with in-guest memory management by forcing swap, aggressive eviction, or compaction, resulting in attacker-controlled availability and performance degradation of the confidential workload entirely outside the agent-policy boundary. The impact does not include memory disclosure or code execution, and severity is bounded by the precondition that mem-agent must be explicitly enabled. This issue is fixed in version 4.0.0.
An authorization bypass vulnerability has been identified in the kata-agent of Kata Containers, affecting versions through 3.31.0. This vulnerability arises in Confidential Containers (CoCo) deployments, where the kata-agent is supposed to enforce an OPA/Rego-based AgentPolicy that authorizes every ttRPC API call. However, two ttRPC methods introduced with the mem-agent feature lack this authorization check, allowing an untrusted host to invoke them unconditionally, regardless of the guest's policy configuration. When mem-agent is enabled, this exploitation can lead to unauthorized tampering with in-guest memory management, causing performance degradation and availability issues for confidential workloads, all outside the intended policy boundaries. Notably, this vulnerability does not involve memory disclosure or code execution.
Users can upgrade to Kata Containers version 4.0.0 or later, where this vulnerability has been fixed. For those involved in development, it is recommended to add the missing authorization check to the affected ttRPC handlers and include corresponding default-deny entries for these methods in the genpolicy rules and reference policies. Additionally, implementing a CI check to verify that every RPC in the agent protocol has a policy gate in the handler and a default rule in the policy file could prevent similar oversights in the future.
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 Aug 7, 2026CISA-ADP
Assessed Aug 13, 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/kata-containers/kata-containers/security/advisories/GHSA-h8jv-63p2-496x | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Kata Containers kata-agent | <= 3.31.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 13, 2026 | CVE Modified | CISA-ADP |
| Aug 7, 2026 | New CVE Received | [email protected] |
Volerion