CVE-2026-12593
Received
Received - Intake
Privilege Escalation in Dashboard API Token Creation
Vulnerability report for CVE-2026-12593, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-09
Last updated on: 2026-07-09
Assigner: TQtC
Description
Description
The implementation of an internal and undocumented Dashboard API endpoint (POST /api/users/~/{user}/tokens) forgot to ensure an HTTP request for creating an API Token for another user had sufficient permission to do so.
Precondition for successful exploitation was a preexisting internal user (with more privileges than the attacker), the attacker knowing its login name and the attacker being able to authenticate to the Dashboard via OAuth/OIDC. The attacker would then have had to forge a token creation API request on behalf of the other user and could have authenticated and finalized the token creation with their own OAuth/OIDC credentials. In the worst case, this would mean an attacker could have become Dashboard Administrator and been able to perform all administrative actions if the preexisting internal user had administrative privileges. In combination with a separate weakness, this could have further led to code execution on the host system running the Dashboard with the privileges of the OS-User running the Dashboard server.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| axivion | dashboard | From 7.8.5 (inc) to 7.8.12 (inc) |
| axivion | dashboard | From 7.9.0 (inc) to 7.9.12 (inc) |
| axivion | dashboard | From 7.10.0 (inc) to 7.10.10 (inc) |
| axivion | dashboard | From 7.11.0 (inc) to 7.11.6 (inc) |
| axivion | dashboard | From 7.12.0 (inc) to 7.12.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |