RCE via ZipSlip and symbolic links in argoproj/argo-workflows
High8.1CVE-2025-66626 · Published Dec 9, 2025 · updated Sep 10, 2026
### Summary The patch deployed against CVE-2025-62156 is ineffective against malicious archives containing symbolic links. ### Details The untar code that handles symbolic links in archives is unsafe. Concretely, the computation of the link's target and the subsequent check are flawed: https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037 ### PoC 1. Create a malicious archive containing two files: a symbolik link with path "./work/foo" and target "/etc", and a normal text file with path "./work/foo/hostname". 2. Deploy a workflow like the one in https://github.com/argoproj/argo-workflows/security/advisories/GHSA-p84v-gxvw-73pf with the malicious archive mounted at /work/tmp. 3. Submit the workflow and wait for its execution. 4. Connect to the corresponding pod and observe that the file "/etc/hostname" was altered by the untar operation performed on the malicious archive. The attacker can hence alter arbitrary files in this way. ### Impact The attacker can overwrite the file /var/run/argo/argoexec with a script of their choice, which will be executed at the pod's start.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| github.com/argoproj/argo-workflows Go | <= 2.5.3-rc4 | No fix yet |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-23, CWE-59, CWE-78
- Also known as
- BIT-argo-workflows-2025-66626, CVE-2025-66626, GO-2025-4223
- github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh
- nvd.nist.gov/vuln/detail/CVE-2025-66626
- github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1
- github.com/advisories/GHSA-p84v-gxvw-73pf
- github.com/argoproj/argo-workflows
- github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037
More argo-workflows advisories
All argo-workflows| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 25 | Argo Workflows: Unchecked annotation parsing in pod informer crashes Argo... | Unrated | No fix yet |
| Mar 12 | Unauthorized access to Argo Workflows Template in github.com/argoproj/argo-workflows | Unrated | No fix yet |
| Mar 11 | Argo Workflows: WorkflowTemplate Security Bypass via podSpecPatch in Strict/Secure Reference Mode | High | No fix yet |
| Jan 21 | Argo Workflows affected by stored XSS in the artifact directory listing | High | No fix yet |
| Nov 52025 | Argo Workflow has a Zipslip Vulnerability in github.com/argoproj/argo-workflows | Unrated | No fix yet |
| Nov 52025 | Argo Workflow may expose artifact repository credentials in github.com/argoproj/argo-workflows | Unrated | No fix yet |