<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Argo Workflows</title>
  <link>https://cvedaily.com/pages/tags/argo-workflows.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/argo-workflows.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Argo Workflows</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:50 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-42297 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42297</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42297</guid>
    <pubDate>Sat, 09 May 2026 04:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42297</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From version 4.0.0 to before version 4.0.5, the Sync Service's ConfigMap-backed provider (server/sync/sync_cm.go) performs zero authorization checks on all CRUD operations (create, read, update, delete). Any authenticated user — including those using fake Bearer tokens — can create, re…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42297">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42296 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42296</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42296</guid>
    <pubDate>Sat, 09 May 2026 04:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42296</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to versions 3.7.14 and 4.0.5, a user with create Workflow permission can bypass templateReferencing: Strict to get host network access, switch service accounts, override pod security context, add tolerations to schedule on control-plane nodes, or enable SA token mounting. This de…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42296">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42295 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42295</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42295</guid>
    <pubDate>Sat, 09 May 2026 04:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42295</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From version 4.0.0 to before version 4.0.5, the workflow executor logs all artifact repository credentials (S3 access keys, secret keys, GCS service account keys, Azure account keys, Git passwords, etc.) in plaintext on artifact operation. Any user with read access to workflow pod logs…</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42295">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42294 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42294</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42294</guid>
    <pubDate>Sat, 09 May 2026 04:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42294</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to versions 3.7.14 and 4.0.5, the Webhook Interceptor loads the entire request body into memory before authenticating the request or verifying its signature. This occurs on the /api/v1/events/ endpoint, which is publicly accessible (albeit intended for webhooks). An attacker can…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42294">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42183 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42183</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42183</guid>
    <pubDate>Sat, 09 May 2026 04:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42183</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From version 4.0.0 to before version 4.0.5, a nil pointer dereference in server/auth/gatekeeper.go rbacAuthorization() causes a panic (denial of service) for SSO users whose claims match a namespace-level RBAC rule but not an SSO-namespace rule, when SSO_DELEGATE_RBAC_TO_NAMESPACE=true…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42183">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40886 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40886</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40886</guid>
    <pubDate>Thu, 23 Apr 2026 19:17:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40886</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From 3.6.5 to 4.0.4, an unchecked array index in the pod informer's podGCFromPod() function causes a controller-wide panic when a workflow pod carries a malformed workflows.argoproj.io/pod-gc-strategy annotation. Because the panic occurs inside an informer goroutine (outside the contro…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40886">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31892 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31892</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31892</guid>
    <pubDate>Wed, 11 Mar 2026 16:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31892</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. From 2.9.0 to before 4.0.2 and 3.7.11, A user who can submit Workflows can completely bypass all security settings defined in a WorkflowTemplate by including a podSpecPatch field in their Workflow submission. This works even when the controller is configured with templateReferencing: S…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31892">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-28229 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28229</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28229</guid>
    <pubDate>Wed, 11 Mar 2026 16:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-28229</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to 4.0.2 and 3.7.11, Workflow templates endpoints allow any client to retrieve WorkflowTemplates (and ClusterWorkflowTemplates). Any request with a Authorization: Bearer nothing token can leak sensitive template content, including embedded Secret manifests. This vulnerability is…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28229">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23960 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23960</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23960</guid>
    <pubDate>Wed, 21 Jan 2026 22:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23960</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to versions 3.6.17 and 3.7.8, stored XSS in the artifact directory listing allows any workflow author to execute arbitrary JavaScript in another user’s browser under the Argo Server origin, enabling API actions with the victim’s privileges. Versions 3.6.17 and 3.7.8 fix the issue.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23960">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-66626 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66626</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66626</guid>
    <pubDate>Tue, 09 Dec 2025 21:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-66626</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Versions 3.6.13 and below and versions 3.7.0 through 3.7.4, contain unsafe untar code that handles symbolic links in archives. Concretely, the computation of a link's target and the subsequent check are flawed. An attacker can overwrite the file /var/run/argo/argoexec with a script of…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-23</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66626">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-62157 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62157</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62157</guid>
    <pubDate>Tue, 14 Oct 2025 15:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-62157</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows versions prior to 3.6.12 and versions 3.7.0 through 3.7.2 expose artifact repository credentials in plaintext in workflow-controller pod logs. An attacker with permissions to read pod logs in a namespace running Argo Workflows can read the workflow-controller logs and ob…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62157">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62156 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62156</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62156</guid>
    <pubDate>Tue, 14 Oct 2025 15:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62156</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Versions prior to 3.6.12 and versions 3.7.0 through 3.7.2 contain a Zip Slip path traversal vulnerability in artifact extraction. During artifact extraction the unpack/untar logic (workflow/executor/executor.go) uses filepath.Join(dest, filepath.Clean(header.Name)) without validating t…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62156">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-53862 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53862</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53862</guid>
    <pubDate>Mon, 02 Dec 2024 16:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-53862</strong></p>
  <p>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 endpo…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53862">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-52799 – Argo Workflows Chart is used to set up argo and its needed dependencies through ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-52799</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-52799</guid>
    <pubDate>Thu, 21 Nov 2024 17:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-52799</strong></p>
  <p>Argo Workflows Chart is used to set up argo and its needed dependencies through one command. Prior to 0.44.0, the workflow-role has excessive privileges, the worst being create pods/exec, which will allow kubectl exec into any Pod in the same namespace, i.e. arbitrary code execution within those Pods. If a user can be made to run a malicious template, their whole namespace can be compromised. Thi…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-250</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-52799">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-47827 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47827</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47827</guid>
    <pubDate>Mon, 28 Oct 2024 16:15:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-47827</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Due to a race condition in a global variable in 3.6.0-rc1, the argo workflows controller can be made to crash on-command by any user with access to execute a workflow. This vulnerability is fixed in 3.6.0-rc2.</p>
  <p><strong>CVSS:</strong> 5.7 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47827">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-29164 – Argo Workflows is an open source container-native workflow engine for orchestrat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-29164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-29164</guid>
    <pubDate>Fri, 06 May 2022 00:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-29164</strong></p>
  <p>Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. In affected versions an attacker can create a workflow which produces a HTML artifact containing an HTML file that contains a script which uses XHR calls to interact with the Argo Server API. The attacker emails the deep-link to the artifact to their victim. The victim opens the link,…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-29164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-37914 – In Argo Workflows through 3.1.3, if EXPRESSION_TEMPLATES is enabled and untruste...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-37914</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-37914</guid>
    <pubDate>Tue, 03 Aug 2021 00:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-37914</strong></p>
  <p>In Argo Workflows through 3.1.3, if EXPRESSION_TEMPLATES is enabled and untrusted users are allowed to specify input parameters when running workflows, an attacker may be able to disrupt a workflow because expression template output is evaluated.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-37914">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
