LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 7.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
6

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.

Open ATT&CK lookup
cwe · low confidence lookup

CWE-129: 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.

Open ATT&CK lookup
description · low confidence lookup

Container behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-40886 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

2CVSS vectors
5Timeline events
2ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

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.

ScoreVersionSeverityVectorExploitImpactSource
7.7CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H3.14GitHub_M
7.7CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H3.14redhat-SADP

Vulnerability scoring details

Base CVSS 3.1 score

7.7High
CVSS 3.1 vector shape for CVE-2026-40886Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. ADP timelineredhat-SADP

    Made public.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. ADP timelineredhat-SADP

    Reported to Red Hat.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPgithub.com/argoproj/argo-workflows: Argo Workflows: Denial of Service via malformed workflow pod annotation
other:Red Hat severity ratingcvssV3_1
  • 2026-04-23T19:01:28.433Z: Reported to Red Hat.
  • 2026-04-23T18:12:05.782Z: Made public.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
argoprojargo-workflows>= 4.0.0, < 4.0.5, >= 3.7.0, < 3.7.14, >= 3.6.5, <= 3.6.19Listed
Weakness

CWE details

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.

CWE-129 · source CWE mapping

Improper Validation of Array Index

Improper Validation of Array Index represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.