BIT-argo-workflows-2024-53862

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/argo-workflows/BIT-argo-workflows-2024-53862.json
JSON Data
https://api.test.osv.dev/v1/vulns/BIT-argo-workflows-2024-53862
Aliases
Published
2024-12-04T07:04:56.716Z
Modified
2024-12-04T07:56:56.214051Z
Summary
[none]
Details

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. When using --auth-mode=client, Archived Workflows can be retrieved with a fake or spoofed token via the GET Workflow endpoint: /api/v1/workflows/{namespace}/{name} or when using --auth-mode=sso, all Archived Workflows can be retrieved with a valid token via the GET Workflow endpoint: /api/v1/workflows/{namespace}/{name}. No authentication is performed by the Server itself on client tokens. Authentication & authorization is instead delegated to the k8s API server. However, the Workflow Archive does not interact with k8s, and so any token that looks valid will be considered authenticated, even if it is not a k8s token or even if the token has no RBAC for Argo. To handle the lack of pass-through k8s authN/authZ, the Workflow Archive specifically does the equivalent of a kubectl auth can-i check for respective methods. In 3.5.7 and 3.5.8, the auth check was accidentally removed on the GET Workflow endpoint's fallback to archived workflows on these lines, allowing archived workflows to be retrieved with a fake token. This vulnerability is fixed in 3.6.2 and 3.5.13.

Database specific
{
    "cpes": [
        "cpe:2.3:a:argo_workflows_project:argo_workflows:*:*:*:*:*:kubernetes:*:*"
    ],
    "severity": "Unknown"
}
References

Affected packages

Bitnami / argo-workflows

Package

Name
argo-workflows
Purl
pkg:bitnami/argo-workflows

Affected ranges

Type
SEMVER
Events
Introduced
3.5.7
Fixed
3.5.13
Introduced
3.6.0-rc1
Fixed
3.6.2