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/pricing-tiers' 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 stored XSS that can compromise client‑side confidentiality and integrity
Action: Apply Mitigation
AI Analysis

Impact

The vulnerability is a stored cross‑site scripting flaw in StockAgile’s API and management panel. Parameters such as ‘code’ and ‘name’ are accepted on the server side without proper sanitisation and are persisted, then rendered in the web panel where authenticated users view them. A remote attacker who has already authenticated can inject JavaScript that will execute in the victim’s browser whenever the stored data is displayed, enabling credential theft, session hijacking, or further attack steps. This flaw does not provide server‑side code execution, but it does enable malicious client‑side behaviour that can impact many users. The weakness is classified as CWE‑79. The impact therefore centres on confidentiality, integrity, and availability of user sessions and data within the application.

Affected Systems

Novadigits technologies StockAgile, the vulnerability exists in the REST endpoint /inventory/configuration/pricing‑tiers that is part of both the API and the web‑based management panel. No specific product versions are listed in the advisory; the flaw is present in the stock product as currently released.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate threat potential. EPSS information is not available and the vulnerability is not listed in the CISA KEV catalog, so there is no evidence of active exploitation in the wild. The attack vector requires that the attacker first authenticate to the StockAgile portal; once this threshold is met, they can inject the malicious payload. As the vulnerability is client‑side, the breadth of impact depends on the number of authenticated users that view the compromised pricing‑tier data. While the exploit is not trivial, it does not require administrative or kernel permissions, and exploiting it can lead to significant damage via client‑side code execution.

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

  • Validate and sanitise all user‑supplied fields such as ‘code’ and ‘name’ in the /inventory/configuration/pricing‑tiers endpoint before storing them; ensure scripts are stripped or escaped.
  • Encode any user‑input that is rendered in the management panel and consider a content‑security‑policy header that disallows inline script execution.
  • Restrict access to the pricing‑tier management API to highly trusted administrators and monitor activity logs for anomalous content being stored.

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/pricing-tiers' 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:54:01.592Z

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

Link: CVE-2026-6083

cve-icon Vulnrichment

Updated: 2026-09-25T12:53:07.368Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-6083

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