Description
Argo Rollouts dashboard through 1.10.0 binds to all interfaces and exposes mutating Rollout operations without authentication, authorization, or CSRF protection. Attackers on the same network can invoke PromoteRollout, AbortRollout, RestartRollout, SetRolloutImage, UndoRollout, and RetryRollout operations across all namespaces accessible to the operator's kubeconfig.
Published: 2026-08-28
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Argo Rollouts exposes its dashboard on all interfaces without authentication, authorization, or CSRF protection. This flaw allows an attacker who can reach the dashboard from the same network to issue mutating Rollout commands such as PromoteRollout, AbortRollout, RestartRollout, SetRolloutImage, UndoRollout, and RetryRollout across any namespace reachable by the operator's kubeconfig. The result is the ability to arbitrarily modify deployment state, potentially causing service outages, reverting to older images, or introducing insecure configurations.

Affected Systems

The vulnerability affects Argo Project’s Argo Rollouts component, specifically releases up to and including version 1.10.0. All environments that deploy the dashboard in these versions are susceptible unless the dashboard has been disabled or its interface has been further secured.

Risk and Exploitability

With a CVSS score of 9.3 the flaw is classified as critical. The EPSS score is not available, and the issue is not listed in CISA’s KEV catalog, but lack of authentication and CSRF controls make exploitation trivial for any host that can reach the dashboard. The attack vector is likely local network based, requiring no special credentials. Because the operations affect all namespaces that the operator’s kubeconfig has access to, the potential impact spans the entire cluster, making the risk high for exposed installations.

Generated by OpenCVE AI on August 28, 2026 at 22:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Argo Rollouts to the latest stable release that implements authentication, authorization, and CSRF protection on the dashboard.
  • Restrict the dashboard's network exposure by binding it to localhost or by using firewall rules to allow access only from trusted hosts.
  • Segment the network so that only authorized management systems can communicate with the dashboard, preventing untrusted hosts from reaching it.
  • Enable audit logging for Rollout events and monitor for unexpected mutating operations to detect abuse early.

Generated by OpenCVE AI on August 28, 2026 at 22:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Argo Rollouts dashboard through 1.10.0 binds to all interfaces and exposes mutating Rollout operations without authentication, authorization, or CSRF protection. Attackers on the same network can invoke PromoteRollout, AbortRollout, RestartRollout, SetRolloutImage, UndoRollout, and RetryRollout operations across all namespaces accessible to the operator's kubeconfig.
Title Argo Rollouts Dashboard Unauthenticated Mutating Operations
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T16:18:58.295Z

Reserved: 2026-08-28T11:12:42.382Z

Link: CVE-2026-82277

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:18.760

Modified: 2026-08-28T20:20:18.760

Link: CVE-2026-82277

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:15:04Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function