CVE-2026-26056
BaseFortify
Publication date: 2026-02-12
Last updated on: 2026-04-01
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| yokecd | yoke | to 0.19.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Air Traffic Controller (ATC) component of Yoke, a Helm-inspired infrastructure-as-code package deployer. In versions 0.19.0 and earlier, users with create or update permissions on custom resources (CR) can exploit this flaw by injecting a malicious URL through the overrides.yoke.cd/flight annotation.
The ATC controller downloads and executes a WebAssembly (WASM) module from the provided URL without properly validating it. This allows attackers to execute arbitrary WASM code in the controller's context.
As a result, attackers can create arbitrary Kubernetes resources or potentially escalate their privileges to cluster-admin level.
How can this vulnerability impact me? :
This vulnerability can have severe impacts including unauthorized execution of arbitrary code within the Kubernetes cluster.
Attackers can create arbitrary Kubernetes resources, which may lead to unauthorized access, data manipulation, or disruption of services.
Additionally, the vulnerability may allow privilege escalation to cluster-admin level, giving attackers full control over the Kubernetes cluster.
Overall, this can compromise the confidentiality, integrity, and availability of your Kubernetes environment.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know