CVE Catalog

CVE-2026-6084

MediumCVSS 5.1
Published: Translated: NVD NIST

Summary

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.

Risk Assessment

An authenticated attacker can remotely execute arbitrary JavaScript code in the browsers of other panel users, potentially leading to session theft, data theft, or account takeover. This can compromise the security of the entire management system.

Recommendation

Update StockAgile to a patched version or implement proper input filtering and validation on the '/inventory/configuration/variants' endpoint. Additionally, consider implementing Content Security Policy headers.

Other vulnerabilities in StockAgile

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS