Improper Validation of Array Index in Argo Workflows - CVE-2026-40886
Published: April 23, 2026
Argo Workflows
Detailed vulnerability description
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to improper validation of array index in the pod informer's podGCFromPod() function when processing a workflow pod with a malformed workflows.argoproj.io/pod-gc-strategy annotation. A remote user can submit a workflow containing a crafted annotation to cause a denial of service.
The panic occurs in an informer goroutine outside the controller's recover scope, and the poisoned pod persists across restarts, causing a crash loop that halts workflow processing until the offending workflow is removed.