CVE-2026-82456
10.0Argoproj-labs · argocd-mcp
The argocd-mcp component binds its HTTP transport to all network interfaces and permits unauthenticated sessions, allowing unauthorized access to Argo CD resources when an API token is present.
Executive summary
A critical authentication bypass in argocd-mcp version 0.8.0 allows unauthenticated remote attackers to perform unauthorized actions on Argo CD resources.
Vulnerability
This vulnerability is an authentication bypass caused by improper binding to network interfaces and a failure to perform credential checks for MCP sessions. An unauthenticated attacker with network access to the listener can leverage the operator's stored ARGOCD_API_TOKEN to execute arbitrary administrative actions.
Business impact
The impact of this vulnerability is extreme as it allows an unauthenticated attacker to achieve full control over the Argo CD environment. By manipulating applications and triggering synchronization tasks, an attacker could facilitate supply chain attacks, exfiltrate sensitive configuration data, or disrupt CI/CD pipelines, resulting in severe operational and security degradation. With a CVSS score of 10.0, this flaw represents a total compromise of the affected deployment.
Remediation
Immediate Action: Upgrade the argocd-mcp component to version 0.9.0 or the latest available release provided by the vendor.
Proactive Monitoring: Review Argo CD access logs for unexpected source IP addresses and anomalous API calls that indicate unauthorized interaction with the MCP interface.
Compensating Controls: Implement strict network-level access controls, such as firewall rules or a service mesh, to restrict access to the argocd-mcp listener to only known and trusted management endpoints.
Exploitation status
Public Exploit Available: No (exploit_available: unknown)
Analyst recommendation
Given the critical severity of this vulnerability and the potential for total control over CI/CD infrastructure, organizations must prioritize the immediate application of the vendor-supplied patch. Ensure that all instances of argocd-mcp are updated to at least version 0.9.0 and verify that network configurations adhere to the principle of least privilege to prevent exposure of management interfaces to untrusted networks.
Sources
Originally found and disclosed by shmulc8, per the CVE Program record.
- GitHub Security Advisory (GHSA-rp45-5x3v-48mr) Vendor advisory
- github.com
- VulnCheck Advisory: argocd-mcp 0.8.0 Authentication Bypass via Unauthenticated HTTP Third-party advisory