CVE-2026-25538
published 2026-02-04CVE-2026-25538: Devtron is an open source tool integration platform for Kubernetes. In version 2.0.0 and prior, a vulnerability exists in Devtron's Attributes API interface…
PriorityP260high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.39%
31.1th percentile
Devtron is an open source tool integration platform for Kubernetes. In version 2.0.0 and prior, a vulnerability exists in Devtron's Attributes API interface, allowing any authenticated user (including low-privileged CI/CD Developers) to obtain the global API Token signing key by accessing the /orchestrator/attributes?key=apiTokenSecret endpoint. After obtaining the key, attackers can forge JWT tokens for arbitrary user identities offline, thereby gaining complete control over the Devtron platform and laterally moving to the underlying Kubernetes cluster. This issue has been patched via commit d2b0d26.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| devtron-labs | devtron | <= 2.0.0 | — |
| devtron | devtron | < 2.0.0 | 2.0.0 |
| github.com | devtron-labs_devtron | 0 – 2.0.0 | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor HTTP requests to the /orchestrator/attributes endpoint with the query parameter key=apiTokenSecret, especially from low-privileged user accounts (CI/CD Developer roles), as this is the specific endpoint abused to extract the JWT signing secret. ↗
- →After key extraction, attackers forge JWT tokens offline for arbitrary user identities. Detect anomalous JWT usage patterns such as tokens for high-privileged users (admin) originating from sessions that previously authenticated as low-privileged CI/CD Developer accounts. ↗
- ·The global API Token signing key (apiTokenSecret) is retrievable via the Attributes API by any authenticated user. If this key has been exposed, all existing JWT tokens should be considered compromised and the signing key must be rotated immediately. ↗
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv4.08.7HIGHCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron
osv·2026-02-05
CVE-2026-25538 Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron
Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron
Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron
OSV
Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
osv·2026-02-04
CVE-2026-25538 [HIGH] Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
# Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
## Summary
This vulnerability exists in Devtron's Attributes API interface, allowing any authenticated user (including low-privileged CI/CD Developers) to obtain the global API Token signing key by accessing the `/orchestrator/attributes?key=apiTokenSecret` endpoint. After obtaining the key, attackers can forge JWT tokens for arbitrary user identities offline, thereby gaining complete control over the Devtron platform and laterally moving to the underlying Kubernetes cluster.
**CWE Classification**: CWE-862 (Missing Authorization)
## Details
### Vulnerability Mechanism
Devtron uses a JWT-based API Token mechanism fo
GHSA
Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
ghsa·2026-02-04
CVE-2026-25538 [HIGH] CWE-862 Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
# Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage
## Summary
This vulnerability exists in Devtron's Attributes API interface, allowing any authenticated user (including low-privileged CI/CD Developers) to obtain the global API Token signing key by accessing the `/orchestrator/attributes?key=apiTokenSecret` endpoint. After obtaining the key, attackers can forge JWT tokens for arbitrary user identities offline, thereby gaining complete control over the Devtron platform and laterally moving to the underlying Kubernetes cluster.
**CWE Classification**: CWE-862 (Missing Authorization)
## Details
### Vulnerability Mechanism
Devtron uses a JWT-based API Token mechanism fo
No detection rules found.
No public exploits indexed.
2026-02-04
Published