Description
A flaw was identified in Argo CD, the GitOps engine used by Red Hat OpenShift GitOps, that could allow an unauthenticated attacker with network access to the Argo CD repo-server to achieve remote code execution. Under certain conditions, the attacker may then manipulate cached data to deploy malicious Kubernetes resources to managed clusters, potentially resulting in complete cluster compromise.
Published: 2026-07-14
Score: 8.9 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Argo CD allows an unauthenticated attacker with network access to the repo‑server’s gRPC endpoint to execute arbitrary code. The weakness stems from a lack of authentication enforcement (CWE‑306). Once control is achieved, the attacker can tamper with cached data to cause the deployment of malicious Kubernetes resources, potentially leading to full cluster compromise by executing malicious code or configurations.

Affected Systems

The vulnerability affects Red Hat OpenShift GitOps and OpenShift Data Foundation 4 deployments, as well as the argoproj/argo‑helm chart. No specific patch version is indicated; any instance of Argo CD that has not received a vendor update is considered vulnerable.

Risk and Exploitability

The CVSS base score of 8.9 signals a high severity impact. An EPSS score of less than 1 % indicates the exploit is not yet common in the wild, and the flaw is not listed in CISA’s KEV catalog. Attackers only require network connectivity to the repo‑server gRPC endpoint (and often access to Redis) and no credentials, making the attack vector straightforward for anyone able to reach those services from within the cluster or an exposed network.

Generated by OpenCVE AI on July 31, 2026 at 10:37 UTC.

Remediation

Vendor Workaround

Limit network access to the Argo CD repo-server gRPC endpoint to trusted internal components using Kubernetes NetworkPolicy or equivalent network access controls. Do not expose the repo-server outside the cluster or to untrusted networks. Restrict access to the associated Redis service and update to a fixed version once one becomes available.


OpenCVE Recommended Actions

  • Limit traffic to the Argo CD repo‑server’s gRPC endpoint to trusted internal components using Kubernetes NetworkPolicy or equivalent controls.
  • Restrict access to the associated Redis service and apply any available fix to Redis when released.
  • Deploy the patched version of Argo CD as soon as a vendor update is available.

Generated by OpenCVE AI on July 31, 2026 at 10:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 15 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Tue, 14 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
CPEs cpe:/a:redhat:ansible_portal:2
Vendors & Products Redhat ansible Portal

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

Type Values Removed Values Added
Description A flaw was identified in Argo CD, the GitOps engine used by Red Hat OpenShift GitOps, that could allow an unauthenticated attacker with network access to the Argo CD repo-server to achieve remote code execution. Under certain conditions, the attacker may then manipulate cached data to deploy malicious Kubernetes resources to managed clusters, potentially resulting in complete cluster compromise.
Title Argo-cd: argo cd unauthenticated remote code execution in repo-server via generatemanifest grpc endpoint
First Time appeared Redhat
Redhat ansible Portal
Redhat openshift Data Foundation
Redhat openshift Gitops
Weaknesses CWE-306
CPEs cpe:/a:redhat:ansible_portal:2
cpe:/a:redhat:openshift_data_foundation:4
cpe:/a:redhat:openshift_gitops:1
Vendors & Products Redhat
Redhat ansible Portal
Redhat openshift Data Foundation
Redhat openshift Gitops
References
Metrics cvssV3_1

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


Subscriptions

Redhat Openshift Data Foundation Openshift Gitops
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-07-15T14:39:52.411Z

Reserved: 2026-07-10T14:49:39.682Z

Link: CVE-2026-15416

cve-icon Vulnrichment

Updated: 2026-07-15T14:08:40.669Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-01T00:00:00Z

Links: CVE-2026-15416 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:45:04Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function