Description
Argo CD Helm Chart before 10.0.0 fails to install network policies by default, allowing any pod on a cluster to access repo-server and other Argo APIs. Attackers can exploit this unrestricted network access through combined attacks to achieve cluster compromise and remote code execution.
Published: 2026-07-13
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Argo CD Helm Chart versions prior to 10.0.0 install without a default network policy, which allows any pod within the cluster to reach the repo-server and other Argo control plane APIs. This unprotected network access can be leveraged in combination with other vulnerabilities to execute commands on the control plane or compromise the entire cluster. The vulnerability is a classic example of missing network isolation leading to potential remote code execution.

Affected Systems

The affected product is the Argo CD Helm Chart, specifically the argoproj:argo-helm package. Any deployment of this chart with a version lower than 10.0.0 is impacted. No further sub‑version details are specified, so installations <10.0.0 should be considered vulnerable.

Risk and Exploitability

The CVSS score of 8.6 classifies this issue as high severity. The EPSS score is <1%, indicating a very low exploitation probabilityISA KEV, so it has not yet been broadly exploited. Attackers would need initial ingress into the cluster or existing pod network access; from there they can use the missing network policy to reach the repo-server, potentially executing arbitrary code or escalating privileges. The risk is significant for environments where pod-to-pod communication is unrestricted and there is no external firewall or segmentation in place.

Generated by OpenCVE AI on July 31, 2026 at 11:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Argo CD Helm Chart to version 10.0.0 or newer, which includes the default network policy.
  • If an upgrade cannot be performed immediately, manually create and apply-server and API endpoints to only the necessary service accounts and namespaces.
  • Review and harden cluster network segmentation so that only authorised pods can communicate with Argo control plane services, applying least privilege principles for pod communication.

Generated by OpenCVE AI on July 31, 2026 at 11:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Argoproj
Argoproj argo-helm
Vendors & Products Argoproj
Argoproj argo-helm

Mon, 13 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Argo CD Helm Chart before 10.0.0 fails to install network policies by default, allowing any pod on a cluster to access repo-server and other Argo APIs. Attackers can exploit this unrestricted network access through combined attacks to achieve cluster compromise and remote code execution.
Title Argo CD Helm Chart < 10.0.0 Missing Network Policy RCE
Weaknesses CWE-1188
References
Metrics cvssV3_1

{'score': 7.6, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Argoproj Argo-helm
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:46.962Z

Reserved: 2026-07-13T16:36:32.095Z

Link: CVE-2026-62185

cve-icon Vulnrichment

Updated: 2026-07-14T12:48:55.387Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:15:05Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default