Summary
Kargo has an Authorization Bypass Vulnerability in Batch Resource Creation API Endpoints
The batch resource creation endpoints of both Kargo's legacy gRPC API and newer REST API accept multi-document YAML payloads. When either endpoint creates a Project resource, creation of subsequent resources from that same payload belonging in that Project's underlying Kubernetes namespace, by design, proceeds using the API server's own permissions. The creator of a new Project automatically becomes its administrator, but those permissions are granted asynchronously by the management controller. The design choice to create the affected resources using the API server's own permissions averts a race and is contextually appropriate.
Specially crafted payloads can manifest a bug present in the logic of both endpoints to inject arbitrary resources (of specific types only) into the underlying namespace of an existing Project using the API server's own permissions when that behavior was not intended. Critically, an attacker may exploit this as a vector for elevating their own permissions, which can then be leveraged to achieve remote code execution or secret exfiltration. Exfiltrated artifact repository credentials can be leveraged, in turn, to execute further attacks.
In some configurations of the Kargo control plane's underlying Kubernetes cluster, elevated permissions may additionally be leveraged to achieve remote code execution or secret exfiltration using kubectl. This can reduce the complexity of the attack, however, worst case scenarios remain entirely achievable even without this.
Base Metrics
The following sections provide the rationale for the values selected for each of CVSS v4's base metrics.
Attack Vector (AV): Network
The affected endpoints are served by the Kargo API server over HTTP/HTTPS. No local or physical access is required.
Attack Complexity (AC): Low
Exploitation requires only a specially crafted YAML payload sent to an affected API endpoint.
Attack Requirements (AT): None
No specific environmental conditions are required beyond those that are typical for any Kargo instance.
Privileges Required (PR): Low
The attack relies only on the ability to authenticate to the Kargo API server along with basic permissions that are typically granted to all Kargo users.
User Interaction (UI): None
The attack is fully automated via API calls. No other user needs to take any action.
Confidentiality Impact to Vulnerable System (VC): High
Elevated permissions enable secret exfiltration from any Kargo Project.
Integrity Impact to Vulnerable System (VI): High
Elevated permissions enable tampering, up to and including remote code execution, as well as secret exfiltration from any Kargo Project. Project secrets often include credentials having write permissions to GitOps repositories. Such secrets may enable pushing configurations that impact the integrity of the vulnerable system, including Kargo Projects, Kargo control plane components, and the Kargo control plane's underlying Kubernetes cluster.
Note: Because it is an integral component of Kargo's control plane, the underlying Kubernetes cluster has been counted as a component of the vulnerable system instead of a subsequent system.
Availability Impact to Vulnerable System (VA): High
Elevated permissions enable tampering, up to and including remote code execution, as well as secret exfiltration from any Kargo Project. Project secrets often include credentials having write permissions to GitOps repositories. Such secrets may enable pushing configurations that impact the availability of the vulnerable system, including Kargo control plane components and the Kargo control plane's underlying Kubernetes cluster.
Confidentiality Impact to Subsequent Systems (SC): High
Secrets exfiltrated from Project namespaces typically contain credentials for external systems. These may enable exfiltration of further confidential information from those systems.
Integrity Impact to Subsequent Systems (SI): High
Elevated permissions enable tampering, up to and including remote code execution, as well as secret exfiltration from any Kargo Project. Project secrets often include credentials having write permissions to GitOps repositories. Such secrets may enable pushing configurations that impact the integrity of subsequent systems.
Availability Impact to Subsequent Systems (SA): High
Elevated permissions enable tampering, up to and including remote code execution, as well as secret exfiltration from any Kargo Project. Project secrets often include credentials having write permissions to GitOps repositories. Such secrets may enable pushing configurations that impact the availability of subsequent systems.
Mitigating Factors
Exploitation requires authentication to the Kargo API server. Anonymous access is not sufficient.
The most severe consequences of this vulnerability depend on a privilege escalation path (via
RoleBindinginjection) that was not identified by the original reporter, suggesting it is not immediately obvious from the bug alone.There is no evidence of exploitation in the wild.
Impact
The application does not correctly enforce access controls, allowing a principal to access resources or operations beyond their granted permissions. Typical impact: unauthorized data access or execution of privileged operations.
Affected versions
Security releases
Kodem intelligence
Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.
Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.
Already deployed Kodem?
See it in your environmentNew to Kodem? Get a demo →Remediation advice
github.com/akuity/kargo to 1.9.3 or later; github.com/akuity/kargo to 1.8.11 or later; github.com/akuity/kargo to 1.7.8 or later
Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.
Frequently Asked Questions
- What is CVE-2026-27112? CVE-2026-27112 is a critical-severity incorrect authorization vulnerability in github.com/akuity/kargo (go), affecting versions >= 1.9.0-rc.1, < 1.9.3. It is fixed in 1.9.3, 1.8.11, 1.7.8. The application does not correctly enforce access controls, allowing a principal to access resources or operations beyond their granted permissions.
- Which versions of github.com/akuity/kargo are affected by CVE-2026-27112? github.com/akuity/kargo (go) versions >= 1.9.0-rc.1, < 1.9.3 is affected.
- Is there a fix for CVE-2026-27112? Yes. CVE-2026-27112 is fixed in 1.9.3, 1.8.11, 1.7.8. Upgrade to this version or later.
- Is CVE-2026-27112 exploitable, and should I be worried? Whether CVE-2026-27112 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
- What actually determines whether CVE-2026-27112 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
- How do I fix CVE-2026-27112?
- Upgrade
github.com/akuity/kargoto 1.9.3 or later - Upgrade
github.com/akuity/kargoto 1.8.11 or later - Upgrade
github.com/akuity/kargoto 1.7.8 or later
- Upgrade