Vulnerability Description
Kargo manages and automates the promotion of software artifacts. From v1.9.0 to v1.9.2, Kargo's authorization model includes a promote verb -- a non-standard Kubernetes "dolphin verb" -- that gates the ability to advance Freight through a promotion pipeline. This verb exists to separate the ability to manage promotion-related resources from the ability to trigger promotions, enabling fine-grained access control over what is often a sensitive operation. The promote verb is correctly enforced in Kargo's legacy gRPC API. However, three endpoints in the newer REST API omit this check, relying only on standard Kubernetes RBAC for the underlying resource operations (patch on freights/status or create on promotions). This permits users who hold those standard permissions -- but who were deliberately not granted promote -- to bypass the intended authorization boundary. The affected endpoints are /v1beta1/projects/{project}/freight/{freight}/approve, /v1beta1/projects/{project}/stages/{stage}/promotions, and /v1beta1/projects/{project}/stages/{stage}/promotions/downstream. This vulnerability is fixed in v1.9.3.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Akuity | Kargo | >= 1.9.0, < 1.9.3 |
Related Weaknesses (CWE)
References
- https://github.com/akuity/kargo/commit/833314cad5513d48d89431493325ae44c1324a49Patch
- https://github.com/akuity/kargo/security/advisories/GHSA-5vvm-67pj-72g4Vendor Advisory
FAQ
What is CVE-2026-27111?
CVE-2026-27111 is a vulnerability with a CVSS score of 5.0 (MEDIUM). Kargo manages and automates the promotion of software artifacts. From v1.9.0 to v1.9.2, Kargo's authorization model includes a promote verb -- a non-standard Kubernetes "dolphin verb" -- that gates th...
How severe is CVE-2026-27111?
CVE-2026-27111 has been rated MEDIUM with a CVSS base score of 5.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-27111?
Check the references section above for vendor advisories and patch information. Affected products include: Akuity Kargo.