CVE-2026-12593 PUBLISHED

Privilege escalation via forged API token creation in Axivion Dashboard OIDC/OAuth2/SSO subsystem

Assigner: TQtC
Reserved: 18.06.2026 Published: 09.07.2026 Updated: 09.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L
CVSS Score: 8.7

Product Status

Vendor Qt
Product Axivion
Versions Default: unaffected
  • affected from 7.8.5 to 7.8.12 (incl.)
  • affected from 7.9.0 to 7.9.13 (excl.)
  • affected from 7.10.0 to 7.10.11 (excl.)
  • affected from 7.11.0 to 7.11.7 (excl.)
  • affected from 7.12.0 to 7.12.2 (excl.)

Workarounds

Disable the OIDC/OAuth2/SSO authentication feature or shut down the Dashboard server.

Solutions

Update to one of the fixed releases: 7.9.13, 7.10.11, 7.11.7, or 7.12.2. There is no fixed release on the 7.8.x branch; deployments running 7.8.5-7.8.12 must migrate to one of the fixed releases.

References

Problem Types

  • CWE-862 Missing Authorization CWE

Impacts

  • Authenticated Remote Privilege escalation. Any OIDC/OAuth authenticated user can become a Dashboard Administrator. By exploiting another weakness this can also lead to arbitrary code execution on the host-system running the Dashboard in the context of the OS-User used to run the Dashboard.