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.
Published: 2026-09-25
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Assess Impact
AI Analysis

Impact

StockAgile contains a stored cross‑site scripting flaw in the inventory configuration API. Malicious JavaScript can be injected via the 'code', 'name', and other text fields and persists in the database. When an authenticated user views the management panel, the unsanitized script runs in their browser, enabling arbitrary code execution within that user’s context.

Affected Systems

Novadigits technologies offers the StockAgile platform. The flaw resides in the server‑side REST endpoint '/inventory/configuration/categories' of StockAgile’s API and the web‑panel. No specific major versions are listed, so all deployed instances that expose this endpoint are potentially affected.

Risk and Exploitability

The CVSS score is 5.1, reflecting a medium severity due to the requirement of prior authentication and the need for a user to load the panel. The EPSS score is unavailable, so exploitation likelihood cannot be quantified. Because the vulnerability is not in the CISA KEV catalog, it is not known to be actively exploited. Attackers would need to be authenticated and access the panel to run the embedded script, but they could hijack existing sessions, deface pages, or pull other data. This indicates a moderate risk for organizations that rely on StockAgile without mitigating input sanitization.

Generated by OpenCVE AI on September 25, 2026 at 09:36 UTC.

Remediation

Vendor Solution

No hay solución reportada por el momento.


OpenCVE Recommended Actions

  • Enforce strict input validation and output encoding for all fields exposed by the inventory configuration API, especially the 'code' and 'name' parameters.
  • Add a Content Security Policy that restricts executable scripts to trusted sources and disallows inline JavaScript in the management panel.
  • Restrict the privileges of authenticated users so that only authorized accounts can access the inventory configuration interface, and monitor interaction logs for anomalous activity.

Generated by OpenCVE AI on September 25, 2026 at 09:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 25 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
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.
Title Stored Cross-Site Scripting in StockAgile by Novadigits technologies
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: INCIBE

Published:

Updated: 2026-09-25T12:46:48.798Z

Reserved: 2026-04-10T15:23:32.437Z

Link: CVE-2026-6088

cve-icon Vulnrichment

Updated: 2026-09-25T12:46:44.101Z

cve-icon NVD

Status : Deferred

Published: 2026-09-25T09:17:05.973

Modified: 2026-09-25T13:25:16.167

Link: CVE-2026-6088

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:45:17Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')