BIT-argo-workflows-2026-54526

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/argo-workflows/BIT-argo-workflows-2026-54526.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-argo-workflows-2026-54526
Aliases
Published
2026-07-27T05:36:56Z
Modified
2026-09-10T16:01:08Z
Summary
Argo Workflows: Incomplete fix for CVE-2026-31892: ArtifactGC.PodSpecPatch bypass of Strict/Secure templateReferencing
Details

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.

Database specific
{
    "cpes": [
        "cpe:2.3:a:argo_workflows_project:argo_workflows:*:*:*:*:*:kubernetes:*:*"
    ],
    "severity": "Critical"
}
References

Affected packages

Bitnami / argo-workflows

Package

Name
argo-workflows
Purl
pkg:bitnami/argo-workflows

Severity

  • 9.9 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
3.7.15
Introduced
4.0.0
Fixed
4.0.6

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/argo-workflows/BIT-argo-workflows-2026-54526.json"