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

Impact

A stored cross‑site scripting flaw resides in StockAgile’s API and management panel. Malicious JavaScript can be injected into the server‑side endpoint '/inventory/configuration/variants' through parameters such as ‘code’ and ‘name’. Because the application does not validate or encode these inputs before rendering them on the authenticated web panel, an attacker who has managed to log in can persist arbitrary scripts that will later run in any victim’s browser. This allows the attacker to perform actions such as credential theft, session hijacking, or defacement from the client side.

Affected Systems

The vulnerability affects Novadigits technologies’ StockAgile product. No specific version information is listed in the CVE record, so any installation that has not applied an undisclosed update remains at risk.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate risk. EPSS information is unavailable and the issue is not catalogued in the CISA KEV list, implying no current evidence of exploitation. Attackers must first authenticate to the system, then submit crafted input to the vulnerable endpoint. Once logged in, the injected script will execute in the context of the application, granting the attacker client‑side code execution capabilities.

Generated by OpenCVE AI on September 25, 2026 at 10:04 UTC.

Remediation

Vendor Solution

No hay solución reportada por el momento.


OpenCVE Recommended Actions

  • Apply strict input validation and proper output encoding to all fields on the /inventory/configuration/variants endpoint, ensuring that JavaScript code cannot be stored in database fields.
  • Restrict access to the inventory configuration panel to a minimal set of trusted administrators and enforce the principle of least privilege to limit the attack surface.
  • Implement a robust Content Security Policy that blocks inline scripts and restricts script sources to approved domains.
  • As a temporary mitigation, remove or disable the ability for users to edit the ‘code’ and ‘name’ fields until an official fix is released.
  • No official patch has been released; check the vendor’s website for updates.

Generated by OpenCVE AI on September 25, 2026 at 10:04 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/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.
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:51:08.957Z

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

Link: CVE-2026-6084

cve-icon Vulnrichment

Updated: 2026-09-25T12:51:04.058Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-6084

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T10:15:07Z

Weaknesses
  • CWE-79

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