CVE-2026-6084: Stored Cross-Site Scripting in StockAgile by Novadigits technologies
Stored Cross-Site Scripting (XSS) vulnerability in StockAgile API and management panel. The vulnerability is present on the server side in REST endpoint '/inventory/configuration/variants' that allow the injection and persistence of malicious JavaScript code through parameters such as ‘code’, ‘name’, and other text fields. The scripts that are entered are not filtered or validated correctly before being displayed on the web panel that authenticated users can access. Exploiting this vulnerability could allow a remote, previously authenticated attacker to execute arbitrary JavaScript code.
Affected Software
Event History
Frequently Asked Questions
Who can exploit this issue and who is exposed to the payload?
Exploitation requires a remote attacker who is already authenticated. The malicious script is executed when authenticated users access the management panel and view content containing the stored payload.
Which interface and inputs are affected?
The affected server-side REST endpoint is /inventory/configuration/variants. Payloads can be injected through the code, name, and other text-field parameters handled by that endpoint.
Are API-only deployments affected?
The described impact depends on stored content being displayed in the web management panel. The available information identifies both the API endpoint as the injection point and the management panel as the execution context.