Devtron Authorization Bypass in Webhook API
Devtron versions 2.2.0 and earlier contain an authorization flaw in the orchestrator webhook endpoint that allows authenticated users to retrieve plaintext super-admin API tokens.
CVE search metadata
CVE search record: CVE-2026-82882. Severity: high. CVSS: 8.8. KEV: no. Product: Devtron (<= 2.2.0). Brief: Devtron Authorization Bypass in Webhook API. Brief link: https://feed.craftedsignal.io/briefs/2026-09-devtron-auth-bypass/
Devtron versions 2.2.0 and earlier are affected by an authorization bypass vulnerability (CVE-2026-82882) located in the orchestrator webhook API. The vulnerability specifically affects the GET /orchestrator/api-token/webhook endpoint, which fails to validate the authorization level of the requesting user. An authenticated attacker, regardless of their original privilege level, can provide arbitrary project, environment, and application parameters to the endpoint to successfully query for and retrieve super-admin JSON Web Tokens (JWT) in plaintext. Successful exploitation provides the attacker with full platform control, enabling persistent access, configuration modifications, or unauthorized deployments within the Devtron environment. This vulnerability is critical for organizations using Devtron to manage CI/CD pipelines, as it allows for trivial privilege escalation to the highest administrative tier.
Impact
Successful exploitation of this vulnerability results in full administrative control over the Devtron platform. Attackers can leverage the stolen super-admin tokens to perform any action the platform supports, including modifying deployment pipelines, accessing sensitive secrets managed by the platform, and pivoting into the underlying Kubernetes infrastructure. This allows for extensive persistence, data exfiltration, and potential supply chain compromise of the integrated CI/CD processes.
Recommendation
- Upgrade all Devtron instances to a version later than 2.2.0 immediately once a vendor patch is made available.
- Implement strict monitoring on access to the /orchestrator/api-token/webhook endpoint in API gateway or web server logs.
- Rotate all administrative tokens if it is suspected that an unauthorized user has accessed the platform.
- Perform an audit of audit logs to identify any anomalous access to the webhook API endpoint by non-administrative user accounts.
Immediate actions
Inventory all internal Devtron deployments
Mitigations
Monitor access to the affected endpoint
CVE-2026-82882
Detection coverage 1
Detect Unauthorized Access to Devtron Webhook Token Endpoint
highDetects GET requests to the /orchestrator/api-token/webhook endpoint, which should be restricted to administrative roles.
Detection queries are available on the platform. Get full rules →