SCA: security update for github.com/akuity/kargo (GHSA-5vvm-67pj-72g4)

medium Tenable Cloud Security Plugin ID 437871

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2026-27111)

See Also

https://github.com/advisories/GHSA-5vvm-67pj-72g4

Plugin Details

Severity: Medium

ID: 437871

Version: Revision 1.14

Type: Local

Family: SCA Checks

Published: 2/19/2026

Updated: 7/1/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3

Vector: CVSS2#AV:N/AC:L/Au:S/C:N/I:P/A:N

CVSS Score Source: CVE-2026-27111

CVSS v3

Risk Factor: Medium

Base Score: 5

Temporal Score: 4.4

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Medium

Base Score: 5.3

Threat Score: 1.3

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 2/19/2026

Vulnerability Publication Date: 2/19/2026

Reference Information

CVE: CVE-2026-27111

cwe: CWE-862