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/serial-number-types' 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 script execution for authenticated users
Action: Monitor for patch
AI Analysis

Impact

A stored cross‑site scripting flaw was found in the StockAgile application’s REST endpoint '/inventory/configuration/serial-number-types'. Parameters such as 'code', 'name' and other textual fields accept user input that is saved to the database without proper sanitization or output encoding. When a user views the affected data through the web panel, the malicious JavaScript is rendered in the browser, enabling an attacker to run arbitrary script in the context of that user.

Affected Systems

Novadigits technologies’ StockAgile product is affected via its API. No specific product versions are listed in the advisory, so any deployment that incorporates the vulnerable endpoint may be impacted.

Risk and Exploitability

The CVSS base score is 5.1, indicating medium severity. EPSS is currently unavailable and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires a remotely authenticated attacker who can inject payloads via the exposed API; the attacker can then coerce other authenticated users into executing the stored script when they access the management panel. The risk, while not high to prevent all exploitation, is sufficient to warrant timely mitigation.

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

Remediation

Vendor Solution

No hay solución reportada por el momento.


OpenCVE Recommended Actions

  • Official vendor statement: No solution reported by the vendor at this time.
  • Validate and sanitize all input received by the '/inventory/configuration/serial-number-types' endpoint, especially the 'code' and 'name' fields, to strip or encode script tags and event attributes.
  • Encode all user‑submitted data on output using context‑appropriate escaping (HTML entity encoding for text nodes, attribute escaping for HTML attributes, etc.) before rendering in the management panel.
  • Implement a Content Security Policy that disallows inline JavaScript and restricts script sources to trusted origins, thereby mitigating the impact of any remaining stored XSS payloads.

Generated by OpenCVE AI on September 25, 2026 at 10:03 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/serial-number-types' 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:49:13.480Z

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

Link: CVE-2026-6085

cve-icon Vulnrichment

Updated: 2026-09-25T12:49:03.517Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-6085

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