CVE-2026-6084
Received Received - Intake

Stored XSS in StockAgile API and Management Panel

Vulnerability report for CVE-2026-6084, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Stored Cross-Site Scripting (XSS) vulnerability in the StockAgile API and management panel. It allows an attacker to inject malicious JavaScript code through unfiltered parameters like 'code' or 'name' in the '/inventory/configuration/variants' REST endpoint. The injected scripts are stored on the server and executed when authenticated users access the web panel.

Detection Guidance

To detect this vulnerability, inspect the REST endpoint '/inventory/configuration/variants' for unsanitized input in parameters like 'code' or 'name'. Check web application logs for unusual JavaScript code in these fields. Use tools like Burp Suite or OWASP ZAP to test for stored XSS by injecting benign scripts and verifying persistence.

Impact Analysis

An attacker could exploit this to execute arbitrary JavaScript in the context of authenticated users. This may lead to session hijacking, data theft, or unauthorized actions performed on behalf of users. The impact depends on user privileges and the sensitivity of data accessible through the panel.

Compliance Impact

This vulnerability could violate compliance requirements by enabling unauthorized access to sensitive data, leading to breaches of GDPR (data protection) or HIPAA (health information privacy). Failure to address it may result in regulatory penalties, reputational damage, and loss of user trust.

Mitigation Strategies

Immediately apply input validation and output encoding to the '/inventory/configuration/variants' endpoint. Sanitize all user-supplied data in 'code', 'name', and other text fields. Implement a Content Security Policy (CSP) to mitigate XSS impact. Update to the latest patched version if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-6084. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart