CVE-2026-1010
BaseFortify
Publication date: 2026-01-15
Last updated on: 2026-01-15
Assigner: Altium
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| altium | workflow_engine | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-269 | The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor. |
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in the Altium Workflow Engine. It occurs because the server-side input sanitization is missing in the workflow form submission APIs. This allows a regular authenticated user to inject arbitrary JavaScript code into workflow data. When an administrator views this data, the malicious script executes in their browser, potentially leading to privilege escalation.
How can this vulnerability impact me? :
The vulnerability can lead to serious impacts including privilege escalation. An attacker can create new administrator accounts, steal session tokens, and perform administrative actions by executing injected JavaScript in an administrator's browser context.