CVE-2026-6085: 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/serial-number-types' 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 is exposed to this issue?
StockAgile deployments where authenticated users can access the API endpoint /inventory/configuration/serial-number-types and where values submitted through fields such as code or name are later displayed in the management panel are exposed. Authenticated users who view the affected panel content may have malicious JavaScript execute in their browsers.
What does an attacker need to exploit it?
The attacker must be remote and previously authenticated. They need the ability to submit malicious JavaScript through the affected REST endpoint, including text fields such as code and name.
How can administrators check for possible exploitation?
Review entries created through /inventory/configuration/serial-number-types, particularly code, name, and other text fields, for embedded JavaScript or suspicious markup. Also review which authenticated accounts have access to create or modify these values.