CVE-2026-27111

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:akuity:kargo:*:*:*:*:*:kubernetes:*:*

History

25 Feb 2026, 18:01

Type Values Removed Values Added
Summary
  • (es) Kargo gestiona y automatiza la promoción de artefactos de software. Desde la v1.9.0 hasta la v1.9.2, el modelo de autorización de Kargo incluye un verbo 'promote' -- un "verbo 'dolphin'" no estándar de Kubernetes -- que restringe la capacidad de avanzar Freight a través de una tubería de promoción. Este verbo existe para separar la capacidad de gestionar recursos relacionados con la promoción de la capacidad de activar promociones, permitiendo un control de acceso granular sobre lo que a menudo es una operación sensible. El verbo 'promote' se aplica correctamente en la API gRPC heredada de Kargo. Sin embargo, tres puntos finales en la API REST más reciente omiten esta verificación, confiando solo en el RBAC estándar de Kubernetes para las operaciones de recursos subyacentes (parche en freights/status o creación en promotions). Esto permite a los usuarios que poseen esos permisos estándar -- pero a quienes deliberadamente no se les concedió 'promote' -- eludir el límite de autorización previsto. Los puntos finales afectados son /v1beta1/projects/{project}/freight/{freight}/approve, /v1beta1/projects/{project}/stages/{stage}/promotions, y /v1beta1/projects/{project}/stages/{stage}/promotions/downstream. Esta vulnerabilidad se corrige en la v1.9.3.
First Time Akuity
Akuity kargo
CPE cpe:2.3:a:akuity:kargo:*:*:*:*:*:kubernetes:*:*
References () https://github.com/akuity/kargo/commit/833314cad5513d48d89431493325ae44c1324a49 - () https://github.com/akuity/kargo/commit/833314cad5513d48d89431493325ae44c1324a49 - Patch
References () https://github.com/akuity/kargo/security/advisories/GHSA-5vvm-67pj-72g4 - () https://github.com/akuity/kargo/security/advisories/GHSA-5vvm-67pj-72g4 - Vendor Advisory
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.0

20 Feb 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-20 22:16

Updated : 2026-02-25 18:01


NVD link : CVE-2026-27111

Mitre link : CVE-2026-27111

CVE.ORG link : CVE-2026-27111


JSON object : View

Products Affected

akuity

  • kargo
CWE
CWE-862

Missing Authorization