CVE-2024-53862
CVE-2024-53862 is a high-severity vulnerability in Argoproj Argo Workflows with a CVSS 3.x base score of 7.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-290.
Key facts
- Severity: High (CVSS 3.x base score 7.5)
- CVSS v4: 6.3
- EPSS exploit prediction: 1% (47th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2024-3475
- Weakness: CWE-290
- Affected product: Argoproj Argo Workflows
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is CVE-2024-53862?
- 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.
- How severe is CVE-2024-53862?
- CVE-2024-53862 has a CVSS 3.x base score of 7.5, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity none, and availability none.
- Is CVE-2024-53862 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (47th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2024-53862?
- CVE-2024-53862 affects Argoproj Argo Workflows. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2024-53862?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2024-53862 have an EU (EUVD) identifier?
- Yes. CVE-2024-53862 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2024-3475.
- When was CVE-2024-53862 published?
- CVE-2024-53862 was published on 2024-12-02 and last updated on 2026-06-17.
References
- https://github.com/argoproj/argo-workflows/pull/13021/files#diff-a5b255abaceddc9cc20bf6da6ae92c3a5d3605d94366af503ed754c079a1171aL668-R715
- https://github.com/argoproj/argo-workflows/security/advisories/GHSA-h36c-m3rf-34h9
Affected products (1)
- cpe:2.3:a:argoproj:argo_workflows:*:*:*:*:*:go:*:*
More vulnerabilities in Argoproj Argo Workflows
- CVE-2026-28229 — Critical (CVSS 9.8): Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior…
- CVE-2026-42297 — High (CVSS 8.3): Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From…
- CVE-2026-42296 — High (CVSS 8.1): Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior…
- CVE-2026-31892 — High (CVSS 8.1): Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From…
- CVE-2025-66626 — High (CVSS 8.1): Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes.…
- CVE-2025-62156 — High (CVSS 8.1): Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes.…
All CVEs affecting Argoproj Argo Workflows →
Other CWE-290 vulnerabilities
- CVE-2026-54782 — Critical (CVSS 10.0): CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. Prior to 1.8.1 and 1.9.1,…
- CVE-2026-48567 — Critical (CVSS 10.0): Authentication bypass by spoofing in Azure HorizonDB allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-6213 — Critical (CVSS 10.0): A vulnerability in Remote Spark SparkView before build 1122 allows an attacker to bypasses the local connection check…
- CVE-2026-39858 — Critical (CVSS 10.0): Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3.6.14, and 3.7.0-rc.2, there is a high…
- CVE-2025-66570 — Critical (CVSS 10.0): cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.27.0, a vulnerability…
- CVE-2025-34063 — Critical (CVSS 10.0): A cryptographic authentication bypass vulnerability exists in OneLogin AD Connector prior to 6.1.5 due to the exposure…