Vulnerability Description
Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to 3.7.15 and 4.0.6, the allow-list fix for CVE-2026-31892 is incomplete because workflow/util/merge.go ValidateUserOverrides and SanitizeUserWorkflowSpec walk only the top-level fields of WorkflowSpec via reflection, and WorkflowSpec.ArtifactGC is allow-listed wholesale; the struct behind that field, WorkflowLevelArtifactGC, has a PodSpecPatch sub-field whose contents flow unmodified into util.ApplyPodSpecPatch on the artifact-GC pod, the same sink the original fix closed for WorkflowSpec.PodSpecPatch, so a user submitting a Workflow under templateReferencing: Strict or Secure (against a referenced WorkflowTemplate that declares an output artifact and setting spec.artifactGC.strategy: OnWorkflowCompletion) can still inject an arbitrary strategic merge patch into the artifact-GC pod, including hostPath volumes, privileged: true, arbitrary image and command, and hostNetwork: true, defeating the stated purpose of Strict/Secure reference mode. This issue is fixed in versions 3.7.15 and 4.0.6.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Argoproj | Argo Workflows | < 3.7.15 |
Related Weaknesses (CWE)
References
- https://github.com/argoproj/argo-workflows/commit/277e9cef0ad16d7eaaab253573d069Patch
- https://github.com/argoproj/argo-workflows/commit/358cc3968c8f06f1be0967e41df191Patch
- https://github.com/argoproj/argo-workflows/releases/tag/v3.7.15ProductRelease Notes
- https://github.com/argoproj/argo-workflows/releases/tag/v4.0.6ProductRelease Notes
- https://github.com/argoproj/argo-workflows/security/advisories/GHSA-48p8-g2fx-3wExploitVendor Advisory
- https://github.com/argoproj/argo-workflows/security/advisories/GHSA-48p8-g2fx-3wExploitVendor Advisory
FAQ
What is CVE-2026-54526?
CVE-2026-54526 is a vulnerability with a CVSS score of 9.9 (CRITICAL). Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Prior to 3.7.15 and 4.0.6, the allow-list fix for CVE-2026-31892 is incomplete because ...
How severe is CVE-2026-54526?
CVE-2026-54526 has been rated CRITICAL with a CVSS base score of 9.9/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-54526?
Check the references section above for vendor advisories and patch information. Affected products include: Argoproj Argo Workflows.