Summary
CVE-2026-82277 is a missing authentication vulnerability (CWE-306) affecting the built-in dashboard of Argo Rollouts, the Kubernetes progressive delivery controller. The dashboard binds to all network interfaces and exposes multiple state-changing Rollout operations with no authentication, authorization, or CSRF protection, allowing any network-reachable attacker to manipulate application deployments. The flaw carries a Critical severity rating (CVSS v3.1 9.8 / CVSS v4.0 9.3).
Technical details
- Root cause: the Argo Rollouts dashboard binds to all network interfaces (not restricted to localhost) and does not enforce authentication, authorization, or CSRF protection on mutating API calls.
- Trigger condition: any client with network access to the dashboard port can send unauthenticated requests to invoke Rollout operations.
- Attack vector: network, no privileges and no user interaction required.
- Exposed operations: PromoteRollout, AbortRollout, RestartRollout, SetRolloutImage, UndoRollout, and RetryRollout.
- Impact: an attacker can promote, abort, restart, retry, or roll back Rollouts and change the deployed container image, across every namespace accessible to the Argo Rollouts controller’s kubeconfig — effectively giving full control over affected application deployments and enabling deployment of attacker-chosen images.
Affected software
- argoproj/argo-rollouts dashboard, versions 0 through 1.10.0 (semver)
Severity
- CVSS v3.1 Base Score: 9.8 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: upgrade to a fixed release of Argo Rollouts once the vendor publishes one; monitor the argoproj/argo-rollouts repository and security advisories for the patched version number, as it was not confirmed at time of writing.
- If no patch is yet available:
- Do not expose the Argo Rollouts dashboard directly to untrusted networks; bind it to localhost or restrict it behind a reverse proxy/service mesh enforcing authentication.
- Restrict access at the network layer (firewall rules, Kubernetes NetworkPolicy, VPN-only access) so only trusted operators can reach the dashboard port.
- Disable the dashboard where it is not actively required.
- Audit Rollout objects and controller kubeconfig permissions to limit the blast radius of any unauthorized mutation.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Page title:
Argo Rollouts

