CVE-2026-6082
Received Received - Intake

Stored XSS in StockAgile API and Management Panel

Vulnerability report for CVE-2026-6082, 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/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.

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

Showing 1 associated CPE
Vendor Product Version / Range
novadigits stockagile *

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 StockAgile API and management panel. It allows authenticated attackers to inject malicious JavaScript code through unfiltered parameters like 'code' and 'name' in REST endpoints such as '/inventory/configuration/payment-methods'. The injected scripts are stored on the server and executed when authenticated users access the web panel.

Detection Guidance

Check REST API endpoints like '/inventory/configuration/payment-methods' for unfiltered input parameters such as 'code' or 'name'. Inspect web panel responses for stored JavaScript that executes without proper validation.

Impact Analysis

An attacker could exploit this to execute arbitrary JavaScript code in the context of authenticated users. This may lead to session hijacking, data theft, or unauthorized actions on behalf of users. Since the attack requires authentication, it primarily affects users with access to the StockAgile management panel.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, potentially violating GDPR (data protection) and HIPAA (health information privacy) requirements. Organizations using StockAgile must address this flaw to maintain compliance with these regulations.

Mitigation Strategies

Apply input validation and output encoding to all parameters in the affected endpoints. Sanitize user inputs for 'code', 'name', and other text fields. 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-6082. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart