CVE-2026-41326: Kata Containers: CopyFile Policy Subversion via Symlinks
Kata Containers is an open source project focusing on a standard implementation of lightweight Virtual Machines (VMs) that perform like containers. From v3.4.0 to v3.28.0, an oversight in the CopyFile policy (and perhaps the CopyFile handler) allows untrusted hosts to write to arbitrary locations inside the guest workload image. This can be used to overwrite binaries inside the guest and exfiltrate data from containers; even those running inside CVMs. This vulnerability is fixed in v3.29.0.
Security readout for executives and security teams
Plain-English summary
Kata Containers versions 3.4.0 through 3.28.0 have a policy weakness that can let an untrusted host write into protected guest workload images. This can undermine container isolation, including confidential VM scenarios, by enabling binary overwrite and data theft. The supplied sources say the issue is fixed in version 3.29.0.
Executive priority
Treat this as a high-priority isolation risk for platforms using Kata Containers. It can weaken the boundary between an untrusted host and guest workloads, including CVMs, so remediation should be scheduled promptly where affected versions are present.
Technical view
The flaw involves CopyFile policy handling and symlink behavior, allowing arbitrary writes inside the guest workload image from an untrusted host context. Impact includes confidentiality, integrity, and availability loss across a changed scope. The CVE is rated CVSS 8.8 high and maps to CWE-1220 and CWE-61.
Likely exposure
Exposure is likely where Kata Containers is deployed at versions >=3.4.0 and <3.29.0, especially multi-tenant or confidential-computing environments that rely on guest isolation from the host.
Exploitation context
The supplied bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires local, low-privileged host-side access, but no user interaction and may affect guest workload integrity and confidentiality.
Researcher notes
Evidence identifies a symlink-related CopyFile policy subversion issue and a specific upstream fixed version. The supplied sources do not provide safe operational indicators, exploit telemetry, or complete downstream product impact beyond referenced vendor advisories.
Mitigation direction
Upgrade Kata Containers to version 3.29.0 or later.
Apply applicable vendor updates, including Red Hat errata where relevant.
Inventory clusters and nodes for Kata Containers versions 3.4.0 through 3.28.0.
Check Kata Containers and OS vendor advisories for environment-specific mitigation guidance.
Prioritize confidential VM and multi-tenant deployments for remediation.
Validation and detection
Confirm installed Kata Containers versions across all runtime hosts.
Verify patched packages or upstream version 3.29.0 are deployed.
Review Red Hat CVE and VEX status for affected subscribed products.
Check deployment records for CopyFile-dependent workflows using affected versions.
Monitor vendor advisories for updated impact or mitigation details.
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-1220: 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.
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.
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-1220 · source CWE mapping
Insufficient Granularity of Access Control
Insufficient Granularity of Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
UNIX Symbolic Link (Symlink) Following represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.