Description
OpenSTAManager is an open source management software for technical assistance and invoicing. Prior to 2.10.2, confronta_righe.php files across different modules in OpenSTAManager contain an SQL Injection vulnerability. The righe parameter received via $_GET['righe'] is directly concatenated into an SQL query without any sanitization, parameterization or validation. An authenticated attacker can inject arbitrary SQL statements to extract sensitive data from the database, including user credentials, customer information, invoice data and any other stored data. This vulnerability is fixed in 2.10.2.
Published: 2026-04-06
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive Data Exposure
Action: Immediate Patch
AI Analysis

Impact

The vulnerability in OpenSTAManager allows attackers to inject arbitrary SQL statements through the 'righe' GET parameter used in confronta_righe.php. This direct concatenation without sanitization or parameterization permits the retrieval of any database content, including user credentials, customer data, invoices, and other stored information. The weakness aligns with CWE-89, highlighting a classic SQL injection flaw that jeopardizes database confidentiality and integrity.

Affected Systems

The affected product is OpenSTAManager from devcode-it. All releases prior to version 2.10.2 are vulnerable, while the issue is remedied in the 2.10.2 release. The software provides management, invoicing, and technical assistance functions, and the flaw resides across multiple modules that employ confronta_righe.php.

Risk and Exploitability

With a CVSS score of 8.8 the vulnerability is classified as high severity; however, the EPSS score is below 1%, indicating a low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. An attacker must be authenticated within the application to reach the vulnerable parameter, suggesting the attack vector is likely an authenticated web request. Once accessed, the attacker can execute arbitrary SQL to exfiltrate sensitive data.

Generated by OpenCVE AI on April 14, 2026 at 21:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenSTAManager to version 2.10.2 or later.
  • If an immediate upgrade cannot be performed, restrict access to confronta_righe.php so only privileged users with strict authorization can execute it.
  • Review and harden all application input handling to enforce strict validation and use prepared statements for future extensions.

Generated by OpenCVE AI on April 14, 2026 at 21:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-mmm5-3g4x-qw39 OpenSTAManager has a SQL Injection via righe Parameter in confronta_righe Modals
History

Tue, 14 Apr 2026 20:00:00 +0000

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

Tue, 07 Apr 2026 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 07 Apr 2026 09:45:00 +0000

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

Mon, 06 Apr 2026 18:00:00 +0000

Type Values Removed Values Added
Description OpenSTAManager is an open source management software for technical assistance and invoicing. Prior to 2.10.2, confronta_righe.php files across different modules in OpenSTAManager contain an SQL Injection vulnerability. The righe parameter received via $_GET['righe'] is directly concatenated into an SQL query without any sanitization, parameterization or validation. An authenticated attacker can inject arbitrary SQL statements to extract sensitive data from the database, including user credentials, customer information, invoice data and any other stored data. This vulnerability is fixed in 2.10.2.
Title OpenSTAManager has a SQL Injection via righe Parameter in confronta_righe Modals
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Devcode Openstamanager
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-07T14:06:27.500Z

Reserved: 2026-04-02T20:49:44.453Z

Link: CVE-2026-35470

cve-icon Vulnrichment

Updated: 2026-04-07T14:06:17.311Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-06T18:16:44.400

Modified: 2026-04-14T19:58:01.767

Link: CVE-2026-35470

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T16:30:09Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')