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/payment-methods' 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: Stored XSS leading to arbitrary client‑side script execution
Action: Assess Impact
AI Analysis

Impact

StockAgile, a product from Novadigits technologies, contains a stored cross‑site scripting flaw in an API that handles payment‑method data. Malicious JavaScript can be injected into fields such as "code" and "name" and then displayed in the management panel without proper sanitization. An attacker who has previously authenticated can use this vulnerability to run scripts in the browsers of other logged‑in users, enabling session theft, data exfiltration, or additional social‑engineering attacks.

Affected Systems

Only the Novadigits technologies StockAgile application is affected. The advisory specifies the ['/inventory/configuration/payment‑methods'] endpoint but does not provide explicit version information, so any deployment that uses this path is at risk.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. The EPSS data is unavailable and the vulnerability has not been listed in CISA KEV, suggesting limited public exploitation evidence. The flaw requires an authenticated user to submit malicious payloads to the vulnerable endpoint; once stored, the JavaScript executes in the browser of any user who views the injected data, potentially affecting all users with access to the panel.

Generated by OpenCVE AI on September 25, 2026 at 09:39 UTC.

Remediation

Vendor Solution

No hay solución reportada por el momento.


OpenCVE Recommended Actions

  • Apply the vendor patch when it becomes available to eliminate processing of unsanitized input.
  • Configure a web application firewall or security module to block or cleanse input that contains script tags before reaching StockAgile.
  • Restrict write permissions on payment‑method configuration to the minimum necessary roles and monitor for unexpected modifications in the "code" or "name" fields.

Generated by OpenCVE AI on September 25, 2026 at 09:39 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/payment-methods' 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:57.949Z

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

Link: CVE-2026-6082

cve-icon Vulnrichment

Updated: 2026-09-25T12:54:53.173Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-6082

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