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 via XSS
Action: Assess Impact
AI Analysis

Impact

Stored Cross‑Site Scripting exists in the StockAgile API and management panel, allowing a malicious user to inject arbitrary JavaScript through fields such as ‘code’ and ‘name’. The injected code is stored and later displayed on the web panel without proper filtering, enabling an authenticated attacker to execute scripts in the context of the victim’s browser. This could lead to session hijacking, defacement or data exfiltration within the privileged scope of the authenticated user.

Affected Systems

Novadigits technologies’ StockAgile platform is affected. The vulnerability resides in the REST endpoint '/inventory/configuration/categories'. No specific product versions are listed, so any deployment exposing this endpoint is potentially vulnerable.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate severity, and the absence of an EPSS score or KEV listing suggests no publicly documented exploits yet. The vulnerability requires prior authentication but can be abused by an attacker who has legitimate credentials to inject malicious scripts that run in the victim’s browser context. Attackers could hijack sessions, deface content, or exfiltrate data within the authenticated user’s permissions.

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

Remediation

Vendor Solution

No hay solución reportada por el momento.


OpenCVE Recommended Actions

  • Update the application configuration to enforce strict input validation and sanitization on all text and code fields in the API and management panel.
  • Configure a robust Content Security Policy that blocks inline scripts and restricts script execution to approved origins.
  • Monitor system logs for abnormal payload submissions and consider alerting when injection attempts are detected.

Generated by OpenCVE AI on September 25, 2026 at 10:02 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:47:19.319Z

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

Link: CVE-2026-6087

cve-icon Vulnrichment

Updated: 2026-09-25T12:47:15.915Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-6087

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')