CVE-2026-6083
Received Received - Intake

Stored XSS in StockAgile API and Management Panel

Vulnerability report for CVE-2026-6083, 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/pricing-tiers'Β 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' and 'name' in the /inventory/configuration/pricing-tiers 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/pricing-tiers for unsanitized input in parameters like 'code' or 'name'. Check web panel outputs for unexpected JavaScript execution or script tags in stored data. Use browser developer tools to monitor network requests and responses for malicious payloads.

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 GDPR by enabling unauthorized access to personal data or allowing script execution that manipulates user sessions. For HIPAA, it may risk exposing protected health information if the panel handles such data. Compliance depends on the specific data processed and the organization's security controls.

Mitigation Strategies

Immediately apply input validation and output encoding to all parameters in the /inventory/configuration/pricing-tiers endpoint. Sanitize user inputs to block JavaScript injection. Update the web panel to escape dynamic content before rendering. Restrict authenticated user permissions to minimize impact if exploited.

Chat Assistant

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

EPSS Chart