CVE-2026-40886: Argo Workflows: Unchecked annotation parsing in pod informer crashes Argo Workflows controller
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 controller's recover() scope), it crashes the entire controller process. The poisoned pod persists across restarts, causing a crash loop that halts all workflow processing until the pod is manually deleted. This vulnerability is fixed in 4.0.5 and 3.7.14.
Security readout for executives and security teams
Plain-English summary
A malformed Argo Workflows pod annotation can crash the workflow controller. If the poisoned pod remains, the controller may repeatedly crash after restart, stopping workflow processing for the cluster until remediation is performed.
Executive priority
Treat as a high-priority reliability fix for Kubernetes workflow platforms. It can stop all workflow processing, affecting CI, data processing, automation, or ML pipelines using Argo Workflows.
Technical view
Affected Argo Workflows versions have unchecked array indexing in podGCFromPod() while parsing workflows.argoproj.io/pod-gc-strategy. The panic occurs in an informer goroutine outside the controller recover scope, causing a process crash and persistent crash loop.
Likely exposure
Exposure is limited to Kubernetes environments running Argo Workflows 3.6.5-3.6.19, 3.7.0-3.7.13, or 4.0.0-4.0.4. Risk is higher where users or service accounts can create workflow pods or influence pod annotations.
Exploitation context
The provided sources do not show KEV listing or active exploitation. The vulnerability requires low privileges according to CVSS, and impact is availability: crashing the controller and halting workflow processing.
Researcher notes
Evidence supports a controller-wide denial of service through malformed annotation parsing. The bug is CWE-1285 and CWE-129. Sources identify fixed versions but do not provide public exploitation evidence.
Mitigation direction
Upgrade Argo Workflows to 4.0.5 or 3.7.14, matching your release line.
For 3.6.x deployments, check vendor guidance; no 3.6 fixed version is named in the bundle.
Remove any existing poisoned workflow pod causing controller crash loops.
Restrict who can create workflow pods or modify Argo workflow pod annotations.
Validation and detection
Inventory Argo Workflows controller versions across all Kubernetes clusters.
Confirm no deployment runs 3.6.5-3.6.19, 3.7.0-3.7.13, or 4.0.0-4.0.4.
Review controller logs for repeated panics or crash loops tied to pod GC annotation parsing.
Inspect existing workflow pods for unexpected workflows.argoproj.io/pod-gc-strategy annotation values.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-1285: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-1285 · source CWE mapping
Improper Validation of Specified Index, Position, or Offset in Input
Improper Validation of Specified Index, Position, or Offset in Input represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Validation of Array Index represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.