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 via stored XSS
Action: Patch Pending
AI Analysis

Impact

Stored Cross‑Site Scripting is present in the StockAgile API and web interface. The REST endpoint '/inventory/configuration/serial-number-types' accepts parameters such as 'code' and 'name' that are stored unfiltered. Once stored, the malicious JavaScript is rendered to authenticated users, giving an attacker the ability to run arbitrary code within the victim’s browser. Because the code executes in the context of the user’s session, it can steal authentication cookies, deface the UI, or perform unauthorized actions on behalf of the user. This vulnerability is a classic input validation error (CWE‑79) that undermines the confidentiality, integrity, and availability of the affected session.

Affected Systems

Novadigits technologies’ StockAgile application is affected. No specific version information is supplied, so the risk applies to all current releases of StockAgile that contain the mentioned endpoint.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting that there is no known widespread exploitation. However, the attack requires the attacker to be a previously authenticated user, meaning that credential compromise or social engineering could enable the exploit. With no official patch yet, the risk remains until an update or fix is released.

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

  • Restrict or disable the '/inventory/configuration/serial-number-types' endpoint for untrusted users, ensuring only privileged administrators can modify serial‑number types.
  • Add robust input validation and output escaping on the 'code', 'name', and other text fields before storing or rendering them to prevent arbitrary JavaScript from being persisted.
  • Monitor application logs for abnormal activity on the inventory configuration endpoints and conduct regular code reviews to detect other potential XSS sinks.

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/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:48:15.835Z

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

Link: CVE-2026-6086

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-6086

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