CVE-2026-12593
Privilege escalation via forged API token creation in Axivion Dashboard OIDC/OAuth2/SSO subsystem
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.
INFO
Published Date :
July 9, 2026, 2:16 p.m.
Last Modified :
July 9, 2026, 4:16 p.m.
Remotely Exploit :
Yes !
Source :
a59d8014-47c4-4630-ab43-e1b13cbe58e3
Affected Products
The following products are affected by CVE-2026-12593
vulnerability.
Even if cvefeed.io is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
No affected product recoded yet
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | |||||
| CVSS 4.0 | HIGH | a59d8014-47c4-4630-ab43-e1b13cbe58e3 | ||||
| CVSS 4.0 | HIGH | a59d8014-47c4-4630-ab43-e1b13cbe58e3 |
Solution
- Enforce authorization for the token creation API endpoint.
- Validate user privileges before token creation.
- Remove or restrict undocumented API endpoints.
- Review and secure OAuth/OIDC configurations.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-12593.
| URL | Resource |
|---|---|
| https://wiki.qt.io/List_of_known_vulnerabilities_in_Qt_products#CVE-2026-12593 |
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-12593 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-12593
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-12593 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-12593 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Jul. 09, 2026
Action Type Old Value New Value Added SSVC {'id': 'CVE-2026-12593', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'no'}, {'technicalImpact': 'total'}], 'version': '2.0.3', 'timestamp': '2026-07-09T14:20:08.451329Z'} -
New CVE Received by a59d8014-47c4-4630-ab43-e1b13cbe58e3
Jul. 09, 2026
Action Type Old Value New Value Added Affected [{'vendor': 'Qt', 'modules': ['Dashboard OIDC/OAuth2/SSO subsystem'], 'product': 'Axivion', 'versions': [{'status': 'affected', 'version': '7.8.5', 'versionType': 'custom', 'lessThanOrEqual': '7.8.12'}, {'status': 'affected', 'version': '7.9.0', 'lessThan': '7.9.13', 'versionType': 'custom'}, {'status': 'affected', 'version': '7.10.0', 'lessThan': '7.10.11', 'versionType': 'custom'}, {'status': 'affected', 'version': '7.11.0', 'lessThan': '7.11.7', 'versionType': 'custom'}, {'status': 'affected', 'version': '7.12.0', 'lessThan': '7.12.2', 'versionType': 'custom'}], 'defaultStatus': 'unaffected'}] Added 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. Added CVSS V4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/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 Added CWE CWE-862 Added Reference https://wiki.qt.io/List_of_known_vulnerabilities_in_Qt_products#CVE-2026-12593