CVE-2026-6082: 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/payment-methods' 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 and management panel are exposed. The injected script is displayed to authenticated users who access the affected web panel.
What does an attacker need to exploit it?
The attacker must be remote and previously authenticated. They need to submit malicious JavaScript through text fields, including fields such as code or name, at the /inventory/configuration/payment-methods REST endpoint.
How can I determine whether my deployment is affected?
Review whether your StockAgile instance exposes and uses the /inventory/configuration/payment-methods endpoint. An affected instance accepts script content in payment-method text fields and later displays that content in the authenticated management panel without adequate filtering or validation.