Description
OpenSTAManager is an open source management software for technical assistance and invoicing. OpenSTAManager v2.9.8 and earlier contains Reflected XSS vulnerabilities in invoice/order/contract modification modals. The application fails to properly sanitize user-supplied input from the righe GET parameter before reflecting it in HTML output.The $_GET['righe'] parameter is directly echoed into the HTML value attribute without any sanitization using htmlspecialchars() or equivalent functions. This allows an attacker to break out of the attribute context and inject arbitrary HTML/JavaScript.
Published: 2026-03-03
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Scripting (Reflected XSS)
Action: Patch
AI Analysis

Impact

OpenSTAManager v2.9.8 and earlier include a reflected XSS flaw in the invoice/order/contract modification modals. The application echoes the user‑supplied 'righe' GET parameter directly into an HTML value attribute without escaping. This permits an attacker to inject arbitrary HTML or JavaScript, allowing malicious code execution within the victim’s browser session and potentially leading to cookie theft, phishing, or other client‑side attacks. The weakness is a classic CWE‑79 reflected XSS issue. Based on the description, it is inferred that the attacker must craft a malicious link containing a dangerous 'righe' value to exploit the vulnerability and trick a victim into visiting the page. The impact is confined to the context of the page where the malformed value is reflected; it does not provide escalation of privileges on the server but can compromise confidentiality and integrity of user interactions.

Affected Systems

The vulnerability affects the open source OpenSTAManager product by devcode‑it. Versions up to and including 2.9.8 are vulnerable. Any deployment of these releases that exposes the invoice/order/contract modification interfaces to unauthenticated or authenticated users may be impacted.

Risk and Exploitability

The CVSS score is 5.1, classifying it as a medium severity vulnerability, and the EPSS score is below 1%, indicating a low predicted exploitation likelihood. The flaw is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attacker would need to craft a malicious URL that includes a dangerous 'righe' parameter to trigger the vulnerability, then entice a victim to load the page. The attack requires only user interaction with the malicious link and does not need special software or privileged access.

Generated by OpenCVE AI on April 17, 2026 at 13:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenSTAManager to the latest release that contains the missing output‑encoding fix for the 'righe' parameter.
  • If an upgrade is not immediately possible, implement server‑side sanitization for the 'righe' value by applying htmlspecialchars() or an equivalent function before it is echoed into the page.
  • Apply a strict Content‑Security Policy to the affected pages to block execution of injected scripts until the patch is applied.

Generated by OpenCVE AI on April 17, 2026 at 13:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-jfgp-g7x7-j25j OpenSTAManager Affected by XSS in modifica_iva.php via righe parameter
History

Thu, 05 Mar 2026 18:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:devcode:openstamanager:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Wed, 04 Mar 2026 22:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 04 Mar 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Devcode
Devcode openstamanager
Vendors & Products Devcode
Devcode openstamanager

Tue, 03 Mar 2026 22:00:00 +0000

Type Values Removed Values Added
Description OpenSTAManager is an open source management software for technical assistance and invoicing. OpenSTAManager v2.9.8 and earlier contains Reflected XSS vulnerabilities in invoice/order/contract modification modals. The application fails to properly sanitize user-supplied input from the righe GET parameter before reflecting it in HTML output.The $_GET['righe'] parameter is directly echoed into the HTML value attribute without any sanitization using htmlspecialchars() or equivalent functions. This allows an attacker to break out of the attribute context and inject arbitrary HTML/JavaScript.
Title OpenSTAManager affected by reflected XSS in modifica_iva.php via righe parameter
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Devcode Openstamanager
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-04T21:17:18.456Z

Reserved: 2026-01-22T18:19:49.174Z

Link: CVE-2026-24415

cve-icon Vulnrichment

Updated: 2026-03-04T21:17:14.817Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-03T22:16:28.137

Modified: 2026-03-05T18:26:09.113

Link: CVE-2026-24415

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T13:30:19Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')