CVE-2026-6088
Received Received - Intake

Stored XSS in StockAgile API and Management Panel

Vulnerability report for CVE-2026-6088, 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/categories'Β 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 the StockAgile API and management panel. It exists in a server-side REST endpoint '/inventory/configuration/categories' where malicious JavaScript code can be injected and stored through parameters like 'code' and 'name'. The injected scripts are not properly filtered or validated before being displayed to authenticated users.

Impact Analysis

A remote attacker with prior authentication could exploit this to execute arbitrary JavaScript code. This could lead to unauthorized actions, data theft, or session hijacking for users accessing the web panel.

Mitigation Strategies

Implement input validation and sanitization for all parameters in the '/inventory/configuration/categories' endpoint, particularly 'code' and 'name'. Ensure user-supplied data is properly escaped before rendering in the web panel to prevent stored XSS attacks.

Chat Assistant

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

EPSS Chart