CVE-2026-6087: 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/categories' 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
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Compensating control
Implement server-side filtering and validation of input submitted to the REST endpoint '/inventory/configuration/categories', including the 'code', 'name', and other text fields, before storing or displaying it in the web panel.
Event History
Frequently Asked Questions
Who can exploit this issue and who is exposed to its effects?
A remote attacker must already be authenticated to submit malicious JavaScript through the affected category configuration API endpoint. Authenticated users who later view the injected category data in the StockAgile management panel may have the script execute in their browser.
Which inputs and interface are involved?
The affected REST endpoint is /inventory/configuration/categories. The reported injection points include the code and name parameters, as well as other text fields, and the payload is later displayed in the web management panel.
How can an organization determine whether it may already be affected?
Review category configuration records submitted through the affected endpoint for suspicious JavaScript or markup in code, name, and other text fields. Because the issue is stored XSS, also inspect what authenticated users see in the management panel when those records are displayed.